Error ORABPEL-10903

Hi,
I am using eclipse version 0.9.13 and working through the creditflow example. I am getting the following error message on Windows 2000 using java 1.4
Buildfile: C:\Documents and Settings\dkunzman\workspace\CreditFlow\build.xml
main:
[bpelc] BPEL validation failed.
[bpelc] BPEL source validation failed, the errors are:
[bpelc]
[bpelc] [Error ORABPEL-10903]: failed to read wsdl
[bpelc] [Description]: in "bpel.xml", Failed to read wsdl.
[bpelc] Error happened when reading wsdl at "C:\Documents%20and%20Settings\dkunzman\workspace\CreditFlow\CreditFlow.wsdl", because "WSDLException: faultCode=INVALID_WSDL: Invalid XML in document at: file:/C:/Documents%20and%20Settings/dkunzman/workspace/CreditFlow/CreditFlow.wsdl: can't declare any more prefixes in this context".
[bpelc] Make sure wsdl exists at that URL and is valid.
[bpelc] .
[bpelc] [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
[bpelc] .
BUILD FAILED
C:\Documents and Settings\dkunzman\workspace\CreditFlow\build.xml:28: Validation error
Total time: 2 seconds
The wsdl exists but I do not know how to validate using free tools. Any idea? Also, I have checked it for well formedness adn that is ok.
Any ideas?
Doug

This is the wsdl
<?xml version="1.0"?>
<definitions name="CreditFlow"
targetNamespace="http://tutorial.oracle.com"
xmlns:tns="http://tutorial.oracle.com"
xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
xmlns="http://schemas.xmlsoap.org/wsdl/"
>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TYPE DEFINITION - List of services participating in this BPEL process
The default output of the BPEL designer uses strings as input and
output to the BPEL Process. But you can define or import any XML
Schema type and us them as part of the message types.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<types>
<schema attributeFormDefault="unqualified"
elementFormDefault="qualified"
targetNamespace="http://tutorial.oracle.com"
xmlns="http://www.w3.org/2001/XMLSchema"
>
<element name="CreditFlowRequest">
<complexType>
<sequence>
<element name="ssn" type="string" />
</sequence>
</complexType>
</element>
<element name="CreditFlowResponse">
<complexType>
<sequence>
<element name="creditRating" type="int"/>
</sequence>
</complexType>
</element>
</schema>
</types>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MESSAGE TYPE DEFINITION - Definition of the message types used as
part of the port type defintions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<message name="CreditFlowRequestMessage">
<part name="payload" element="tns:CreditFlowRequest"/>
</message>
<message name="CreditFlowResponseMessage">
<part name="payload" element="tns:CreditFlowResponse"/>
</message>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PORT TYPE DEFINITION - A port type groups a set of operations into
a logical service unit.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<!-- portType implemented by the CreditFlow BPEL process -->
<portType name="CreditFlow">
<operation name="initiate">
<input message="tns:CreditFlowRequestMessage"/>
</operation>
</portType>
<!-- portType implemented by the requester of CreditFlow BPEL process
for asynchronous callback purposes
-->
<portType name="CreditFlowCallback">
<operation name="onResult">
<input message="tns:CreditFlowResponseMessage"/>
</operation>
</portType>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PARTNER LINK TYPE DEFINITION
the CreditFlow partnerLinkType binds the provider and
requester portType into an asynchronous conversation.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<plnk:partnerLinkType name="CreditFlow">
<plnk:role name="CreditFlowProvider">
<plnk:portType name="tns:CreditFlow"/>
</plnk:role>
<plnk:role name="CreditFlowRequester">
<plnk:portType name="tns:CreditFlowCallback"/>
</plnk:role>
</plnk:partnerLinkType>
</definitions>

Similar Messages

  • Error:   [Error ORABPEL-10903]: failed to read wsdl

    Can any one please explain this error, When ever I used to change the XSD file of the process I am getting this error. Dont know why?? Please suggest me
    Error:
    [Error ORABPEL-10903]: failed to read wsdl
    [Description]: in "bpel.xml", Global Type declaration/definition of name '{http://xmlns.oracle.com/bpel/workflow/task}actionType' are duplicated at the following locations:
    file:/F:/JDeveloper/jdev/mywork/TestApplications/UploadProcess/bpel/WorkflowTask.xsd [line#: 151]
    file:/F:/JDeveloper/jdev/mywork/TestApplications/UploadProcess/bpel/TaskService.xsd [line#: 307]
    There are at least two of them looking different:
    file:/F:/JDeveloper/jdev/mywork/TestApplications/UploadProcess/bpel/WorkflowTask.xsd [difference starting at line#:151]
    file:/F:/JDeveloper/jdev/mywork/TestApplications/UploadProcess/bpel/TaskService.xsd [difference starting at line#:307]
    [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    Thanks,
    Rajesh

    Rajesh,
    Let's take an example. There are 2 BPEL process's, BPEL1 and BPEL2 in which bpel1 invokes the bpel2. Whenever a schema (ex: test.xsd) used in bpel1 is referred in bpel2, if you are making any change in the schema in bpel1 and try to deploy it, it gives the Error ORABPEL-10903....
    Solution is
    1. you need to copy the changed test.xsd in bpel1 to bpel2.
    2. Deploy the bpel2
    3. deploy bpel1
    Hope this would help.
    Thanks,
    Sen.

  • Error Orabpel 10903 failed to read wsdl - please help me

    Dear Experts,
    I am struggling hard with these errors. Actually I am having 7 bpel process, one among that 7 integrates all the process. I have deployed and tested in my machine it is working perfectly fine. I just copy the entire set up to another machine with same server version as SOA 10.1.3.1 and JDeveloper 10.1.3.1. But I am receiving error. Also I have made all the required changes respective to new server. In the sense have change wsdl location respective to new server. But I am able to compile/deploy all the process except the integrated process. Even I am not able to compile the integrated process. Please suggest me. what else i have to change..?
    Error:
    [Error ORABPEL-10903]: failed to read wsdl
    [Description]: in "bpel.xml", Error loading schemas from wsdl.
    Error while loading schemas from wsdl file at location "http://eway-pc:8889/orabpel/default/RecommendProcess/RecommendProcess?wsdl". The reason is http://eway-PC:8889/orabpel/xmllib/ws-addressing.xsd.
    Please verify the schemas defined in wsdl.
    [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    Thanks,
    Rajesh A

    Hai Rajesh its not a bug. If you see the wsdl file used in your partner link. you can see this
    <schema xmlns="http://www.w3.org/2001/XMLSchema">
    <import namespace="http://schemas.xmlsoap.org/ws/2003/03/addressing" schemaLocation="http://localhost.com:8888/orabpel/xmllib/ws-addressing.xsd"/>
    </schema>
    so while you try to deploy in your system schema location will schemaLocation="http://localhost.com:8888/orabpel/xmllib/ws-addressing.xsd" will be available bu if you try to deploy in other system you cant deploy because it wont be available.
    Fix
    copy the file int your project and change the wsdl to
    <schema xmlns="http://www.w3.org/2001/XMLSchema">
    <import namespace="http://schemas.xmlsoap.org/ws/2003/03/addressing" schemaLocation="ws-addressing.xsd"/>
    </schema>
    Also refer the threads
    could not deploy my project in unix environment
    Re: Is there an equivalent of Properties File for BPEL??

  • [Error ORABPEL-10903]: failed to read wsdl

    Hi,
    I am trying to deploy the Order booking application in Oracle SOA suite (10.1.3.2.0), and while deploying the SOAOrderBooking BPEL application to the application server, i get this error. I am following the SOA demo guide to deploy this sample application step-by-step.
    I can access the 2 URLS -
    a) http://localhost:8888/orabpel/default/SelectManufacturer/1.0/SelectManufacturer?wsdl
    b) http://KOLDXP-SHASEN:8888/orabpel/xmllib/ws-addressing.xsd
    in the browser.
    Can anyone suggest me the solution to this ?? What am I missing? The ports are all default ones and I did a basic installation.
    Thanks,
    Shantonav
    | Compiling bpel process SOAOrderBooking, revision 1.0
    [bpelc] ORABPEL-01021
    [bpelc]
    [bpelc] BPEL validation failed.
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error ORABPEL-10903]: failed to read wsdl
    [bpelc] [Description]: in "bpel.xml", Error loading schemas from wsdl.
    [bpelc] Error while loading schemas from wsdl file at location "http://localhost:8888/orabpel/default/SelectManufacturer/1.0/SelectManufacturer?wsdl". The reason is http://KOLDXP-SHASEN:8888/orabpel/xmllib/ws-addressing.xsd.
    [bpelc] Please verify the schemas defined in wsdl.
    [bpelc] .
    [bpelc] [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    [bpelc] .
    [bpelc]
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.validateClientSide(CubeProcessor.java:1133)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.transformClientSide(CubeProcessor.java:449)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeParserHelper.compileClientSide(CubeParserHelper.java:83)
    [bpelc]      at com.collaxa.cube.ant.taskdefs.Bpelc.execute(Bpelc.java:626)
    [bpelc]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [bpelc]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [bpelc]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [bpelc]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [bpelc]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [bpelc]      at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [bpelc]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [bpelc]      at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [bpelc]      at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [bpelc]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [bpelc]      at java.lang.reflect.Method.invoke(Method.java:585)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    [bpelc] BPEL validation failed.
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error ORABPEL-10903]: failed to read wsdl
    [bpelc] [Description]: in "bpel.xml", Error loading schemas from wsdl.
    [bpelc] Error while loading schemas from wsdl file at location "http://localhost:8888/orabpel/default/SelectManufacturer/1.0/SelectManufacturer?wsdl". The reason is http://KOLDXP-SHASEN:8888/orabpel/xmllib/ws-addressing.xsd.
    [bpelc] Please verify the schemas defined in wsdl.
    [bpelc] .
    [bpelc] [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    [bpelc] .
    [bpelc]
    BUILD FAILED
    D:\soademo_101310_prod\SOADEMO\SOAOrderBooking\build.xml:72: Validation error

    Make sure you have turned off your proxy setting in JDeveloper. Tools -> Preferences -> Web & Proxy settings
    Are you sure that is the right version of SOA Suite?
    cheers
    James

  • ORABPEL-10903 error in eclipse plugin (v 0.9.13)

    Hi,
    Modeled a workflow as provided in the eclipse example pdf on OTN. On build I get the below error, though I can see the wsdl (xml) via any other independent http clients (browser and java). Same build error with proxy selection unchecked or checked (with properties set) in the BPEL Designer preference page.
    Sincerely,
    -Mohsin
    platform=
    Windows XP Professional, SP 2
    (OBI v6.0.00.0)
    BPEL PM=
    Oracle BPEL Console v10.1.2.0.0
    java=
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-b02)
    Java HotSpot(TM) Client VM (build 1.4.2_03-b02, mixed mode)
    plugin=
    com.oracle.bpel.designer (0.9.13)
    Eclipse=
    Version: 3.2.0
    Build id: I20051215-1506
    Buildfile: D:\eclipse\workspace\CreditFlow\build.xml
    main:
    [bpelc] BPEL validation failed.
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error ORABPEL-10903]: failed to read wsdl
    [bpelc] [Description]: in "bpel.xml", Failed to read wsdl.
    [bpelc] Failed to read wsdl at "http://mbeg-us:9700/orabpel/default/CreditRatingService/1.0/CreditRatingService?wsdl", because "WSDLException: faultCode=INVALID_WSDL: Invalid XML in document at: http://mbeg-us:9700/orabpel/default/CreditRatingService/1.0/CreditRatingService?wsdl: Expected "</P>" to terminate element starting on line 6.".
    [bpelc] Make sure wsdl is valid. You may need to start the OraBPEL server, or make sure the related bpel process is deployed correctly.
    [bpelc] .
    [bpelc] [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    [bpelc] .
    BUILD FAILED
    D:\eclipse\workspace\CreditFlow\build.xml:28: Validation error
    Total time: 906 milliseconds

    Any updates/pointers from anyone ?
    Am I doing some basic thing incorrectly ?
    Sincerely,
    -Mohsin

  • ORABPEL-10903 while deploying SOAOrderBooking

    I've seen multiple posts regarding this error but they don't seem to apply to my installation. We are doing a remote deployment, thus hostname is not localhost. But, the deployment logs seem to want to deploy to localhost. The error appears during the "Compiling bpel process SOAOrderBooking, revision 1.0" step. We do not have embedded spaces nor do we have a proxy. Here is the log:
    Buildfile: C:\OraSOA\soademo_101310_prod\SOADEMO\SOAOrderBooking\build.xml
    [deployDecisionServices] 07/03/23 11:16:00 Notification ==>Application Deployer for rules_default_SOAOrderBooking_1_0_DecisionService COMPLETES. Operation time: 657 msecs
    [deployDecisionServices]
    [deployDecisionServices] Successfully deployed decision services on server "vacuitydev03"
    compile:
    [echo]
    | Compiling bpel process SOAOrderBooking, revision 1.0
    [bpelc] ORABPEL-01021
    [bpelc]
    [bpelc] BPEL validation failed.
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error ORABPEL-10903]: failed to read wsdl
    [bpelc] [Description]: in "bpel.xml", Failed to read wsdl.
    [bpelc] Error happened when reading wsdl at "http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl", because "Failed to read wsdl file at: "http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl", caused by: java.net.ConnectException. : connect: Address is invalid on local machine, or port is not valid on remote machine".
    [bpelc] Make sure wsdl exists at that URL and is valid.
    [bpelc] .
    [bpelc] [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    [bpelc] .
    [bpelc]
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.validateClientSide(CubeProcessor.java:1133)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.transformClientSide(CubeProcessor.java:449)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeParserHelper.compileClientSide(CubeParserHelper.java:83)
    [bpelc]      at com.collaxa.cube.ant.taskdefs.Bpelc.execute(Bpelc.java:626)
    [bpelc]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [bpelc]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [bpelc]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [bpelc]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [bpelc]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [bpelc]      at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [bpelc]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [bpelc]      at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [bpelc]      at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [bpelc]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [bpelc]      at java.lang.reflect.Method.invoke(Method.java:585)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    [bpelc] BPEL validation failed.
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error ORABPEL-10903]: failed to read wsdl
    [bpelc] [Description]: in "bpel.xml", Failed to read wsdl.
    [bpelc] Error happened when reading wsdl at "http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl", because "Failed to read wsdl file at: "http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl", caused by: java.net.ConnectException. : connect: Address is invalid on local machine, or port is not valid on remote machine".
    [bpelc] Make sure wsdl exists at that URL and is valid.
    [bpelc] .
    [bpelc] [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    [bpelc] .
    [bpelc]
    BUILD FAILED
    C:\OraSOA\soademo_101310_prod\SOADEMO\SOAOrderBooking\build.xml:72: Validation error
    Total time: 20 seconds

    Hello,
    Thanks for your attention. This is the error I get when I try to Deploy SOAOrderBooking BPEL process using Ant. All of my installation is done on my laptop computer. I cant find which file is it looking for and where this file should be? I also checked the configurations in ESB Control but it sounds correct.
    compile:
    [echo]
    | Compiling bpel process SOAOrderBooking, revision 1.0
    [bpelc] [Fatal Error] :-1:-1: Premature end of file.
    [bpelc] ORABPEL-01021
    [bpelc]
    [bpelc] BPEL validation failed.
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error ORABPEL-10903]: failed to read wsdl
    [bpelc] [Description]: in "bpel.xml", Failed to read wsdl.
    [bpelc] Error happened when reading wsdl at "http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl", because "XML غير صالح في المستند في: http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl، السطر: -1، العمود: -1: Premature end of file.".
    [bpelc] Make sure wsdl exists at that URL and is valid.
    [bpelc] .
    [bpelc] [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    [bpelc] .
    [bpelc]
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.validateClientSide(CubeProcessor.java:1133)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.transformClientSide(CubeProcessor.java:449)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeParserHelper.compileClientSide(CubeParserHelper.java:83)
    [bpelc]      at com.collaxa.cube.ant.taskdefs.Bpelc.execute(Bpelc.java:626)
    [bpelc]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [bpelc]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [bpelc]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [bpelc]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [bpelc]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [bpelc]      at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [bpelc]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [bpelc]      at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [bpelc]      at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [bpelc]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [bpelc]      at java.lang.reflect.Method.invoke(Method.java:585)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    [bpelc] BPEL validation failed.
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error ORABPEL-10903]: failed to read wsdl
    [bpelc] [Description]: in "bpel.xml", Failed to read wsdl.
    [bpelc] Error happened when reading wsdl at "http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl", because "XML غير صالح في المستند في: http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl، السطر: -1، العمود: -1: Premature end of file.".
    [bpelc] Make sure wsdl exists at that URL and is valid.
    [bpelc] .
    [bpelc] [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    [bpelc] .
    [bpelc]
    BUILD FAILED
    C:\SOADEMO\SOAOrderBooking\build.xml:72: Validation error
    Total time: 51 seconds

  • ORABPEL-10903 failed to read wsdl

    I have a process flow that was working nicely. I added one property in an XML document and now the process won't compile. I have removed the new line and I still receive this error. The error is:
    Error: [Error ORABPEL-10903]: failed to read wsdl [Description]: in "bpel.xml", Error loading schemas from wsdl. Error while loading schemas from wsdl file at location "file:/C:/OraBPELPM_1/integration/jdev/jdev/mywork/SalesForceDemo/SalesForceCreate/SalesForceCreate.wsdl". The reason is no protocol: XMLSchema.dtd. Please verify the schemas defined in wsdl. . [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    I don't know where to look to fix this problem. Does JDev keep some compiled classes around somewhere that need to be cleaned up? This is the second process that this has occurred on. The last time I had to recreate the entire process to get it working again.
    Any help would be greatly apprecated.

    Hi
    I am getting this error when I am trying to invoke a synshronous "CreditRating" service.
    A problem occured while connecting to server "localhost" using port "9700": bpel_myOrderBooking_1.0.jar failed to deploy. Exception message is: ORABPEL-05215
    Error while loading process.
    The process domain encountered the following errors while loading the process "myOrderBooking" (revision "1.0"): Failed to read wsdl.
    Failed to read wsdl at "http://127.0.0.1:9700/orabpel/default/CreditRatingService/CreditRatingService?wsdl", because "Failed to read WSDL from http://127.0.0.1:9700/orabpel/default/CreditRatingService/CreditRatingService?wsdl: HTTP connection error code is 502".
    Make sure wsdl is valid. You may need to start the OraBPEL server, or make sure the related bpel process is deployed correctly.
    If you have installed a patch to the server, please check that the bpelcClasspath domain property includes the patch classes.
    Also,my Integration server connection is showing
    Application Server: OK
    BPEL Process Manager Server: OK
    ESB Server: FAILED
    Please help me out...

  • ORABPEL-10903 when installing AIA 2.0.1 rollup patch = build failed

    Hello,
    When installing on a RHEL 4.7 Linux server the AIA rollup patch 2.0.1, I got this error very often (even if the OUI said the installation is OK, the installActions logs are not OK):
    [exec] [exec] compile:
    [exec] [exec] [echo]
    [exec] [exec] [echo] --------------------------------------------------------------
    [exec] [exec] [echo] | Compiling bpel process QueryCustomerPartyListPortalProvABCSImpl, revision 1.0
    [exec] [exec] [echo] --------------------------------------------------------------
    [exec] [exec] [echo]
    [exec] [exec] ORABPEL-01021
    [exec] [exec]
    [exec] [exec] Echec de la validation BPEL.
    [exec] [exec] Echec de la validation de la source BPEL. Erreurs :
    [exec] [exec]
    [exec] [exec] *[Erreur ORABPEL-10903] : échec de la lecture du WSDL*
    [exec] [exec] [Description] : dans "bpel.xml", Echec de la lecture du document WSDL.
    [exec] [exec] Echec de la lecture du document WSDL dans "http://dvedvb40:7777/orabpel/default/AIAAsyncErrorHandlingBPELProcess/AIAAsyncErrorHandlingBPELProcess?wsdl". Cause : "Echec de la lecture du WSDL dans http://dvedvb40:7777/orabpel/default/AIAAsyncErrorHandlingBPELProcess/AIAAsyncErrorHandlingBPELProcess?wsdl : WSDL introuvable".
    [exec] [exec] Assurez-vous que le document WSDL est valide. Vous devrez peut-être démarrer le serveur OraBPEL ou vérifier que le processus BPEL associé est correctement déployé.
    [exec] [exec] .
    [exec] [exec] [Solution potentielle] : Si votre site utilise un serveur proxy, vous pouvez configurer le serveur BPEL, BPEL Designer et votre navigateur Web avec les paramètres de configuration de ce serveur proxy (pour obtenir des instructions, reportez-vous à la note technique sur le site http://otn.oracle.com/bpel).
    [exec] [exec] .
    [exec] [exec]
    [exec] [exec]      at com.collaxa.cube.lang.compiler.CubeProcessor.validateClientSide(CubeProcessor.java:1133)
    [exec] [exec]      at com.collaxa.cube.lang.compiler.CubeProcessor.transformClientSide(CubeProcessor.java:449)
    [exec] [exec]      at com.collaxa.cube.lang.compiler.CubeParserHelper.compileClientSide(CubeParserHelper.java:83)
    [exec] [exec]      at com.collaxa.cube.ant.taskdefs.Bpelc.execute(Bpelc.java:626)
    [exec] [exec]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    [exec] [exec]      at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
    [exec] [exec]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [exec] [exec]      at java.lang.reflect.Method.invoke(Method.java:585)
    [exec] [exec]      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    [exec] [exec]      at org.apache.tools.ant.Task.perform(Task.java:348)
    [exec] [exec]      at org.apache.tools.ant.Target.execute(Target.java:357)
    [exec] [exec]      at org.apache.tools.ant.Target.performTasks(Target.java:385)
    [exec] [exec]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    [exec] [exec]      at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
    [exec] [exec]      at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
    [exec] [exec]
    [exec] [exec] BUILD FAILED
    When I copy/past those 2 URL into my browser:
    http://dvedvb40:7777/orabpel/default/AIAAsyncErrorHandlingBPELProcess/AIAAsyncErrorHandlingBPELProcess?wsdl
    http://dvedvb40:7777/orabpel/default/AIAAsyncErrorHandlingBPELProcess/1.0
    they are perfectly found, though!
    At the end of the install process, OUI says the installation was fine, but it's not what the installActions log says...
    What do you think of that?
    Thanks in advance.
    Regards,
    KaRiNe.
    Edited by: user10975061 on 28 mai 2009 05:42

    Hello,
    We did go further into the installation process, but we still got this same old error at the end (after more than 6 hours!!!)... :((
    Checking the processes status at the end of this installation, we can see the oc4j_soa server and HTTP server are Stop and Down which is not good:
    dvedvb40:oracle:/exec/applis/tbaia/products/oracle/10.1.3.1/OracleAS/opmn/bin> ./opmnctl status
    Processes in Instance: AIADB.dvedvb40
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    ASG | ASG | N/A | Down
    OC4JGroup:default_group | OC4J:oc4j_soa | 6746 | Stop
    OC4JGroup:default_group | OC4J:home | 6745 | Alive
    HTTP_Server | HTTP_Server | N/A | Down
    Regards,
    KaRiNe.

  • Failure ORABPEL-10903

    Hi everybody,
    i have an issue with BPEL files i created using ProVision 5.1 (www.proformacorp.com). ProVision generates a *.wsdl file, a *.bpel and a build.xml from existing workflows. When i try to compile these files with Oracle BPEL Designer, i get the following error:
    Buildfile: C:\Workspaces\Oracle BPEL Eclipse 3.2\workflow1_1\build.xml
    main:
    [bpelc] BPEL-Validierung nicht erfolgreich.
    [bpelc] Validierung der BPEL-Quelle nicht erfolgreich. Fehler:
    [bpelc]
    [bpelc] [Fehler ORABPEL-10903]: Lesen von WSDL-Datei nicht erfolgreich
    [bpelc] [Beschreibung]: in "bpel.xml", Lesen von WSDL-Datei nicht erfolgreich.
    [bpelc] Fehler beim Lesen von WSDL-Datei bei "C:\Daten\HP\Workspaces\Oracle%20BPEL%20Eclipse%203.2\workflow1_1\workflow1_1.wsdl". Grund: "WSDLException: faultCode=INVALID_WSDL: Invalid input/output combination".
    [bpelc] Vergewissern Sie sich, dass die WSDL-Datei beim URL vorhanden und gültig ist.
    [bpelc] .
    [bpelc] [Mögliche Behebung]: Wenn Ihre Site einen Proxy-Server hat, müssen Sie gegebenenfalls den BPEL-Server, -Designer und -Browser mit den Einstellungen für die Proxy-Server-Konfiguration konfigurieren. (Weitere Informationen hierzu finden Sie in den technischen Hinweisen unter http://otn.oracle.com/bpel.).
    [bpelc] .
    BUILD FAILED
    C:\Workspaces\Oracle BPEL Eclipse 3.2\workflow1_1\build.xml:28: Validation error
    Total time: 1 second
    Here are the files:
    workflow1_1.wsdl
    <definitions
    targetNamespace="http://www.proformacorp.com/wsdl/workflow1"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:local="http://www.proformacorp.com/wsdl/workflow1">
    <portType name="pingPT">
    <!--Implements workflow ' (...) activity1' (1000019618)-->
    <operation name="receiveping" />
    </portType>
    <portType name="workflow1PT">
    <operation name="activity1" />
    <operation name="activity2" />
    </portType>
    <plnk:partnerLinkType name="localactivity1PLT">
    <plnk:role name="local">
    <plnk:portType name="local:workflow1PT" />
    </plnk:role>
    </plnk:partnerLinkType>
    <plnk:partnerLinkType name="localactivity2PLT">
    <plnk:role name="local">
    <plnk:portType name="local:workflow1PT" />
    </plnk:role>
    </plnk:partnerLinkType>
    <plnk:partnerLinkType name="workflow1_pingPLT">
    <plnk:role name="receiver">
    <plnk:portType name="local:pingPT" />
    </plnk:role>
    </plnk:partnerLinkType>
    </definitions>
    workflow1_1.bpel
    <process abstractProcess="yes" name="workflow1"
    targetNamespace="http://www.proformacorp.com"
    xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:xsd="http://www.w3.org/2001/xmlschema"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:wsdl="http://www.proformacorp.com/wsdl"
    xmlns:cif="http://www.proformacorp.com/cif">
    <partnerLinks>
    <partnerLink name="localactivity1PL"
    partnerLinkType="localactivity1PLT" myRole="local" />
    <partnerLink name="localactivity2PL"
    partnerLinkType="localactivity2PLT" myRole="local" />
    <partnerLink name="workflow1_pingPL"
    partnerLinkType="workflow1_pingPLT" myRole="receiver" />
    </partnerLinks>
    <sequence>
    <!--Implements source '' (1000019581)-->
    <receive name="receiveping" partnerLink="workflow1_pingPL"
    portType="pingPT" operation="receiveping"
    createInstance="yes" />
    <!--Implements activity 'activity1' (1000019596)-->
    <invoke name="activity1" partnerLink="localactivity1PL"
    portType="workflow1PT" operation="activity1" />
    <!--Implements activity 'activity2' (1000019605)-->
    <invoke name="activity2" partnerLink="localactivity2PL"
    portType="workflow1PT" operation="activity2" />
    <!--Implements sink '' (1000019590)-->
    <scope name="sink10604808">
    <empty />
    </scope>
    </sequence>
    </process>
    bpel.xml
    <BPELSuitcase>
    <BPELProcess id="workflow1" src="workflow1_1.bpel">
    <partnerLinkBindings>
    <partnerLinkBinding name="localactivity1PL">
    <property name="wsdlLocation">workflow1_1.wsdl</property>
    </partnerLinkBinding>
    <partnerLinkBinding name="workflow1_pingPL">
    <property name="wsdlLocation">workflow1_1.wsdl</property>
    </partnerLinkBinding>
    <partnerLinkBinding name="localactivity2PL">
    <property name="wsdlLocation">workflow1_1.wsdl</property>
    </partnerLinkBinding>
    </partnerLinkBindings>
    </BPELProcess>
    </BPELSuitcase>
    Hope you can help me :)
    There is another thing: how can i change the language of the Oracle BPEL Manager? (I would like to get the obant and the compiling output in english, not in german).
    EDIT:
    i'm using Oracle BPEL Manager 10.1.2.02 on BEA WebLogic Integration 8.15, Oracle BPEL Process Manager 2.2 Designer on Eclipse 3.2 and j2sdk1.4.2_12.
    Message was edited by:
    user523686

    Your definition in wsdl is incomplete. You have to properly define your operation. There should be at least input message defined. And offcourse message types. Have a look into this example.
    <portType name="CheckoutFlow">
    <operation name="initiate">
    <input message="tns:CheckoutFlowRequestMessage"/>
    <output message="tns:CheckoutFlowResponseMessage"/>
    </operation>
    <operation name="continue">
    <input message="tns:CheckoutFlowContinueRequestMessage"/>
    <output message="tns:CheckoutFlowContinueResponseMessage"/>
    </operation>
    <operation name="submit">
    <input message="tns:CheckoutFlowSubmitRequestMessage"/>
    <output message="tns:CheckoutFlowSubmitResponseMessage"/>
    </operation>
    </portType>
    Language for bpelc compiler is issue of JVM. And JVM is getting locales setting from your system.

  • [Error ORABPEL - 10900]... : Can not find definition for element 'process'

    Hi,
    When I try to deploy a bpel process using JDeveloper I'm having the following xml parse error:
    Error(21):
    [Error ORABPEL-10900]: xml parser error
    [Description]: in line 21 of "file:/C:/JDeveloper/jdev/mywork/NERGA/CriarProjectoSA/bpel/CriarProjectoSA.bpel", XML parsing failed because file:/C:/JDeveloper/jdev/mywork/NERGA/CriarProjectoSA/bpel/CriarProjectoSA.bpel<Line 21, Column 63>: XML-24538: (Error) Can not find definition for element 'process'.
    [Potential fix]: Fix the invalid XML.
    I don't understand why... Any idea?

    Ok.
    This is my BPEL code. The sapattern tags are from a program that is generating part of the code. The JDeveloper doesn't show any error, I only get the error when I try to deploy.
    <?xml version = "1.0" encoding = "UTF-8" ?>
    <process name="CriarProjectoSA"
    targetNamespace="http://xmlns.oracle.com/CriarProjectoSA"
    suppressJoinFailure="no"
    xmlns="http://xmlns.oracle.com/CriarProjectoSA"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:ns4="http://xmlns.oracle.com/CriarProjectoSA"
    xmlns:ns7="http://xmlns.oracle.com/bpel/services/IdentityService/xpath"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:ns5="http://schemas.oracle.com/xpath/extension"
    xmlns:ns6="http://xmlns.oracle.com/bpel/workflow/xpath"
    xmlns:ns11="http://www.oracle.com/XSL/Transform/java/oracle.tip.esb.server.headers.ESBHeaderFunctions"
    xmlns:ns9="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc"
    xmlns:ns1="http://xmlns.oracle.com/ValidacaoProjectos"
    xmlns:ns3="http://www.nerga.pt" xmlns:ns2="http://tempuri.org/"
    xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
    xmlns:ns10="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
    xmlns:ns8="http://schemas.xmlsoap.org/ws/2003/03/business-process/">
    <!--Generated by Telelogic System Architect on 05/01/2007 11:06:18 by easm-->
    <sapattern>
    <guid>41207640-d934-480f-902a-b3764f3d9c9f</guid>
    </sapattern>
    <partnerLinks>
    <partnerLink name="client" partnerLinkType="ns4:CriarProjectoSA"
    myRole="CriarProjectoSAProvider"/>
    <partnerLink name="NergaIS" partnerLinkType="ns2:ServiceSoap_PL"
    myRole="ServiceSoap_Role" partnerRole="ServiceSoap_Role"/>
    <partnerLink name="ValidacaoProjectos"
    partnerLinkType="ns1:ValidacaoProjectos"
    myRole="ValidacaoProjectosRequester"
    partnerRole="ValidacaoProjectosProvider"/>
    <sapattern>
    <!--The System Architect objects used in the pattern. To ensure traceability to System Architect DO NOT REMOVE-->
    <guid>e728e550-f404-47bf-aa13-72429480cbc6</guid>
    <guid>3111d1af-0b31-4d02-b3fc-73d14ce95405</guid>
    <guid>e9cdca59-888a-4e67-af54-a63ce2347ad3</guid>
    </sapattern>
    </partnerLinks>
    <variables>
    <variable name="outputVariable"
    messageType="ns4:CriarProjectoSAResponseMessage"/>
    <variable name="inputVariable"
    messageType="ns4:CriarProjectoSARequestMessage"/>
    <sapattern>
    <!--The System Architect objects used in the pattern. To ensure traceability to System Architect DO NOT REMOVE-->
    <guid>2503e820-3add-4cd1-bbc5-5cc5fff57090</guid>
    <guid>8bcc3532-46b7-4e88-816f-72ecdaee76ab</guid>
    </sapattern>
    <variable name="invocaVP_initiate_InputVariable"
    messageType="ns1:ValidacaoProjectosRequestMessage"/>
    <variable name="recebeVP_onResult_InputVariable"
    messageType="ns1:ValidacaoProjectosResponseMessage"/>
    <variable name="InvocaAdicionarProjecto_InputVariable"
    messageType="ns2:AdicionarProjectoSoapIn"/>
    <variable name="InvocaAdicionarProjecto_OutputVariable"
    messageType="ns2:AdicionarProjectoSoapOut"/>
    </variables>
    <sequence>
    <receive name="recebeTemplate" joinCondition="False" partnerLink="client"
    portType="ns4:CriarProjectoSA" operation="process"
    variable="inputVariable" createInstance="yes">
    <sapattern>
    <!--The System Architect objects used in the pattern. To ensure traceability to System Architect DO NOT REMOVE-->
    <guid>e728e550-f404-47bf-aa13-72429480cbc6</guid>
    <guid>68e62379-55ac-48eb-b681-aee8f5a7696d</guid>
    </sapattern>
    </receive>
    <scope variableAccessSerializable="no" name="ValidarExigências"
    joinCondition="False">
    <faultHandlers>
    <catchAll>
    <assign name="assignInvalid">
    <bpelx:append>
    <bpelx:from expression="concat(ns8:getVariableData('inputVariable','payload','/ns3:Template/ns3:Projecto/ns3:Observacoes'), string('Projecto inválido!!'))"/>
    <bpelx:to variable="inputVariable" part="payload"
    query="/ns3:Template/ns3:Projecto/ns3:Observacoes"/>
    </bpelx:append>
    </assign>
    </catchAll>
    </faultHandlers>
    <sapattern>
    <!--The System Architect objects used in the pattern. To ensure traceability to System Architect DO NOT REMOVE-->
    <guid>2e56af66-6622-43e0-9adc-6d5f109cf374</guid>
    </sapattern>
    <sequence name="ValidarExigências" joinCondition="False">
    <assign name="assignVPIn">
    <copy>
    <from variable="inputVariable" part="payload"/>
    <to variable="invocaVP_initiate_InputVariable" part="payload"/>
    </copy>
    </assign>
    <sapattern>
    <!--The System Architect objects used in the pattern. To ensure traceability to System Architect DO NOT REMOVE-->
    <guid>2e56af66-6622-43e0-9adc-6d5f109cf374</guid>
    </sapattern>
    <invoke name="invocaVP" joinCondition="False"
    partnerLink="ValidacaoProjectos" portType="ns1:ValidacaoProjectos"
    operation="initiate"
    inputVariable="invocaVP_initiate_InputVariable">
    <sapattern>
    <!--The System Architect objects used in the pattern. To ensure traceability to System Architect DO NOT REMOVE-->
    <guid>f3bc9c04-f4d2-4e96-acc8-7a6c88a8ced5</guid>
    </sapattern>
    </invoke>
    <receive name="recebeVP" joinCondition="False"
    partnerLink="ValidacaoProjectos"
    portType="ns1:ValidacaoProjectosCallback" operation="onResult"
    createInstance="no" variable="recebeVP_onResult_InputVariable">
    <sapattern>
    <!--The System Architect objects used in the pattern. To ensure traceability to System Architect DO NOT REMOVE-->
    <guid>e9cdca59-888a-4e67-af54-a63ce2347ad3</guid>
    <guid>1eba96a8-330a-4e4d-a14b-cdf6641fa614</guid>
    </sapattern>
    </receive>
    <assign name="assignVPOut">
    <copy>
    <from variable="recebeVP_onResult_InputVariable" part="payload"/>
    <to variable="inputVariable" part="payload"/>
    </copy>
    </assign>
    </sequence>
    </scope>
    <scope variableAccessSerializable="no" name="AdicionarProjecto"
    joinCondition="False">
    <sapattern>
    <!--The System Architect objects used in the pattern. To ensure traceability to System Architect DO NOT REMOVE-->
    <guid>89c02eae-7788-4892-a616-e46b65ef1b50</guid>
    </sapattern>
    <sequence name="InvocarISAdicionarProjecto" joinCondition="False">
    <assign name="assignIS">
    <copy>
    <from variable="inputVariable" part="payload"
    query="/ns3:Template/ns3:Projecto/ns3:NomeProjecto"/>
    <to variable="InvocaAdicionarProjecto_InputVariable" part="parameters"
    query="/ns2:AdicionarProjecto/ns2:nome"/>
    </copy>
    <copy>
    <from variable="inputVariable" part="payload"
    query="/ns3:Template/ns3:Projecto/ns3:TipoProjecto"/>
    <to variable="InvocaAdicionarProjecto_InputVariable" part="parameters"
    query="/ns2:AdicionarProjecto/ns2:tipo"/>
    </copy>
    </assign>
    <sapattern>
    <!--The System Architect objects used in the pattern. To ensure traceability to System Architect DO NOT REMOVE-->
    <guid>89c02eae-7788-4892-a616-e46b65ef1b50</guid>
    </sapattern>
    <invoke name="InvocaAdicionarProjecto" joinCondition="False"
    partnerLink="NergaIS" portType="ns2:ServiceSoap"
    operation="AdicionarProjecto"
    inputVariable="InvocaAdicionarProjecto_InputVariable"
    outputVariable="InvocaAdicionarProjecto_OutputVariable">
    <sapattern>
    <!--The System Architect objects used in the pattern. To ensure traceability to System Architect DO NOT REMOVE-->
    <guid>76519bd3-c506-4c79-8190-8ff09abdd27d</guid>
    </sapattern>
    </invoke>
    </sequence>
    </scope>
    <assign name="assignOutput">
    <copy>
    <from variable="inputVariable" part="payload"
    query="/ns3:Template/ns3:Projecto"/>
    <to variable="outputVariable" part="payload"/>
    </copy>
    </assign>
    <reply name="devolveProjecto" joinCondition="False" partnerLink="client"
    portType="ns4:CriarProjectoSA" operation="process"
    variable="outputVariable">
    <sapattern>
    <!--The System Architect objects used in the pattern. To ensure traceability to System Architect DO NOT REMOVE-->
    <guid>e728e550-f404-47bf-aa13-72429480cbc6</guid>
    <guid>0dbefef0-3d04-4356-abbc-b291ea40d256</guid>
    </sapattern>
    </reply>
    </sequence>
    </process>

  • [Error ORABPEL-10039]: invalid xpath expression  - array processing

    hi,
    I am trying to process multiple xml elements
    <assign name="setinsideattributes">
    <copy>
    <from expression="ora:getElement('Receive_1_Read_InputVariable','BILL','/ns2:BILL/ns2:CMS1500['bpws:getVariableData('iterator')']/ns2:HEADER/ns2:SSN')"/>
    <to variable="ssn"/>
    </copy>
    </assign>
    where iterator is a index variable .
    I am getting into this error .
    Error(48):
    [Error ORABPEL-10039]: invalid xpath expression
    [Description]: in line 48 of "D:\OraBPELPM_1\integration\jdev\jdev\mywork\may10-workspace\multixm-catch\multixm-catch.bpel", xpath expression "ora:getElement('Receive_1_Read_InputVariable','BILL','/ns2:BILL/ns2:CMS1500['bpws:getVariableData('iterator')']/ns2:HEADER/ns2:SSN')" specified in <from> is not valid, because XPath query syntax error.
    Syntax error while parsing xpath expression "ora:getElement('Receive_1_Read_InputVariable','BILL','/ns2:BILL/ns2:CMS1500['bpws:getVariableData('iterator')']/ns2:HEADER/ns2:SSN')", at position "77" the exception is Expected: ).
    Please verify the xpath query "ora:getElement('Receive_1_Read_InputVariable','BILL','/ns2:BILL/ns2:CMS1500['bpws:getVariableData('iterator')']/ns2:HEADER/ns2:SSN')" which is defined in BPEL process.
    [Potential fix]: Please make sure the expression is valid.
    any information on how to fix this .
    thanks in advance

    check out this note here
    http://clemensblog.blogspot.com/2006/03/bpel-looping-over-arrays-collections.html
    hth clemens

  • Concat Operation failing.[Error ORABPEL-10039]: invalid xpath expression

    Hi ,
    I am trying to concat two values which are as mentioned below
    concat(bpws:getVariableData('paramsVar','/ns7:parameters/ns7:item[ns7:name='ContractNumber']/ns7:value'),bpws:getVariableData('AccumilateEmail','/ns1:AccumilatePLAContracts/ns1:AccumilatePLAType[$PLACount]/ns1:ContractInfoType[$ContractInfoTypeCount]/ns1:ContractNumber'))
    to /ns7:parameters/ns7:item[ns7:name='ContractNumber']/ns7:value (which is same as first parameter of concat operation)
    the error is [Error ORABPEL-10039]: invalid xpath expression
    [Description]: in line 681 of "C:\Users\varsha.tm\Desktop\InitiateMaintainContractRolesEmail\bpel\InitiateMaintainContractRolesEmail.bpel", xpath expression "concat(bpws:getVariableData('paramsVar','/ns7:parameters/ns7:item[ns7:name='ContractNumber']/ns7:value'),bpws:getVariableData('Ac
    cumilateEmail','/ns1:AccumilatePLAContracts/ns1:AccumilatePLAType[$PLACount]/ns1:ContractInfoType[$ContractInfoTypeCount]/ns1:ContractNumber'))" specified in <from> is not valid, because XPath query syntax error.
    Syntax error while parsing xpath expression "concat(bpws:getVariableData('paramsVar','/ns7:parameters/ns7:item[ns7:name='ContractNumber']/ns7:value'),bpws:getVariableData('AccumilateEmail','/ns1:AccumilatePLAContracts/ns1:AccumilatePLAType[$PLACount]/ns1:ContractInfoType[$ContractInfoTyp
    eCount]/ns1:ContractNumber'))", at position "76" the exception is Expected: ).
    Please verify the xpath query "concat(bpws:getVariableData('paramsVar','/ns7:parameters/ns7:item[ns7:name='ContractNumber']/ns7:value'),bpws:getVariableData('AccumilateEmail','/ns1:AccumilatePLAContracts/ns1:AccumilatePLAType[$PLACount]/ns1:ContractInfoType[$ContractInfoTypeCount]/ns1:Co.....
    I also tried converting both the variables of concat to string and then giving to concat operation. please let me know what could be the possible way to do this

    Hi,
    try storing the values of the below into a separate variables var1,var2 and then use concat(bpws:getVariableData('var1'),bpws:getVariableData(var2))....also try using the predicate[] without
    bpws:getVariableData for the below variables...for this in the assign activity create copy operation window....u see the xpath text box and u can mention the predicate values there...some
    thing like */ns7:parameters/ns7:item[ns7:name='ContractNumber']/ns7:value* , *ns1:AccumilatePLAContracts/ns1:AccumilatePLAType[$PLACount]/ns1:ContractInfoType
    [$ContractInfoTypeCount]/ns1:ContractNumber* instead of the below values
    bpws:getVariableData('paramsVar','/ns7:parameters/ns7:item[ns7:name='ContractNumber']/ns7:value')
    bpws:getVariableData('AccumilateEmail','/ns1:AccumilatePLAContracts/ns1:AccumilatePLAType[$PLACount]/ns1:ContractInfoType[$ContractInfoTypeCount]/ns1:ContractNumber')

  • Error ORABPEL-10902 compilation failed, for an almost empty bpel  file

    Thank you for reading my post
    I have a problem with a bpel process in Oracle SOA suite 10.1.3.1 and its compliance jdeveloper (10.1.3.1).
    when i try to compile the appliaction and deploy it to server it returns and error which i include in this message.
    Here is the bpel file
    <process name="Puchase_Request" abstractProcess="no"
             enableInstanceCompensation="no" suppressJoinFailure="no"
             targetNamespace="www.testi.com"
           xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
             xmlns:xsd="http://www.w3.org/2001/XMLSchema"
             xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
             xmlns:ns1="http://testi2.com/"
             xmlns:ns2="www.testi.com"
             xmlns:ns3="www.testi.com" >
                  </process>and here is the error message it returns
    Problem is that i get an error like :
    Error:
    [Error ORABPEL-10902]: compilation failed
    [Description]: in "F:\appplication\bpel\Puchase_Request.bpel", XML parsing failed because "".
    [Potential fix]: n/a.
    Does any one faced such problem?

    Hi
    I too got similar problem
    [Error ORABPEL-10902]: compilation failed
    [Description]: in "bpel.xml", XML parsing failed because "undefined part element.
    In WSDL at "file:/C:/JDeveloper/jdev/mywork/CICWorkSpace/CICBPEL/bpel/CICBPEL.wsdl", message part element "{http://xmlns.oracle.com/orchestration}confirmationMessage" is not defined in any of the schemas.
    Please make sure the spelling of the element QName is correct and the WSDL import is complete.." [Potential fix]: n/a.
    WSDL
    =====
    <definitions
    name="CICBPEL"
    targetNamespace="http://xmlns.oracle.com/CICBPEL"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:ns4="http://www.1sync.org"
    xmlns:ns1="http://www.globalcompany.com/ns/sales"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:ns3="http://xmlns.oracle.com/pcbpel/adapter/db/top/CICSPECIFIC"
    xmlns:ns2="http://xmlns.oracle.com/orchestration"
    xmlns:ns5="http://xmlns.oracle.com/pcbpel/adapter/db/top/selectmsg"
    xmlns:client="http://xmlns.oracle.com/CICBPEL"
    >
    <types>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns4="http://www.1sync.org" xmlns:ns1="http://www.globalcompany.com/ns/sales"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:ns3="http://xmlns.oracle.com/pcbpel/adapter/db/top/CICSPECIFIC"
    xmlns:ns5="http://xmlns.oracle.com/pcbpel/adapter/db/top/selectmsg" xmlns:ns2="http://xmlns.oracle.com/orchestration"
    xmlns:client="http://xmlns.oracle.com/CICBPEL">
    <xsd:import namespace="http://www.1sync.org" schemaLocation="CatalogueItemConfirmationProxy.xsd"/>
    <xsd:import namespace="http://xmlns.oracle.com/CICBPEL" schemaLocation="CICBPEL.xsd"/>
    <xsd:import namespace="http://xmlns.oracle.com/orchestration" schemaLocation="CanonicalConfirmationMessageSchema.xsd"/>
    </xsd:schema>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns4="http://www.1sync.org"
    xmlns:ns1="http://www.globalcompany.com/ns/sales" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:ns3="http://xmlns.oracle.com/pcbpel/adapter/db/top/CICSPECIFIC" xmlns:ns2="http://xmlns.oracle.com/orchestration"
    xmlns:ns5="http://xmlns.oracle.com/pcbpel/adapter/db/top/selectmsg" xmlns:client="http://xmlns.oracle.com/CICBPEL">
    <xsd:import namespace="http://xmlns.oracle.com/pcbpel/adapter/db/top/selectmsg" schemaLocation="selectmsg_table.xsd"/>
    </xsd:schema>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns4="http://www.1sync.org"
    xmlns:ns1="http://www.globalcompany.com/ns/sales" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:ns3="http://xmlns.oracle.com/pcbpel/adapter/db/top/CICSPECIFIC" xmlns:ns5="http://xmlns.oracle.com/pcbpel/adapter/db/top/selectmsg"
    xmlns:ns2="http://xmlns.oracle.com/orchestration" xmlns:client="http://xmlns.oracle.com/CICBPEL">
    <xsd:import namespace="http://xmlns.oracle.com/pcbpel/adapter/db/top/selectmsg" schemaLocation="message.xsd"/>
    <xsd:import namespace="http://xmlns.oracle.com/orchestration" schemaLocation="CanonicalConfirmationMessageSchema.xsd"/>
    </xsd:schema>
    </types>
    <message name="CICBPELRequestMessage">
    <part name="payload" element="ns5:M4uDmdMessagesCollection"/>
    </message>
    <message name="CICBPELResponseMessage">
    <part name="payload" element="ns4:envelope"/>
    </message>
    <message name="canonical_CICMessage">
    <part name="payload" element="ns2:confirmationMessage"/>
    </message>
    <portType name="CICBPEL">
    <operation name="initiate">
    <input message="client:CICBPELRequestMessage"/>
    </operation>
    </portType>
    <portType name="CICBPELCallback">
    <operation name="onResult">
    <input message="client:CICBPELResponseMessage"/>
    </operation>
    </portType>
    <plnk:partnerLinkType name="CICBPEL">
    <plnk:role name="CICBPELProvider">
    <plnk:portType name="client:CICBPEL"/>
    </plnk:role>
    <plnk:role name="CICBPELRequester">
    <plnk:portType name="client:CICBPELCallback"/>
    </plnk:role>
    </plnk:partnerLinkType>
    </definitions>
    I dont understand the problem

  • Error ORABPEL-11802 while calling Stored Procedure

    Hi,
    I am trying to call a stored proc in oracle through DB adapter in BPEL services.
    The procedure accepts custom data types only. I am able to assign values to each element in the custom data type but while executing the same it is throwing the error:
    ORABPEL-11802
    Unable to convert the XSD element db:THENUMBERRANGE whose user defined type is NUMBERRANGE. Cause: java.sql.SQLException: invalid name pattern: XYZ.NUMBERRANGE [Caused by: invalid name pattern: XYZ.NUMBERRANGE]
    The Stored Procedure code is as follows:
    --PROCEDURE setNumberStatus (
    --theNumberRange IN NumberRange,
    --theNumberStatus IN numberstatus,
    --userID IN userid,
    --returnStatus OUT CallStatus );
    --TYPE NumberRange is OBJECT (
    --StartNumber Varchar2(40),
    --EndNumber Varchar2(40),
    Please suggest me how to input data for object NumberRange.
    Any help on this is highly appreciated.
    Thanks,

    Hi,
    I have the same issue, but in my case I hae done all the accesses still i was getting the error, However finally what I figured out is that the JNDI name was wrong, so unable to make a databse connection at runtime. So Basically it was unable to find the object .... and causing the same error. Hope this tip also may be helpful for some body.
    --Khaleel                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • BPEL - 10.1.3.3  [Error ORABPEL-10057]: invalid query

    Hi,
    I am getting the following error when compiling the BPEL Process.
    Error(1198):
    [Error ORABPEL-10057]: invalid query
    [Description]: in line 1198 of "C:\HealdSalesForce\trunk\WebFormsToSalesForce\bpel\WebFormsToSalesForce.bpel", query "/ns2:queryResponse/ns2:result/ns2:records[1]/child::ns1:ConvertedAccountId" is invalid, because step 'ns1:ConvertedAccountId' is not valid..
    [Potential fix]: Check the XML schema and make sure your query string is valid.
    This is the code segments...
    xmlns:ns1="urn:sobject.enterprise.soap.sforce.com"
    xmlns:ns3="http://xmlns.oracle.com/SalesForceAuthentication"
    xmlns:ns2="urn:enterprise.soap.sforce.com"
    <variable name="*_RetrieveDupCandidatesOutput_*"
    messageType="ns2:queryResponse"/>
    <invoke name="RetrieveDupCandidates" partnerLink="sForce6.0"
    portType="ns2:Soap" operation="query"
    inputVariable="RetrieveDupCandidatesInput"
    outputVariable="*_RetrieveDupCandidatesOutput_*"
    bpelx:inputHeaderVariable="sessionHeader"/>
    ...... ............Errors out here..........
    <case condition="string-length(bpws:getVariableData('RetrieveDupCandidatesOutput','parameters','/ns2:queryResponse/ns2:result/ns2:records[1]')/ns1:ConvertedAccountId) > 0">
    This code is working in 10.1.2, When upgraded to 10.1.3, it is erroring out.
    Any idea why is this erroring out. Is it because of the mixed namespaces in the query path? We are trying to get the first record of the resultset(records) and get the ConvertedAccountId from the first record.
    Thank you
    Krish
    Edited by: knandipati on 2009. 8. 31 오후 5:28
    Edited by: knandipati on 2009. 8. 31 오후 5:29

    Hi,
    I am getting the following error when compiling the BPEL Process.
    Error(1198):
    [Error ORABPEL-10057]: invalid query
    [Description]: in line 1198 of "C:\HealdSalesForce\trunk\WebFormsToSalesForce\bpel\WebFormsToSalesForce.bpel", query "/ns2:queryResponse/ns2:result/ns2:records[1]/child::ns1:ConvertedAccountId" is invalid, because step 'ns1:ConvertedAccountId' is not valid..
    [Potential fix]: Check the XML schema and make sure your query string is valid.
    This is the code segments...
    xmlns:ns1="urn:sobject.enterprise.soap.sforce.com"
    xmlns:ns3="http://xmlns.oracle.com/SalesForceAuthentication"
    xmlns:ns2="urn:enterprise.soap.sforce.com"
    <variable name="*_RetrieveDupCandidatesOutput_*"
    messageType="ns2:queryResponse"/>
    <invoke name="RetrieveDupCandidates" partnerLink="sForce6.0"
    portType="ns2:Soap" operation="query"
    inputVariable="RetrieveDupCandidatesInput"
    outputVariable="*_RetrieveDupCandidatesOutput_*"
    bpelx:inputHeaderVariable="sessionHeader"/>
    ...... ............Errors out here..........
    <case condition="string-length(bpws:getVariableData('RetrieveDupCandidatesOutput','parameters','/ns2:queryResponse/ns2:result/ns2:records[1]')/ns1:ConvertedAccountId) > 0">
    This code is working in 10.1.2, When upgraded to 10.1.3, it is erroring out.
    Any idea why is this erroring out. Is it because of the mixed namespaces in the query path? We are trying to get the first record of the resultset(records) and get the ConvertedAccountId from the first record.
    Thank you
    Krish
    Edited by: knandipati on 2009. 8. 31 오후 5:28
    Edited by: knandipati on 2009. 8. 31 오후 5:29

Maybe you are looking for

  • Full file path in Office 2007 when open or save

    Am not sure i can raise this question here. We are using 10gR2 Application server and Windows 7 as a Client. In the client machine we have installed the Microsoft Office 2007. From the forms we are trying to open and save (after changes) the files of

  • Imovie recognises camcorder but no image/sound

    Hi there, I have an old SOny dcr-pc103e camcorder and am trying to get the video clips from dv tapes into iMovie via a firewire cable (4to6 on iMac or 4to9 on MAcbook pro). iMovie recognises the camcorder and controls it (play, stop, rewind...) but t

  • How to kick guest user when user quota has exhausted

    Hi, I have wlc and acs v4.0. Currently, I am using layer 3 security with web authentication and has been succesfully integrated with ACS for authentication. User quota has been set so that when user has reached its quota, may not be able to log in ag

  • HT4623 Where do I get the X from once I get the APP to giggling??

    I am trying to get rid of some of these APP that I do not use and no one seems to know how to do it.. Can you please tell me Hoe? I know how to make them Giggle but How do I get to the "X" to delete them ?

  • Missing Device Manager Items

    Any chance someone can tell me what "Base System Device" driver(s) are missing and where to get it from these hardware id's? The machine is a Envy 810-170st. PCI\VEN_8086&DEV_0EE3&SUBSYS_2ACE103C&REV_04 PCI\VEN_8086&DEV_0EE3&SUBSYS_2ACE103C PCI\VEN_8