Insert SOAP headers into BPEL process

My requirement is to insert information from the header to the request parameter, the header information consists of the user name & password.

Header is given below.
====
< soap: Header >
< wsse: Security SOAP: mustUnderstand = "1" xmlns:wsse = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" >
< wsse:Username > ClientDev < / wsse:Username >
< wsse:Password Type = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText" > ClientDev123 < / wsse:Password >
< / wsse: Security >
< / soap: Header >
======
My request message is given below after extraction of wsdl. (header information are not in the wsdl part) but it will add to each request in the section header when sending to the application target using the SOAP request.
======
< xmlns:soap: envelope soap "http://schemas.xmlsoap.org/soap/envelope/" = >
< soapenv:Header / >
< soap: Body >
< GetTaxCodes xmlns = "nvsos.gov" >
< EntityTypeCode > 10 < / EntityTypeCode >
< / GetTaxCodes >
< / soap: Body >
< / envelope soap: >
======
the requirement, inserting the soap request: header in the request parameter and send it to the target system, it is a failure without inserting the header information in the query.
====

the following steps created...

Created a 'SOAPheaders.XSD' file with the next item.

<? XML version = "1.0" encoding = "windows-1252"? >
< xsd: Schema container = "http://www.w3.org/2001/XMLSchema".
xmlns = "http://www.example.org/SOAPheaders."
targetNamespace = "http://www.example.org/SOAPheaders."
elementFormDefault = "qualified" >
< xsd: complexType name = "SΘcuritΘ" >
< xsd: SEQUENCE >
< xsd: element name = "User name" type = "xsd: String" / >
< xsd: element name = "Password" type = "xsd: String" / >
< / xsd: SEQUENCE >
< / xsd: complexType >
< xsd: element name = "SOAPHeader" type = "SΘcuritΘ" / >
< / xsd: Schema >

In .bpel file added the following variable (username and password)
< variables >
<! - referring to the message as input during the initiation - >
< variable name = messageType "variableentree" = "client: BPELProcessRequestMessage" / >
< variable name = "Username" element = "client: username" / >
< variable name = "Password" element = "customer: password" / >
< / variables >

and added the variable in the invoke method above using bpelx:inputHeaderVariable.
< name = "receiveInput" = "bpelprocess_client" = portType partnerLink ' client: BPELProcess "operation = 'process '.
variable = createInstance "variableentree" = "yes" bpelx:headerVariable = "Username, password" / >

but getting undefined variable error.
Error (48): Message WSDL Type "{http://www.example.org/SOAPheaders} username" of the variable "Username" is not defined in the WSDL files
Is this a good approach, or any other approach is here...

Any help.
SK

Hello:

Try to create a variable like this:

Ns2:SoapHeader is and element of http://www.example.org/SOAPheaders

and your invoke should look like this:


partnerLink = "Service1" portType = "ns1:BPEL_TEST."
operation = "process" bpelx:inputHeaderVariable = "customhead" / >

in your process, simply create an entitlement to fill both the username and pwd elements.

I hope this helps.

The best

Published by: Rolando Carrasco on March 1, 2012 19:24

Tags: Fusion Middleware

