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

Similar Messages

  • [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')

  • LDAP: error code 1 - Invalid query reference]; remaining name '

    I have the following function for a paged search operation.
    Data retrieved by this function is used somewhere else to modify the Ldap Directory context.
    Despite my setting for ctx and search control as "no timeout", i've been keeping thrown the exception for operations lasting more than 5 minutes(consistently) and for some short operations(sporadically):
    Paged Search failed : javax.naming.NamingException: [LDAP: error code 1 - Invalid query reference]; remaining name '<directory>'
    I am using DirX as LDAP directory.
    Is this a time-out related exception which can be fixed in the code?
    How can it be fixed?
    There's no clue all over the web about this.
    Thanks.
          * Returns the next page of the search results.
          * The returned result from this method can not exceed page size
          * set in the constructor.
          * @return
         public NamingEnumeration nextPage(){
              //1.step Set PagedResultsControl
              NamingEnumeration results = null;
              Control[] controls=null;          
              try {               
                   if( isSearchStarted==false ){
                        isSearchStarted=true;
                        if(sortingAttributes==null)
                             controls=new Control[]{ new PagedResultsControl(pageSize) };
                        else
                             controls=new Control[]{new SortControl(sortingAttributes, Control.NONCRITICAL), new PagedResultsControl(pageSize) };
                   }else {// examine the response controls
                        cookie = parseControls(ctx.getResponseControls());
                        if( cookie!=null && cookie.length!=0 ){
                             // pass the cookie back to the server for the next page
                             if(sortingAttributes==null)
                                  controls=new Control[] { new PagedResultsControl(pageSize, cookie, Control.CRITICAL) };
                             else
                                  controls=new Control[] {new SortControl(sortingAttributes, Control.NONCRITICAL), new PagedResultsControl(pageSize, cookie, Control.CRITICAL) };
                        }else{
                             //search is finished
                             return null;
                   ctx.setRequestControls(controls);
                   //ctx.getEnvironment().values();
                   //ctx.getEnvironment().put("com.sun.jndi.ldap.connect.timeout", "5000", 300000);
                   ctx.addToEnvironment("com.sun.jndi.ldap.connect.timeout", "0");
                   //ctx.getEnvironment().values();
              } catch (NamingException e) {
                   Tracer.getInstance().error("Paged Search failed while setting response controls: " + e);
                   return null;
              } catch (Exception e) {
                   Tracer.getInstance().error("Paged Search failed while setting response controls: " + e);
                   return null;
              //2.step: DO SEARCH
              for(int i=0;i<10;i++){
                   boolean reconnect=false;
                   try{     
                        results = ctx.search(searchBase, searchFilter, searchCtls);
                        Thread.sleep(300000);
                        //ctx.get
                        //Thread.sleep(300000);
                        break;
                   } catch (NamingException e) {
                        Tracer.getInstance().error("Paged Search failed : " + e);
                        reconnect=true;                    
                   } catch (Exception e) {
                        reconnect=true;
                        Tracer.getInstance().error("Paged Search failed : " + e);                    
                   if(reconnect){
                        try {
                             this.ctx = LDAPServer.getInstance().getDirContext();
                             ctx=ctx.newInstance(controls);
                             //ctx.getEnvironment().values();
                        } catch (NamingException e1) {
                             Tracer.getInstance().error("Could not reconnect the ldapcontext");
              return results;
         }

    It turned out to be a DirX "root DSE" entry "PAGP" that is disposing my paged results if a timeout occurs(300 seconds by default).
    So i have to modify this entry during runtime, which is unfortunately only can be accesed by dirxadm.exe.
    Is it possible to modify this attribute by a ldap context method?

  • Invalid query compiler error

    Hi - I migrated a BPEL process from 10.1.2.1.0 The BPEL diagram is fine. If I open the assign using Jdeveloper, everything looks perfectly fine. I am able to do the Edit Copy operation with no problems. Upon compilation , however, the following error occurs:
    Error(201):
    [Error ORABPEL-10057]: invalid query
    [Description]: in line 201 of "C:\jdeveloper\jdev\mywork\E1Integration\SalesOrderEntry\bpel\SalesOrderEntry.bpel",
    query "/ns1:Request/ns1:Header/MessageHeader/MessageType" is invalid, because .
    [Potential fix]: Check the XML schema and make sure your query string is valid.
    I am using inline schema from the following wsdl:
    <?xml version="1.0" encoding="UTF-8"?>
    <wsdl:definitions name="IntegrationPoints_FlowServices" targetNamespace="http://e1.oracle.com/SOE/"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns="http://e1.oracle.com/SOE/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:wsdns1="http://e1.oracle.com/SOE">
    <wsdl:types>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.oracle.com/SOEInput1" xmlns:dx4="http://www.oracle.com/SOEInput1" xmlns:dx3="http://www.peoplesoft.com" xmlns:dx2="http://www.oracle.com/SOEInput">
    <xsd:import namespace="http://www.peoplesoft.com"/>
    <xsd:import namespace="http://www.oracle.com/SOEInput"/>
    <xsd:element name="Processing">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx3:actionType"/>
    <xsd:element ref="dx3:useConfigurationRule"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="Billing">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx2:Pricing"/>
    <xsd:element ref="dx3:paymentTermsCode"/>
    <xsd:element ref="dx3:paymentInstrumentCode"/>
    <xsd:element ref="dx3:taxRateAreaCode"/>
    <xsd:element ref="dx3:taxExplanationCode"/>
    <xsd:element ref="dx3:taxableCode"/>
    <xsd:element ref="dx3:modeOfTransportCode"/>
    <xsd:element ref="dx3:printMessageCode"/>
    <xsd:element ref="dx2:Carrier"/>
    <xsd:element ref="dx3:freightHandlingCode"/>
    <xsd:element ref="dx3:subledger"/>
    <xsd:element ref="dx3:subledgerTypeCode"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="ShipTo">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx3:entityId"/>
    <xsd:element ref="dx3:entityLongId"/>
    <xsd:element ref="dx3:entityTaxId"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://localhost/IntegrationPoints/FlowServices/SalesOrderEntryMODIFIEDMSG" xmlns:tns="http://localhost/IntegrationPoints/FlowServices/SalesOrderEntryMODIFIEDMSG" xmlns:jde="http://e1.oracle.com/SOE">
    <xsd:import namespace="http://e1.oracle.com/SOE"/>
    <xsd:complexType name="SalesOrderInput">
    <xsd:sequence>
    <xsd:element ref="jde:SalesOrderEntry"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="SalesOrderOutput">
    <xsd:sequence>
    <xsd:element ref="jde:SalesOrderEntry"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.oracle.com/SOEInput" xmlns:dx2="http://www.oracle.com/SOEInput" xmlns:dx3="http://www.peoplesoft.com" xmlns:dx4="http://www.oracle.com/SOEInput1">
    <xsd:import namespace="http://www.peoplesoft.com"/>
    <xsd:import namespace="http://www.oracle.com/SOEInput1"/>
    <xsd:element name="Processing">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx3:actionType"/>
    <xsd:element ref="dx3:processingVersion"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="SalesOrderKey">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx3:documentNumber"/>
    <xsd:element ref="dx3:documentTypeCode"/>
    <xsd:element ref="dx3:documentCompany"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="SoldTo">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx3:entityId"/>
    <xsd:element ref="dx3:entityLongId"/>
    <xsd:element ref="dx3:entityTaxId"/>
    <xsd:element ref="dx3:mailingName"/>
    <xsd:element ref="dx3:addressLine1"/>
    <xsd:element ref="dx3:addressLine2"/>
    <xsd:element ref="dx3:addressLine3"/>
    <xsd:element ref="dx3:addressLine4"/>
    <xsd:element ref="dx3:city"/>
    <xsd:element ref="dx3:countyCode"/>
    <xsd:element ref="dx3:stateCode"/>
    <xsd:element ref="dx3:postalCode"/>
    <xsd:element ref="dx3:countryCode"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="ShipTo">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx3:entityId"/>
    <xsd:element ref="dx3:entityLongId"/>
    <xsd:element ref="dx3:entityTaxId"/>
    <xsd:element ref="dx3:mailingName"/>
    <xsd:element ref="dx3:addressLine1"/>
    <xsd:element ref="dx3:addressLine2"/>
    <xsd:element ref="dx3:addressLine3"/>
    <xsd:element ref="dx3:addressLine4"/>
    <xsd:element ref="dx3:city"/>
    <xsd:element ref="dx3:countyCode"/>
    <xsd:element ref="dx3:stateCode"/>
    <xsd:element ref="dx3:postalCode"/>
    <xsd:element ref="dx3:countryCode"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="Carrier">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx3:entityId"/>
    <xsd:element ref="dx3:entityLongId"/>
    <xsd:element ref="dx3:entityTaxId"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="Billing">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx3:adjustmentScheduleCode"/>
    <xsd:element ref="dx3:customerPriceGroupCode"/>
    <xsd:element ref="dx3:percentDiscountTrade"/>
    <xsd:element ref="dx3:paymentTermsCode"/>
    <xsd:element ref="dx3:paymentInstrumentCode"/>
    <xsd:element ref="dx3:printMessageCode"/>
    <xsd:element ref="dx2:Carrier"/>
    <xsd:element ref="dx3:freightHandlingCode"/>
    <xsd:element ref="dx3:deliveryInstruction1"/>
    <xsd:element ref="dx3:deliveryInstruction2"/>
    <xsd:element ref="dx3:taxRateAreaCode"/>
    <xsd:element ref="dx3:taxExplanationCode"/>
    <xsd:element ref="dx3:creditCardAccountName"/>
    <xsd:element ref="dx3:creditCardAccountNumber"/>
    <xsd:element ref="dx3:creditCardTypeCode"/>
    <xsd:element ref="dx3:checkNumber"/>
    <xsd:element ref="dx3:dateExpiration"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="DeliverTo">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx3:entityId"/>
    <xsd:element ref="dx3:entityLongId"/>
    <xsd:element ref="dx3:entityTaxId"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="InvoicedTo">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx3:entityId"/>
    <xsd:element ref="dx3:entityLongId"/>
    <xsd:element ref="dx3:entityTaxId"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="PaidBy">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx3:entityId"/>
    <xsd:element ref="dx3:entityLongId"/>
    <xsd:element ref="dx3:entityTaxId"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="ForwardedTo">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx3:entityId"/>
    <xsd:element ref="dx3:entityLongId"/>
    <xsd:element ref="dx3:entityTaxId"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="UserReservedData">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx3:userReservedCode"/>
    <xsd:element ref="dx3:userReservedDate"/>
    <xsd:element ref="dx3:userReservedAmount"/>
    <xsd:element ref="dx3:userReservedNumber"/>
    <xsd:element ref="dx3:userReservedReference"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="Item">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx3:itemId"/>
    <xsd:element ref="dx3:itemProduct"/>
    <xsd:element ref="dx3:itemCatalog"/>
    <xsd:element ref="dx3:itemCustomer"/>
    <xsd:element ref="dx3:itemFreeForm"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="ItemParent">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx3:itemId"/>
    <xsd:element ref="dx3:itemProduct"/>
    <xsd:element ref="dx3:itemCatalog"/>
    <xsd:element ref="dx3:itemCustomer"/>
    <xsd:element ref="dx3:itemFreeForm"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="Segment">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx3:segmentNumber"/>
    <xsd:element ref="dx3:segmentValue"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="Configuration">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx2:ItemParent"/>
    <xsd:element ref="dx2:Item"/>
    <xsd:element ref="dx3:businessUnit"/>
    <xsd:element ref="dx3:quantityComponent"/>
    <xsd:element ref="dx3:unitOfMeasureCodeComponent"/>
    <xsd:element ref="dx3:lineTypeCode"/>
    <xsd:element ref="dx3:description1"/>
    <xsd:element ref="dx2:Segment" maxOccurs="unbounded"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="Product">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx2:Item"/>
    <xsd:element ref="dx3:lotNumber"/>
    <xsd:element ref="dx3:location"/>
    <xsd:element ref="dx3:itemWeight"/>
    <xsd:element ref="dx3:unitOfMeasureCodeWeight"/>
    <xsd:element ref="dx3:itemVolume"/>
    <xsd:element ref="dx3:unitOfMeasureCodeVolume"/>
    <xsd:element ref="dx3:description1"/>
    <xsd:element ref="dx3:description2"/>
    <xsd:element ref="dx2:Configuration" maxOccurs="unbounded"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="Pricing">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx3:unitOfMeasureCodePricing"/>
    <xsd:element ref="dx3:isZeroPriceOverride"/>
    <xsd:element ref="dx3:adjustmentScheduleCode"/>
    <xsd:element ref="dx3:datePriceEffective"/>
    <xsd:element ref="dx3:priceCode1"/>
    <xsd:element ref="dx3:priceCode2"/>
    <xsd:element ref="dx3:priceCode3"/>
    <xsd:element ref="dx3:priceUnitDomestic"/>
    <xsd:element ref="dx3:priceUnitForeign"/>
    <xsd:element ref="dx3:priceExtendedDomestic"/>
    <xsd:element ref="dx3:priceExtendedForeign"/>
    <xsd:element ref="dx3:itemPriceGroupCode"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="OriginalOrderKey">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx3:documentNumber"/>
    <xsd:element ref="dx3:documentTypeCode"/>
    <xsd:element ref="dx3:documentCompany"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="OriginalOrder">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx2:OriginalOrderKey"/>
    <xsd:element ref="dx3:documentLineNumber"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="RelatedOrderKey">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx3:documentNumber"/>
    <xsd:element ref="dx3:documentTypeCode"/>
    <xsd:element ref="dx3:documentCompany"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="RelatedOrder">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx2:RelatedOrderKey"/>
    <xsd:element ref="dx3:documentLineNumber"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="Supplier">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx3:entityId"/>
    <xsd:element ref="dx3:entityLongId"/>
    <xsd:element ref="dx3:entityTaxId"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="CategoryCodesSales">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx3:categoryCode001"/>
    <xsd:element ref="dx3:categoryCode002"/>
    <xsd:element ref="dx3:categoryCode003"/>
    <xsd:element ref="dx3:categoryCode004"/>
    <xsd:element ref="dx3:categoryCode005"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="CategoryCodesPurchasing">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx3:categoryCode001"/>
    <xsd:element ref="dx3:categoryCode002"/>
    <xsd:element ref="dx3:categoryCode003"/>
    <xsd:element ref="dx3:categoryCode004"/>
    <xsd:element ref="dx3:categoryCode005"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="Detail">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx4:Processing"/>
    <xsd:element ref="dx3:documentLineNumber"/>
    <xsd:element ref="dx3:businessUnit"/>
    <xsd:element ref="dx3:businessUnitDestination"/>
    <xsd:element ref="dx3:customerPO"/>
    <xsd:element ref="dx3:reference"/>
    <xsd:element ref="dx3:agreementId"/>
    <xsd:element ref="dx3:agreementSupplement"/>
    <xsd:element ref="dx2:Product"/>
    <xsd:element ref="dx4:Billing"/>
    <xsd:element ref="dx3:dutyStatusCode"/>
    <xsd:element ref="dx2:OriginalOrder"/>
    <xsd:element ref="dx2:RelatedOrder"/>
    <xsd:element ref="dx4:ShipTo"/>
    <xsd:element ref="dx2:Supplier"/>
    <xsd:element ref="dx3:quantityOrdered"/>
    <xsd:element ref="dx3:quantityShippable"/>
    <xsd:element ref="dx3:quantityBackOrdered"/>
    <xsd:element ref="dx3:quantityCanceled"/>
    <xsd:element ref="dx3:unitOfMeasureCodeTransaction"/>
    <xsd:element ref="dx3:lineTypeCode"/>
    <xsd:element ref="dx3:lineOfBusinessCode"/>
    <xsd:element ref="dx3:endUseCode"/>
    <xsd:element ref="dx3:priorityCode"/>
    <xsd:element ref="dx3:dateOrdered"/>
    <xsd:element ref="dx3:dateRequested"/>
    <xsd:element ref="dx3:timeRequested"/>
    <xsd:element ref="dx3:dateCancel"/>
    <xsd:element ref="dx3:datePromisedShip"/>
    <xsd:element ref="dx3:timePromisedShip"/>
    <xsd:element ref="dx3:dateScheduledPick"/>
    <xsd:element ref="dx3:timeScheduledPick"/>
    <xsd:element ref="dx3:datePromisedOriginal"/>
    <xsd:element ref="dx3:timePromisedOriginal"/>
    <xsd:element ref="dx3:datePromisedDelivery"/>
    <xsd:element ref="dx3:timePromisedDelivery"/>
    <xsd:element ref="dx3:statusCodeLast"/>
    <xsd:element ref="dx3:statusCodeNext"/>
    <xsd:element ref="dx2:CategoryCodesSales"/>
    <xsd:element ref="dx2:CategoryCodesPurchasing"/>
    <xsd:element ref="dx2:UserReservedData"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="Header">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="MessageHeader" >
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="Environment" type="xsd:string"/>
    <xsd:element name="MessageType" type="xsd:string"/>
    <xsd:element name="MessageID" type="xsd:string"/>
    <xsd:element name="MessageVersion" type="xsd:string"/>
    <xsd:element name="MessageReferenceID" type="xsd:string"/>
    <xsd:element name="UserID" type="xsd:string"/>
    <xsd:element name="UserPassword" type="xsd:string"/>
    <xsd:element name="SourceSystemName" type="xsd:string"/>
    <xsd:element name="CreationDate" type="xsd:string"/>
    <xsd:element name="Operation" type="xsd:string"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element ref="dx2:Processing"/>
    <xsd:element ref="dx2:SalesOrderKey"/>
    <xsd:element ref="dx3:businessUnit"/>
    <xsd:element ref="dx3:company"/>
    <xsd:element ref="dx3:orderedBy"/>
    <xsd:element ref="dx3:orderTakenBy"/>
    <xsd:element ref="dx3:holdOrderCode"/>
    <xsd:element ref="dx3:customerPO"/>
    <xsd:element ref="dx3:attachmentText"/>
    <xsd:element ref="dx2:SoldTo"/>
    <xsd:element ref="dx2:ShipTo"/>
    <xsd:element ref="dx3:dateOrdered"/>
    <xsd:element ref="dx3:dateRequested"/>
    <xsd:element ref="dx3:timeRequested"/>
    <xsd:element ref="dx3:dateCancel"/>
    <xsd:element ref="dx3:dateScheduledPick"/>
    <xsd:element ref="dx3:timeScheduledPick"/>
    <xsd:element ref="dx3:currencyCodeTo"/>
    <xsd:element ref="dx3:rateExchangeOverride"/>
    <xsd:element ref="dx2:Billing"/>
    <xsd:element ref="dx2:DeliverTo"/>
    <xsd:element ref="dx2:InvoicedTo"/>
    <xsd:element ref="dx2:PaidBy"/>
    <xsd:element ref="dx2:ForwardedTo"/>
    <xsd:element ref="dx2:UserReservedData"/>
    <xsd:element ref="dx2:Detail" maxOccurs="unbounded"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="Request">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx2:Header"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.oracle.com/SOEOutput" xmlns:jde2="http://www.oracle.com/SOEOutput" xmlns:dx3="http://www.peoplesoft.com">
    <xsd:import namespace="http://www.peoplesoft.com"/>
    <xsd:element name="Detail">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx3:documentLineNumber"/>
    <xsd:element ref="dx3:messages" maxOccurs="unbounded"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="Header">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx3:documentNumber"/>
    <xsd:element ref="dx3:documentTypeCode"/>
    <xsd:element ref="dx3:documentCompany"/>
    <xsd:element ref="dx3:messages" maxOccurs="unbounded"/>
    <xsd:element ref="jde2:Detail" maxOccurs="unbounded"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="Response">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="jde2:Header"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.oracle.com/SOE" xmlns:dx="http://www.oracle.com/SOE" xmlns:dx2="http://www.oracle.com/SOEInput" xmlns:jde2="http://www.oracle.com/SOEOutput">
    <xsd:import namespace="http://www.oracle.com/SOEInput"/>
    <xsd:import namespace="http://www.oracle.com/SOEOutput"/>
    <xsd:element name="ProcessSOE">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx2:Request"/>
    <xsd:element ref="jde2:Response"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://e1.oracle.com/SOE" xmlns:jde="http://e1.oracle.com/SOE" xmlns:dx="http://www.oracle.com/SOE">
    <xsd:import namespace="http://www.oracle.com/SOE"/>
    <xsd:element name="SalesOrderEntry">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="dx:ProcessSOE"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.peoplesoft.com" xmlns:dx3="http://www.peoplesoft.com">
    <xsd:element name="actionType" type="xsd:string"/>
    <xsd:element name="processingVersion" type="xsd:string"/>
    <xsd:element name="documentNumber" type="xsd:string"/>
    <xsd:element name="documentTypeCode" type="xsd:string"/>
    <xsd:element name="documentCompany" type="xsd:string"/>
    <xsd:element name="businessUnit" type="xsd:string"/>
    <xsd:element name="company" type="xsd:string"/>
    <xsd:element name="orderedBy" type="xsd:string"/>
    <xsd:element name="orderTakenBy" type="xsd:string"/>
    <xsd:element name="holdOrderCode" type="xsd:string"/>
    <xsd:element name="customerPO" type="xsd:string"/>
    <xsd:element name="attachmentText" type="xsd:string"/>
    <xsd:element name="entityId" type="xsd:string"/>
    <xsd:element name="entityLongId" type="xsd:string"/>
    <xsd:element name="entityTaxId" type="xsd:string"/>
    <xsd:element name="mailingName" type="xsd:string"/>
    <xsd:element name="addressLine1" type="xsd:string"/>
    <xsd:element name="addressLine2" type="xsd:string"/>
    <xsd:element name="addressLine3" type="xsd:string"/>
    <xsd:element name="addressLine4" type="xsd:string"/>
    <xsd:element name="city" type="xsd:string"/>
    <xsd:element name="countyCode" type="xsd:string"/>
    <xsd:element name="stateCode" type="xsd:string"/>
    <xsd:element name="postalCode" type="xsd:string"/>
    <xsd:element name="countryCode" type="xsd:string"/>
    <xsd:element name="dateOrdered" type="xsd:string"/>
    <xsd:element name="dateRequested" type="xsd:string"/>
    <xsd:element name="timeRequested" type="xsd:string"/>
    <xsd:element name="dateCancel" type="xsd:string"/>
    <xsd:element name="dateScheduledPick" type="xsd:string"/>
    <xsd:element name="timeScheduledPick" type="xsd:string"/>
    <xsd:element name="currencyCodeTo" type="xsd:string"/>
    <xsd:element name="rateExchangeOverride" type="xsd:string"/>
    <xsd:element name="adjustmentScheduleCode" type="xsd:string"/>
    <xsd:element name="customerPriceGroupCode" type="xsd:string"/>
    <xsd:element name="percentDiscountTrade" type="xsd:string"/>
    <xsd:element name="paymentTermsCode" type="xsd:string"/>
    <xsd:element name="paymentInstrumentCode" type="xsd:string"/>
    <xsd:element name="printMessageCode" type="xsd:string"/>
    <xsd:element name="freightHandlingCode" type="xsd:string"/>
    <xsd:element name="deliveryInstruction1" type="xsd:string"/>
    <xsd:element name="deliveryInstruction2" type="xsd:string"/>
    <xsd:element name="taxRateAreaCode" type="xsd:string"/>
    <xsd:element name="taxExplanationCode" type="xsd:string"/>
    <xsd:element name="creditCardAccountName" type="xsd:string"/>
    <xsd:element name="creditCardAccountNumber" type="xsd:string"/>
    <xsd:element name="creditCardTypeCode" type="xsd:string"/>
    <xsd:element name="checkNumber" type="xsd:string"/>
    <xsd:element name="dateExpiration" type="xsd:string"/>
    <xsd:element name="userReservedCode" type="xsd:string"/>
    <xsd:element name="userReservedDate" type="xsd:string"/>
    <xsd:element name="userReservedAmount" type="xsd:string"/>
    <xsd:element name="userReservedNumber" type="xsd:string"/>
    <xsd:element name="userReservedReference" type="xsd:string"/>
    <xsd:element name="useConfigurationRule" type="xsd:string"/>
    <xsd:element name="documentLineNumber" type="xsd:string"/>
    <xsd:element name="businessUnitDestination" type="xsd:string"/>
    <xsd:element name="reference" type="xsd:string"/>
    <xsd:element name="agreementId" type="xsd:string"/>
    <xsd:element name="agreementSupplement" type="xsd:string"/>
    <xsd:element name="itemId" type="xsd:string"/>
    <xsd:element name="itemProduct" type="xsd:string"/>
    <xsd:element name="itemCatalog" type="xsd:string"/>
    <xsd:element name="itemCustomer" type="xsd:string"/>
    <xsd:element name="itemFreeForm" type="xsd:string"/>
    <xsd:element name="lotNumber" type="xsd:string"/>
    <xsd:element name="location" type="xsd:string"/>
    <xsd:element name="itemWeight" type="xsd:string"/>
    <xsd:element name="unitOfMeasureCodeWeight" type="xsd:string"/>
    <xsd:element name="itemVolume" type="xsd:string"/>
    <xsd:element name="unitOfMeasureCodeVolume" type="xsd:string"/>
    <xsd:element name="description1" type="xsd:string"/>
    <xsd:element name="description2" type="xsd:string"/>
    <xsd:element name="quantityComponent" type="xsd:string"/>
    <xsd:element name="unitOfMeasureCodeComponent" type="xsd:string"/>
    <xsd:element name="lineTypeCode" type="xsd:string"/>
    <xsd:element name="segmentNumber" type="xsd:string"/>
    <xsd:element name="segmentValue" type="xsd:string"/>
    <xsd:element name="unitOfMeasureCodePricing" type="xsd:string"/>
    <xsd:element name="isZeroPriceOverride" type="xsd:string"/>
    <xsd:element name="datePriceEffective" type="xsd:string"/>
    <xsd:element name="priceCode1" type="xsd:string"/>
    <xsd:element name="priceCode2" type="xsd:string"/>
    <xsd:element name="priceCode3" type="xsd:string"/>
    <xsd:element name="priceUnitDomestic" type="xsd:string"/>
    <xsd:element name="priceUnitForeign" type="xsd:string"/>
    <xsd:element name="priceExtendedDomestic" type="xsd:string"/>
    <xsd:element name="priceExtendedForeign" type="xsd:string"/>
    <xsd:element name="itemPriceGroupCode" type="xsd:string"/>
    <xsd:element name="taxableCode" type="xsd:string"/>
    <xsd:element name="modeOfTransportCode" type="xsd:string"/>
    <xsd:element name="subledger" type="xsd:string"/>
    <xsd:element name="subledgerTypeCode" type="xsd:string"/>
    <xsd:element name="dutyStatusCode" type="xsd:string"/>
    <xsd:element name="quantityOrdered" type="xsd:string"/>
    <xsd:element name="quantityShippable" type="xsd:string"/>
    <xsd:element name="quantityBackOrdered" type="xsd:string"/>
    <xsd:element name="quantityCanceled" type="xsd:string"/>
    <xsd:element name="unitOfMeasureCodeTransaction" type="xsd:string"/>
    <xsd:element name="lineOfBusinessCode" type="xsd:string"/>
    <xsd:element name="endUseCode" type="xsd:string"/>
    <xsd:element name="priorityCode" type="xsd:string"/>
    <xsd:element name="datePromisedShip" type="xsd:string"/>
    <xsd:element name="timePromisedShip" type="xsd:string"/>
    <xsd:element name="datePromisedOriginal" type="xsd:string"/>
    <xsd:element name="timePromisedOriginal" type="xsd:string"/>
    <xsd:element name="datePromisedDelivery" type="xsd:string"/>
    <xsd:element name="timePromisedDelivery" type="xsd:string"/>
    <xsd:element name="statusCodeLast" type="xsd:string"/>
    <xsd:element name="statusCodeNext" type="xsd:string"/>
    <xsd:element name="categoryCode001" type="xsd:string"/>
    <xsd:element name="categoryCode002" type="xsd:string"/>
    <xsd:element name="categoryCode003" type="xsd:string"/>
    <xsd:element name="categoryCode004" type="xsd:string"/>
    <xsd:element name="categoryCode005" type="xsd:string"/>
    <xsd:element name="messages" type="xsd:string"/>
    </xsd:schema>
    </wsdl:types>
    <wsdl:message name="SalesOrderEntry">
    <wsdl:part name="SalesOrderEntry" element="wsdns1:SalesOrderEntry"/>
    </wsdl:message>
    <wsdl:message name="SalesOrderEntryOutput">
    <wsdl:part name="SalesOrderEntry" element="wsdns1:SalesOrderEntry"/>
    </wsdl:message>
    <wsdl:portType name="IntegrationPoints_FlowServicesPortType">
    <wsdl:operation name="SalesOrderEntry">
    <wsdl:input message="tns:SalesOrderEntry"/>
    <wsdl:output message="tns:SalesOrderEntryOutput"/>
    </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="IntegrationPoints_FlowServicesBinding" type="tns:IntegrationPoints_FlowServicesPortType">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="SalesOrderEntry">
    <soap:operation soapAction=""/>
    <wsdl:input>
    <soap:body use="literal"/>
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal"/>
    </wsdl:output>
    </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="IntegrationPoints_FlowServicesService">
    <wsdl:port name="IntegrationPoints_FlowServicesPort0" binding="tns:IntegrationPoints_FlowServicesBinding">
    <soap:address location="http://galileo.wlgore.com:5555/soap/default"/>
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>
    Thanks,
    RM

    Well the problem looks like it is has to do with the Header element and ns1. If I test using the html form, it fails. So I selected "Save Test" to examine the xml. This creates the following xml (only showing the portion of interest):
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
         <soap:Body xmlns:ns1="http://www.oracle.com/SOEInput">
              <ns1:Request>
                   <Header>
                        <MessageHeader>
                             <Environment>Development</Environment>
                        </MessageHeader>
                   </Header>
              </ns1:Request>
         </soap:Body>
    </soap:Envelope>
    As you can see, ns1: is missing from the Header element, which explains why
    "/ns1:Request/ns1:Header/MessageHeader/Environment" is failing. If I augment it by adding the ns1: manually it executes correctly:
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
         <soap:Body xmlns:ns1="http://www.oracle.com/SOEInput">
              <ns1:Request>
                   <ns1:Header>
                        <MessageHeader>
                             <Environment>Development</Environment>
                        </MessageHeader>
                   </ns1:Header>
              </ns1:Request>
         </soap:Body>
    </soap:Envelope>
    Any idea why this would occur on the BPEL server ? I presumed the HTML form would contain the correct namespaces.

  • 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-09903 on deploying my bpel process

    the stack
    oracle.tip.adapter.fw.agent.jca.JCAActivationAgent: java.lang.reflect.InvocationTargetException
    at com.collaxa.cube.engine.core.BaseCubeProcess.startAllActivationAgents(BaseCubeProcess.java:354)
    at com.collaxa.cube.engine.deployment.DeploymentManager.activateDefaultRevision(DeploymentManager.java:1446)
    at com.collaxa.cube.engine.deployment.DeploymentManager.setDefaultRevision(DeploymentManager.java:1405)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:821)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:670)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:445)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    anybody can help me ?
    God bless all

    So does anyone know why I m getting the following error when the definition of "GeneralFault" is in the .wsdl file? According to the error messge, it sounds like I have to define it in a .xsd file.
    Error ORABPEL-10902: compilation failed
    Description: in "bpel.xml", XML parsing failed because "undefined part element.
    In WSDL at "file:/D:/projects/MyBPEL/bpel/MySvc-v1.wsdl", message part element "{http://www.company.com/wsdl/MySvc-v1.0}GeneralFault" 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
    AJ

  • [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-05250

    Getting given error during deployment.
    Build is getting successful.
    *ORABPEL-05250[[ Error deploying BPEL suitcase.*
    error while attempting to deploy the BPEL component file "/oracle/product/Middleware/user_projects/domains/base_domain/deployed-composites/CreatePurchaseOrderListEbizProvABCSImpl_rev1.0/sca_CreatePurchaseOrderListEbizProvABCSImpl_rev1.0/soa_0934b5cc-0c86-4044-84e2-d4d81137e57f"; the exception reported is: java.lang.Exception: BPEL compilation failed This error contained an exception thrown by the underlying deployment module.
    [2011-01-10T17:41:49.086+10:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [tid: [ACTIVE].ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000Ipil0tqDc_P5Mf8Dye1D4Ofs003loT,0] [APP: soa-infra] <BPEL1Processor::generateProcessClass> CreatePurchaseOrderListEbizProvABCSImplProcess.bpel(line 51): unresolved partnerRole[[ [2011-01-10T17:41:49.089+10:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [tid: [ACTIVE].ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000Ipil0tqDc_P5Mf8Dye1D4Ofs003loT,0] [APP: soa-infra] <BPEL1Processor::generateProcessClass> CreatePurchaseOrderListEbizProvABCSImplProcess.bpel(line 617): role not found[[ [2011-01-10T17:41:49.091+10:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.deployment] [tid: [ACTIVE].ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000Ipil0tqDc_P5Mf8Dye1D4Ofs003loT,0] [APP: soa-infra] <CubeProcessLoader::create> [[ [2011-01-10T17:41:49.094+10:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.deployment] [tid: [ACTIVE].ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000Ipil0tqDc_P5Mf8Dye1D4Ofs003loT,0] [APP: soa-infra] BPEL Component "default/CreatePurchaseOrderListEbizProvABCSImpl!1.0*soa_1a1b5fb9-5d74-42f8-a2a2-7a5b54f5e74c/CreatePurchaseOrderListEbizProvABCSImplProcess" load FAILED!!
    [2011-01-10T17:41:49.095+10:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.deployment] [tid: [ACTIVE].ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000Ipil0tqDc_P5Mf8Dye1D4Ofs003loT,0] [APP: soa-infra] <DeploymentManager::deploySuitcase> deployment failed[[ [2011-01-10T17:41:49.097+10:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.system] [tid: [ACTIVE].ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000Ipil0tqDc_P5Mf8Dye1D4Ofs003loT,0] [APP: soa-infra] <BaseCubeSessionBean::logError > Error while invoking bean "domain manager": Error deploying BPEL suitcase.[[ error while attempting to deploy the BPEL component file "/oracle/product/Middleware/user_projects/domains/base_domain/deployed-composites/CreatePurchaseOrderListEbizProvABCSImpl_rev1.0/sca_CreatePurchaseOrderListEbizProvABCSImpl_rev1.0/soa_1a1b5fb9-5d74-42f8-a2a2-7a5b54f5e74c"; the exception reported is: java.lang.Exception: BPEL compilation failed This error contained an exception thrown by the underlying deployment module.
    Error deploying BPEL suitcase.
    error while attempting to deploy the BPEL component file "/oracle/product/Middleware/user_projects/domains/base_domain/deployed-composites/CreatePurchaseOrderListEbizProvABCSImpl_rev1.0/sca_CreatePurchaseOrderListEbizProvABCSImpl_rev1.0/soa_1a1b5fb9-5d74-42f8-a2a2-7a5b54f5e74c"; the exception reported is: java.lang.Exception: BPEL compilation failed This error contained an exception thrown by the underlying deployment module.
    [2011-01-10T17:41:49.100+10:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine] [tid: [ACTIVE].ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000Ipil0tqDc_P5Mf8Dye1D4Ofs003loT,0] [APP: soa-infra] Unable to activate process CreatePurchaseOrderListEbizProvABCSImplProcess[[
    Error deploying BPEL suitcase.
    error while attempting to deploy the BPEL component file "/oracle/product/Middleware/user_projects/domains/base_domain/deployed-composites/CreatePurchaseOrderListEbizProvABCSImpl_rev1.0/sca_CreatePurchaseOrderListEbizProvABCSImpl_rev1.0/soa_1a1b5fb9-5d74-42f8-a2a2-7a5b54f5e74c"; the exception reported is: java.lang.Exception: BPEL compilation failed This error contained an exception thrown by the underlying deployment module.
    [2011-01-10T17:41:49.117+10:30] [soa_server1] [ERROR] [SOA-21037] [oracle.integration.platform.blocks.deploy.servlet] [tid: [ACTIVE].ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000Ipil0tqDc_P5Mf8Dye1D4Ofs003loT,0] [APP: soa-infra] [arg: Error during deployment: Error occurred during deployment of component: CreatePurchaseOrderListEbizProvABCSImplProcess to service engine: implementation.bpel, for composite: CreatePurchaseOrderListEbizProvABCSImpl: ORABPEL-05250\n\nError deploying BPEL suitcase.\nerror while attempting to deploy the BPEL component file "/oracle/product/Middleware/user_projects/domains/base_domain/deployed-composites/CreatePurchaseOrderListEbizProvABCSImpl_rev1.0/sca_CreatePurchaseOrderListEbizProvABCSImpl_rev1.0/soa_1a1b5fb9-5d74-42f8-a2a2-7a5b54f5e74c"; the exception reported is: java.lang.Exception: BPEL compilation failed\n\nThis error contained an exception thrown by the underlying deployment module.\nVerify the exception trace in the log (with logging level set to debug mode).\n.] Sending back error message: Error during deployment: Error occurred during deployment of component: CreatePurchaseOrderListEbizProvABCSImplProcess to service engine: implementation.bpel, for composite: CreatePurchaseOrderListEbizProvABCSImpl: ORABPEL-05250[[ Error deploying BPEL suitcase.
    error while attempting to deploy the BPEL component file "/oracle/product/Middleware/user_projects/domains/base_domain/deployed-composites/CreatePurchaseOrderListEbizProvABCSImpl_rev1.0/sca_CreatePurchaseOrderListEbizProvABCSImpl_rev1.0/soa_1a1b5fb9-5d74-42f8-a2a2-7a5b54f5e74c"; the exception reported is: java.lang.Exception: BPEL compilation failed This error contained an exception thrown by the underlying deployment module.
    [2011-01-10T17:43:35.581+10:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [tid: [ACTIVE].ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000IpilSV9Dc_P5Mf8Dye1D4Ofs003lqH,0] [APP: soa-infra] <BPEL1Processor::generateProcessClass> CreatePurchaseOrderListEbizProvABCSImplProcess.bpel(line 51): unresolved partnerRole[[ [2011-01-10T17:43:35.583+10:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [tid: [ACTIVE].ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000IpilSV9Dc_P5Mf8Dye1D4Ofs003lqH,0] [APP: soa-infra] <BPEL1Processor::generateProcessClass> CreatePurchaseOrderListEbizProvABCSImplProcess.bpel(line 617): role not found[[ [2011-01-10T17:43:35.586+10:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.deployment] [tid: [ACTIVE].ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000IpilSV9Dc_P5Mf8Dye1D4Ofs003lqH,0] [APP: soa-infra] <CubeProcessLoader::create> [[ [2011-01-10T17:43:35.589+10:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.deployment] [tid: [ACTIVE].ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000IpilSV9Dc_P5Mf8Dye1D4Ofs003lqH,0] [APP: soa-infra] BPEL Component "default/CreatePurchaseOrderListEbizProvABCSImpl!1.0*soa_0934b5cc-0c86-4044-84e2-d4d81137e57f/CreatePurchaseOrderListEbizProvABCSImplProcess" load FAILED!!
    [2011-01-10T17:43:35.590+10:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.deployment] [tid: [ACTIVE].ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000IpilSV9Dc_P5Mf8Dye1D4Ofs003lqH,0] [APP: soa-infra] <DeploymentManager::deploySuitcase> deployment failed[[ [2011-01-10T17:43:35.595+10:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.system] [tid: [ACTIVE].ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000IpilSV9Dc_P5Mf8Dye1D4Ofs003lqH,0] [APP: soa-infra] <BaseCubeSessionBean::logError > Error while invoking bean "domain manager": Error deploying BPEL suitcase.[[ error while attempting to deploy the BPEL component file "/oracle/product/Middleware/user_projects/domains/base_domain/deployed-composites/CreatePurchaseOrderListEbizProvABCSImpl_rev1.0/sca_CreatePurchaseOrderListEbizProvABCSImpl_rev1.0/soa_0934b5cc-0c86-4044-84e2-d4d81137e57f"; the exception reported is: java.lang.Exception: BPEL compilation failed This error contained an exception thrown by the underlying deployment module.
    Error deploying BPEL suitcase.
    error while attempting to deploy the BPEL component file "/oracle/product/Middleware/user_projects/domains/base_domain/deployed-composites/CreatePurchaseOrderListEbizProvABCSImpl_rev1.0/sca_CreatePurchaseOrderListEbizProvABCSImpl_rev1.0/soa_0934b5cc-0c86-4044-84e2-d4d81137e57f"; the exception reported is: java.lang.Exception: BPEL compilation failed This error contained an exception thrown by the underlying deployment module.
    [2011-01-10T17:43:35.599+10:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine] [tid: [ACTIVE].ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000IpilSV9Dc_P5Mf8Dye1D4Ofs003lqH,0] [APP: soa-infra] Unable to activate process CreatePurchaseOrderListEbizProvABCSImplProcess[[
    Error deploying BPEL suitcase.
    error while attempting to deploy the BPEL component file "/oracle/product/Middleware/user_projects/domains/base_domain/deployed-composites/CreatePurchaseOrderListEbizProvABCSImpl_rev1.0/sca_CreatePurchaseOrderListEbizProvABCSImpl_rev1.0/soa_0934b5cc-0c86-4044-84e2-d4d81137e57f"; the exception reported is: java.lang.Exception: BPEL compilation failed This error contained an exception thrown by the underlying deployment module.
    [2011-01-10T17:43:35.620+10:30] [soa_server1] [ERROR] [SOA-21037] [oracle.integration.platform.blocks.deploy.servlet] [tid: [ACTIVE].ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000IpilSV9Dc_P5Mf8Dye1D4Ofs003lqH,0] [APP: soa-infra] [arg: Error during deployment: Error occurred during deployment of component: CreatePurchaseOrderListEbizProvABCSImplProcess to service engine: implementation.bpel, for composite: CreatePurchaseOrderListEbizProvABCSImpl: ORABPEL-05250\n\nError deploying BPEL suitcase.\nerror while attempting to deploy the BPEL component file "/oracle/product/Middleware/user_projects/domains/base_domain/deployed-composites/CreatePurchaseOrderListEbizProvABCSImpl_rev1.0/sca_CreatePurchaseOrderListEbizProvABCSImpl_rev1.0/soa_0934b5cc-0c86-4044-84e2-d4d81137e57f"; the exception reported is: java.lang.Exception: BPEL compilation failed\n\nThis error contained an exception thrown by the underlying deployment module.\nVerify the exception trace in the log (with logging level set to debug mode).\n.] Sending back error message: Error during deployment: Error occurred during deployment of component: CreatePurchaseOrderListEbizProvABCSImplProcess to service engine: implementation.bpel, for composite: CreatePurchaseOrderListEbizProvABCSImpl: ORABPEL-05250[[ Error deploying BPEL suitcase.
    error while attempting to deploy the BPEL component file "/oracle/product/Middleware/user_projects/domains/base_domain/deployed-composites/CreatePurchaseOrderListEbizProvABCSImpl_rev1.0/sca_CreatePurchaseOrderListEbizProvABCSImpl_rev1.0/soa_0934b5cc-0c86-4044-84e2-d4d81137e57f"; the exception reported is: java.lang.Exception: BPEL compilation failed This error contained an exception thrown by the underlying deployment module.

    The error you are after is embedded in the huge stack:
    [ecid: 0000Ipil0tqDc_P5Mf8Dye1D4Ofs003loT,0] [APP: soa-infra] <BPEL1Processor::generateProcessClass>
    CreatePurchaseOrderListEbizProvABCSImplProcess.bpel(line 617): role not found
    [[ [2011-01-10T17:41:49.091+10:30]
    Are the application roles you are using for human tasks defined in the server (see section 27.2.1.1.3 in http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10224/bp_introhwf.htm#BABHBJAI)
    Regards,
    Shanmu.

  • 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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • 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>

  • 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

  • Invoke Error - ORABPEL-00000 Exception not handled by the Collaxa

    Hi,
    We have a BPEL process that is involking a stubbed .net service which we are trying to simulate using a dummy Sync BPEL process to test the stubbed service. When we add the wsdlRuntimeLocation=DummyBPELProcess.wsdl we get the error ORABPEL-00000 Exception not handled by the Collaxa Cube system. An unhandled exception has been thrown in the Collaxa Cube system. The exception reported is: "java.lang.NullPointerException at com.collaxa.cube.ws.WSInvocationManager.invoke2(WSInvocationManager.java:441) at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:285 .
    The input and output messsages and the namespace for the stubbed .net service and the dummy bpel process is the same.
    When we involke the Dummy BPEL process thru a another BPEL process the message looks
    <?xml version="1.0" encoding="UTF-8" ?><part><messages><Invoke_1_PersistSalesOrder_InputVariable><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="messagePart"><GlobalProductionOrderRequest xmlns:ns="http://schemas.xxx.com/it/fulfillment/RoutingSlip/1.0" xmlns:ns1="http://schemas.xxx.com/it/fulfillment/GlobalProductionOrder/1.0" xmlns="http://schemas.xxx.com/it/fulfillment/GlobalProductionOrder/1.0">
    <ns:RoutingSlip Sender="string" Receiver="string" Direction="RESPONSE" Type="string" MessageID="string" CorrelationID="string" CreateDate="2007-10-26T01:36:28" CreateHost="string" Instance="string"/>
    whereas the invoke message to the stubbed .net service looks like
    <?xml version="1.0" encoding="UTF-8" ?><part><messages>*<input>*<persistGPOInputVar><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="messagePart"><input><GlobalProductionOrderRequest xmlns:ns="http://schemas.xxx.com/it/fulfillment/RoutingSlip/1.0" xmlns:ns1="http://schemas.xxx.com/it/fulfillment/GlobalProductionOrder/1.0" xmlns="http://schemas.xxx.com/it/fulfillment/GlobalProductionOrder/1.0">
    <ns:RoutingSlip Sender="string" Receiver="string" Direction="RESPONSE" Type="string" MessageID="string" CorrelationID="string" CreateDate="2007-10-26T01:36:28" CreateHost="string" Instance="string"/><!--Optional:--><ns1:BackFed>true</ns1:BackFed>
    Is the additional <input> tag the issue ? Why is it coming for the .net stub and not the bpel process.

    Resolved after server Restart

Maybe you are looking for