Similar Questions

  • How to read values from property XMLfile into BPEL process local variable?

    I would use a file of properties with certain parameters, for example

    < myparm1 >
    12345
    < / myparm1 >

    How can I read from a BPEL process such a property XML text file and assign it in by example variable local 'intparm1 '?

    Where (what directory) should I put this XML file property it is always available for playback?

    Peter

    Hello

    You can also use

    ORA: readFile () function as follows:
    ORA: readFile(xml file location (ex. "file:///D:\\SOA\\FileAdapters\\readFile\\test\\test.xml"),xsd file location (ex.» fichier: / / / D:\\SOA\\FileAdapters\\readFile\\test\\test.xsd») "))

    inside the activity assign assign to the variable you want.

    concerning
    arababah

    Published by: arababah on August 10, 2009 12:55 AM

  • Reading file and dump the data into the database using BPEL process

    I have to read the CSV file and insert data into the database... To do this, I created some asynchronous bpel process. Adapter filed added and associated with the receive activity... Adapter DB has added and associated with the Invoke activity. Receive two total activity are available in the process when trying to Test em, receive only the first activity is complete and awaits the second receive activity. Please suggest how to proceed with...

    Thanks, Maury.

    Hi Maury,

    There is no need in step 2 that u mentioned above. I donot find useless a webservice?

    The process will be launched by the CSV file, then using the processing activity, you can put it in the DB.

    There should be no way where you can manually test it by giving an entry. All you can do to test is to put the file in the folder you mentioned when configuring the file adapter.

    You just need to have the composite as below:

    ReadCSVFile---> BPEL--> DB adapter

    And in your BPEL process:

    Recieve--> Transformation activity--> call activity

    Try to work on some samples listed on the oracle site and go through the below URL:

    The playback of the file adapter feature using

    Thank you

    Deepak.

  • The security token cannot be authenticated to exposed SOAP BPEL process

    Hi all

    I have a BPEL process that I'm outlining like SOAP web service that conducting a policy of oracle/wss_username_token_over_ssl_service_policy . The BPEL process does nothing with the identifying information that is passed (in fact, I stripped everything out of him so that there is no anything). When I test the web service using soapUI I get the following error message: FailedAuthentication: the security token cannot be authenticated. Anyone have any ideas why?

    This is the payload sent to the service:

    " < = xmlns:bpel soapenv:Envelope ' http://xmlns.Oracle.com/TestBPEL/project/BPELProcess "xmlns:soapenv =" http://schemas.xmlsoap.org/soap/envelope/ ">

    < soapenv:Header >

    " < xmlns:wsse wsse: Security = ' http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd "xmlns:wsu =" " http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd "soapenv:mustUnderstand ="1"> "

    < wsu:Timestamp WSU: ID = "TS - 10" >

    < wsu: created > 2013 - 10 - 07T 21: 16:16Z < / wsu: created >

    < wsu: expires > 2013 - 10 - 07T 21: 16:48Z < / wsu: expires >

    < / wsu:Timestamp >

    < wsse: UsernameToken WSU: ID = "UsernameToken-9" >

    WJR < wsse:Username > < / wsse:Username >

    " < wsse:Password Type = ' http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText "> CBA < / wsse:Password > .

    " < wsse:Nonce EncodingType =" http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-SOAP-message-security-1.0#base64Binary "> 2460zn8mTqCxdB6XS65Ixg == < / wsse:Nonce > .

    < wsu: created > 2013 - 10 - 07T 21: 16:16.577Z < / wsu: created >

    < / wsse: UsernameToken >

    < / wsse: Security >

    < / soapenv:Header >

    < soapenv:Body >

    < bpel:process >

    " < = xmlns:bpel bpel:input ' http://xmlns.Oracle.com/TestBPEL/project/BPELProcess ">? < / bpel:input >

    < / bpel:process >

    < / soapenv:Body >

    < / soapenv:Envelope >

    Hi Bill,

    The message is pretty clear "FailedAuthentication: the security token cannot be authenticated. There should be something wrong with your security configuration... The fact that your code doesn't do anything with the credentials doesn't mean anything, as long as you have politics, you must pass a valid authentication...

    See you soon,.

    Vlad

  • How to import the XML file into an oracle table using a BPEL process

    Hi friends

    How can I import XML file in the db oracle table using a BPEL process

    (1) I have generated an XML file in my local system with a field
    (2) I created a temporary table in my oracledb with the same field in the XML file
    (3) that I want to import these XML files which is the local host to my db oracle using a BPEL process
    (4) for that what steps should I me fallow please suggest me if there is no document for this?

    Thanks in advance
    AT

    Hi to

    Here you go...

    http://blogs.Oracle.com/ajaysharma/2011/03/using_file_adapter_database_adapter_and_mediator_component_in_soa_11g.html

    I hope that helps!

    Thank you
    AJ

  • How to use the loop in BPEL process

    Hi friends

    I did a bpel process that picks up the XMl file using the File adapter and imports the data from the XMl file into db oracle table using the DB adapter...

    But here the XML in the file that have only one line... If I want to insert the XML code in the file that have two or more lines I want to use a loop in my process BPEL how to use loop in my bpel process?

    In my BPEL process, that I have que j' ai utilise used receive, process and call activity where I can use in my BPEL process

    Thanks in advance

    AT

    Here is a basic example of while activity in BPEL

    http://blogs.Oracle.com/ajaysharma/

    Thank you
    AJ

  • BPEL process hangs for hours and hours after the service call web sync

    I would like the web service call time out if it crashes it

    or a process that calls a Local or a remote WebService, it is necessary to set a time limit of 10 seconds that the BPEL will wait for the response. If no response is received within the time-out period specified, then a series of activities is performed (for example. WebService not available, end of the BPEL process, etc.).

    At the top of screen, "WS_Call" is the call to the WebService.

    2. in the sequence where to call 'WS_Call' activity, add a branch of wrestling:

    and set its properties to catch a RemoteFault.
    It is necessary to take a RemoteFault because this is the type of fault that throws the "timeout" which will be defined in the next step when the time-out expires.

    3. switch to the Source Jdeveloper tab and look at the code that has been added to the Bpel project as instructed by top 'Step 2 '. The added lines should look like the piece of code below:






    In the branch of wrestling, the error can be treated: complete the process, insert a response/answer to return from the Bpel, an Assign activity and continue the Bpel, etc..

    4 set the "timeout" for the PartnerLink to 10 seconds.
    "Timeout" specifies the number of seconds to wait before expiry. A distance error is thrown if this happens.

    If the Web service is located on the SAME host as the BPEL, it is also necessary to set the property "optSoapShortcut" to FALSE.
    The parameter "optSoapShortcut" is by default = TRUE. It should be set to FALSE to force local SOAP to go through SOAP instead of internal calls request.

    Note: Step 4 can also be directly configured in bpel.xml in the partnerLinkBinding section:

    5
    fake

    5. recompile and redeploy the BPEL process.

    References:

    (a) the Timeout parameter is documented in:
    Guide of Oracle® BPEL Process Manager developer
    http://download-East.Oracle.com/docs/CD/B31017_01/integrate.1013/b28981/appx_deploydesc.htm

    (b) optSoapShortcut is documented in:
    http://download.Oracle.com/docs/CD/B31017_01/core.1013/b28942/tuning_bpel.htm#sthref496

  • Tracking records of only error Batch file in the BPEL process

    Hello

    I'm reading file of 1,000 records from the file adapter and debatching in two instance of each 500 folders. And with the help of written appeal insert in the database operation.

    The first batch of 500 cases with success and entered in the database table custom.

    The second series of 500 records created WARNING instance with an error message and nothing is written to the database in the second series.
    The error is due to erroneous data in a line in the second series of 500 records. Because of this error in row, the 499 left rejected and nothing of the second series is inserted into the database.

    We do not have control over the only document of the second set (500records) and BPEL process should write to remaining 499 files of database.

    Please help me on this issue. It would be very useful. Thank you inadvance.

    Waiting for your answers.

    Thank you.

    Published by: PraveenT2 on May 13, 2009 04:27

    Can you just clarify something for me.

    The first test has worked perfect, correct?

    The second test took the expected result, for example 3 valid lines have been correctly loaded. The issue was that the release manager behaves as expected. You expect to see a single line in the file for rejection.

    see you soon
    James

  • SE Error (38): "Exec" should not not while implementiong Java Embedding in BPEL process

    Hi gurus,

    try to use Java Embedding function in BPEL process but could not import the Jar file in the BPEL process. Get "Error (38):"exec"should not. not " at compile time.

    I imported the appropriate java classes (placed after the < process > tag but before the < partnerLinks > tag in the process.bpel):

    < bpelx:exec import="java.util.*"/ >

    < bpelx:exec import="java.lang.*"/ >

    < bpelx:exec import="oracle.soa.common.util.*"/ >

    I use Jdev 11.1.1.7.0 and BPEL 2.0.

    Can someone help me on this, how to solve the problem?

    Thanks in advance

    SG_SOA

    Don't see the BPEL version you are using.
    S. Ananth is right. The syntax to import BPEL 2.0 differs from BPEL 1.1.
    To import a java class into BPEL 2.0, we need to use the following syntax:

    importType ="http://schemas.oracle.com/bpel/extension/java" / > ".

    Antonis

  • In the bpel process one-way transaction management

    Hello

    I created a one-way bpel process with oneWayDeliveryPolicy property - property Sync and transaction - required. When I exposed this service as a SOAP service, I see well The Participation of Transaction in the Web Service adapter in the way of exposed Services configured as EVER. Is this to say that BPELCallee would not participate in the same transaction as the appellant BPEL?

    Aditya

    Hello

    Properties refer to the support of different transactions "contexts", as you can see in the documents below. The bpel.config.transaction refers to the semantics of Transaction BPEL Process Manager, while the 'Participation of the operation' refers to WS-AT , which provides interoperability of transaction between Oracle WebLogic Server and transaction of other providers services... I've never tested it myself, but I guess that if you process BPEL transactions, the bpel.config.transaction will prevail...

    http://docs.Oracle.com/CD/E23943_01/dev.1111/e10224/soa_transactions.htm#CHDEHCFE
    http://docs.Oracle.com/CD/E23943_01/dev.1111/e10224/sca_bindingcomps.htm#SOASE86071

    See you soon,.
    Vlad

  • Political fault does not (BPEL process-Async)

    Hi gurus,

    I want to use the framework of fault management in BPEL process

    Scenario 1
    =====================================================
    I have an asynchronous BPEL process that calls a Web service and I created a loophole - policies.xml and fault - bindings.xml and put both of them in the same directory of Composite.xml structure.

    I want to take the 'remoteFault' so, while running, I shutdowned this particular Web service. So, asynchronous BPEL process is able to throw the fault of the system, but the fault policy does not work. As a message is to show that "* BPELFault" has not been taken by a catch block * "."


    * Flaw - policies.xml: *.
    *==========*

    <? XML version = "1.0" encoding = "UTF-8"? >
    < faultPolicies xmlns = "http://schemas.oracle.com/bpel/faultpolicy" >
    < faultPolicy version = "2.0.1" id = "ErrorHandlingModel1".
    xmlns:env = "http://schemas.xmlsoap.org/soap/envelope/".
    xmlns: XS = "http://www.w3.org/2001/XMLSchema".
    xmlns = "http://schemas.oracle.com/bpel/faultpolicy."
    xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" >
    < condition >
    < faultName xmlns:bpelx = "http://schemas.oracle.com/bpel/extension".
    name = "bpelx:remoteFault" >
    < condition >
    < Ref action = "ora-retry" / >
    < / condition >
    < / faultName >
    < / conditions >
    < action >
    < Code action = "ora-retry" >
    < retry >
    < retryCount > 5 < / retryCount >
    < retryInterval > 2 < / retryInterval >
    < exponentialBackoff / >
    < retryFailureAction ref = "ora-abort" / >
    < / re >
    < / action >
    < Code action = 'ora-abort' >
    < abort / >
    < / action >
    < / actions >
    < / faultPolicy >
    < / faultPolicies >


    * Flaw - bindings.xml: *.
    *===========*

    <? XML version = "1.0" encoding = "UTF-8"? >
    < faultPolicyBindings version = "2.0.1".
    xmlns = "http://schemas.oracle.com/bpel/faultpolicy."
    xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" >
    < item faultPolicy = "ErrorHandlingModel1" >
    < name > TestBPEL < / name >
    < / component >
    < / faultPolicyBindings >



    Are there steps are necessary to achieve appropriate results.

    Help, please.

    Thanks in advance

    No need to change all the properties in the composite.xml file, when you place the two files in the project directory where the composite.xml file, it should work.

    See the sample files I posted here, it should work, please check the syntax. Also in the file fault - bindings.xml, apply the policy the fault for the composite.

    See my post in the thread below.

    fault-links and sample files of strategy of fault for 11g

    Hope this helps
    N

  • Copy the file into BPEL

    I want to copy a file to both folders and then delete the original file in a BPEL process. The file is large (100 MB), so I don't want to read the contents of the file. In addition, the process is started by another process, so I'll have to do the synchronous copy or read/write.
    Is this possible in BPEL 11 g?

    I also faced the same problem.
    You can use Sync Read to copy the file into the file system. Check the details here:

    http://docs.Oracle.com/CD/E21764_01/integration.1111/e10231/adptr_file.htm#CHDEEDGC

    You need to replace the options in the file JCA that these options are not available in the wizard. Test and let us know if it works.

  • File adapter cannot read the file, it can call another BPEL process

    Hi"

    I have an XML file to read and I am able to read using a file adapter, if playback is successful the file is moved to the directory of success and if the file is not valid its goes into the directory of the failure, now the question is whether the playback file is not valid in establishing that time can another BPEL process be invoked because if the read file is not valid then her dose of BPEL process gets initiated through which I am unable to do anything.

    Please advice

    Thank you
    Yatan

    Hello

    You can use Manager of rejection of file that can call a BPEL of defined process by the user if invalid file. Date of arrival:

    http://www.Oracle.com/technology/products/integration/adapters/PDF/Adapter_TN_004_Adapter_ErrorManagement.PDF

    HTH,

    Ketan

  • Error when calling process of BSE of a BPEL process

    Hi all

    We have an obligation to call a BSE process from a BPEL process. We use an adapter wth BSE WSDL url. After you deploy the BPEL process registered BSE is called for most values while all of a sudden some values return the followign error

    * "' invoke exception on JaxRpc: transport HTTP error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: connection reset" * "

    The problem here is, if we re - rerun the process with the same values, the BSE is called successfully! How is it possible for an error process and function normally for the same inputs?

    What could be the possible fix for this? I'm grateful for any input on this.

    Vijay

    Hi Vijay,

    It is a bug and you can refer to metalink note:
    "Application Patch 7445876 results in"java.lang.NullPointerException"error. [942575.1 ID] "for reference.

    Also, you can consult the following link:
    "http://puchaanirudh.blogspot.com/2008/12/exception-on-jaxrpc-invoke-http.html" also.

    Thank you
    Vishwanath.

  • Try to throw the fault of a BPEL process to another

    We try to throw a fault of a BPEL process to another and are apparently faced with a common problem. In other words, the appeal process is to expire and never receives the fault.

    The rookie mistake is probably at fault (pun intended).

    Here are the samples of a simple "Hello World" process that tries to blame.

    excerpt of the SLBP file...

    < process name = "HelloJavaWorldSynchronous".
    targetNamespace = "http://xmlns.oracle.com/HelloJavaWorldSynchronous."
    xmlns = "http://schemas.xmlsoap.org/ws/2003/03/business-process/."
    xmlns:XP20 = "http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20".
    xmlns:bpws = "http://schemas.xmlsoap.org/ws/2003/03/business-process/".
    xmlns:ns1 = "http://helloworldjavaproject/".
    xmlns:LDAP = "http://schemas.oracle.com/xpath/extension/ldap".
    container = "http://www.w3.org/2001/XMLSchema".
    xmlns:client = "http://xmlns.oracle.com/HelloJavaWorldSynchronous".
    xmlns:bpelx = "http://schemas.oracle.com/bpel/extension".
    xmlns:ORA = "http://schemas.oracle.com/xpath/extension".
    xmlns:ORCL = "http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc" >

    ...

    < faultHandlers >
    < Tote >
    < name of sequence = "Sequence_1" >
    < assign the name = "Assign_3" >
    < copy >
    < from expression = "12345" / >
    < variable = part of the "FaultVar" = "code" / >
    < / copy >
    < copy >
    < expression = "' Hello fault summary'" / >
    < variable = part of the "FaultVar" = "summary" / >
    < / copy >
    < copy >
    < from expression = "" test Hello detail"" / >
    < variable = part of the "FaultVar" = "retail" / >
    < / copy >
    < / assign >
    < throw name = "Throw_2" faultName = "client: myFault.
    faultVariable = "FaultVar" / >
    < / sequence >

    ...

    File HelloJavaWorldSynchronous.wsdl

    < definitions
    name = "HelloJavaWorldSynchronous".
    targetNamespace = "http://xmlns.oracle.com/HelloJavaWorldSynchronous."
    xmlns = "http://schemas.xmlsoap.org/wsdl/".
    xmlns:ns1 = "http://schemas.oracle.com/bpel/extension".
    xmlns:plnk = "http://schemas.xmlsoap.org/ws/2003/05/partner-link/".
    xmlns:client = "http://xmlns.oracle.com/HelloJavaWorldSynchronous".
    >
    < import namespace = location = "RuntimeFault.wsdl" ;/ "http://schemas.oracle.com/bpel/extension" >
    < types >
    < scheme xmlns = "http://www.w3.org/2001/XMLSchema" >
    < import namespace = schemaLocation = "HelloJavaWorldSynchronous.xsd" ;/ "http://xmlns.oracle.com/HelloJavaWorldSynchronous" >
    < / schema >
    < / types >
    < name of message = "HelloJavaWorldSynchronousRequestMessage" >
    < name of part = "payload" element = "client: HelloJavaWorldSynchronousProcessRequest" / >
    < / message >
    < name of message = "HelloJavaWorldSynchronousResponseMessage" >
    < name of part = "payload" element = "client: HelloJavaWorldSynchronousProcessResponse" / >
    < / message >
    < portType name = "HelloJavaWorldSynchronous" >
    < name of operation 'process' = >
    < input message = "client: HelloJavaWorldSynchronousRequestMessage" / >
    < output message = "client: HelloJavaWorldSynchronousResponseMessage" / >
    < name fault = 'myFault' message = "ns1:RuntimeFaultMessage" / >
    < / operation >
    < / portType >
    < plnk:partnerLinkType name = "HelloJavaWorldSynchronous" >
    < plnk:role name = "HelloJavaWorldSynchronousProvider" >
    < name plnk:portType = "customer: HelloJavaWorldSynchronous" / >
    < / plnk:role >
    < / plnk:partnerLinkType >
    < / definitions >

    The standard RuntimeFault.wsdl file (RuntimeFaultMessage message is defined here, I don't need a message to HelloJavaWorldSynchronous.wsdl. Can I?)

    <? XML version = "1.0"; Encoding = "UTF-8"? >
    < name of definitions = "RuntimeFault."
    targetNamespace = "http://schemas.oracle.com/bpel/extension."
    container = "http://www.w3.org/2001/XMLSchema".
    xmlns = "http://schemas.xmlsoap.org/wsdl/" >

    < name of message = "RuntimeFaultMessage" >
    < name of part = "code" type = "xsd: String" / >
    < name of part = "Summary" type = "xsd: String" / >
    < name of part = "detail" type = "xsd: String" / >
    < / message >
    < / definitions >

    But when we invoke the process, after the standard timeout 45 seconds, we always get...

    < Faulthttp://schemas.xmlsoap.org/soap/envelope/ >
    env:Server < faultcode > < / faultcode >
    com.oracle.bpel.client.delivery.ReceiveTimeOutException < faultstring >: waiting for reply has expired. The conversation id is f290d62d2ad31aa6:-49eb76f4:124eb51622a:-7 c 91. Please check the for detail process instance. < / faultstring >
    < / failures >

    Audit console below hold a clue. "I noticed the message BPELFault" has not caught by a catch block in the end.

    < Tote >
    <>sequence
    Assign_3
    [2009-11-13 11:18:32] Updated more variable 'FaultVar '...
    -< FaultVar >
    -< part xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" name = "code" >
    < code xmlns = "" xmlns:def = "http://www.w3.org/2001/XMLSchema" xsi: type = "def:string" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" > 12345"
    < code >
    < / part >
    -< part xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" name = "summary" >
    < Summary xmlns = "" xmlns:def = "http://www.w3.org/2001/XMLSchema" xsi: type = "def:string" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" / > "
    < / part >
    -< part xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" name = "detail" >
    < detail xmlns = "" xmlns:def = "http://www.w3.org/2001/XMLSchema" xsi: type = "def:string" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" / > "
    < / part >
    < / FaultVar >
    [2009-11-13 11:18:32] Updated more variable 'FaultVar '...
    -< FaultVar >
    -< part xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" name = "code" >
    < code xmlns = "" xmlns:def = "http://www.w3.org/2001/XMLSchema" xsi: type = "def:string" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" > 12345"
    < code >
    < / part >
    -< part xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" name = "summary" >
    < Summary xmlns = "" xmlns:def = "http://www.w3.org/2001/XMLSchema" xsi: type = "def:string" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" > Hello fault summary "
    < / Summary >
    < / part >
    -< part xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" name = "detail" >
    < detail xmlns = "" xmlns:def = "http://www.w3.org/2001/XMLSchema" xsi: type = "def:string" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" / > "
    < / part >
    < / FaultVar >
    [2009-11-13 11:18:32] Updated more variable 'FaultVar '...
    -< FaultVar >
    -< part xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" name = "code" >
    < code xmlns = "" xmlns:def = "http://www.w3.org/2001/XMLSchema" xsi: type = "def:string" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" > 12345"
    < code >
    < / part >
    -< part xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" name = "summary" >
    < Summary xmlns = "" xmlns:def = "http://www.w3.org/2001/XMLSchema" xsi: type = "def:string" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" > Hello fault summary "
    < / Summary >
    < / part >
    -< part xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" name = "detail" >
    < detail xmlns = "" xmlns:def = "http://www.w3.org/2001/XMLSchema" xsi: type = "def:string" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" > detail test Hello "
    < / details >
    < / part >
    < / FaultVar >
    Throw_2 (defective)
    [2009-11-13 11:18:32] "{http://xmlns.oracle.com/HelloJavaWorldSynchronous} myFault" was lifted. More...
    -< myFault xmlns = "http://xmlns.oracle.com/HelloJavaWorldSynchronous" >
    -part name = "code" >
    < code xmlns = "" xmlns:def = "http://www.w3.org/2001/XMLSchema" xsi: type = "def:string" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" > 12345"
    < code >
    < / part >
    -part name = "summary" >
    < Summary xmlns = "" xmlns:def = "http://www.w3.org/2001/XMLSchema" xsi: type = "def:string" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" > Hello fault summary "
    < / Summary >
    < / part >
    -< part name = "detail" >
    < detail xmlns = "" xmlns:def = "http://www.w3.org/2001/XMLSchema" xsi: type = "def:string" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" > detail test Hello "
    < / details >
    < / part >
    < / myFault >
    < / sequence >
    < / Tote >
    [2009-11-13 11:18:32] "BPELFault" has not caught by a catch block.
    [2009-11-13 11:18:32] BPEL process instance '570162' cancelled

    Hello
    It is a common mistake novices face.
    What is happening is your calling process does not receive a response, and he remains pending until it times out.

    For me, it seems like the fault is going a faultHandler that is associated with more extensive outside and that faultHandler is not an answer. If this makes the calling process wait forever.
    Please try to add a response activity in the faultHandler. If you see the response activity closely, it includes a section of the fault, using which you can shift the blame to the calling process.

    Let me know how you go.

    Regds,
    [email protected]
    http://www.ibiztrack.com

Maybe you are looking for