Forum Discussion

thobula's avatar
16 years ago

Async Webservice - unable to see response (its chunked)

Hi,

A simple asynchronous Oracle BPEL process (returns a string 'Hello World') is not being shown when a request is run in SoapUI 2.5.1

Step 1. When I created a project in SoapUI, it did create 2 binding. (1) Initiate and (2) onResult. For both these bindings, set the propert of 'WS-A version' to 200508.
Step 2. Made the 'WS_Addressing' property to TRUE for Soap Request1 under Initiate.
Step 3. Made the 'WS_Addressing' property to TRUE for Soap Request1 under onResult.
Step 4. In Soap Request1 window, from WS-A tab, set the properties to :
- Checked Enable WS-A addressing
- WS-A version is set to 200508
- Checked Add default wsa:Action
- Checked Add default wsa: To:
- Checked Generate Message ID:
Step 5. In the Soap Request 1 pane, right-click and added the WS-A headers.
Step 6. Run the Soap Request.

It does not show up the string 'Hello World'.
It does not show up any error log.
It shows Transfer-Encoding as Chunked.

Could someone help to resolve this issue as why the async process is not showing up the string 'HelloWorld'

Thanks and Regards,
Rakesh
  • soagang's avatar
    soagang
    New Contributor
    I was not even able to import a WSDL that points to an asynchronous web service.

    I am getting Error importing WSDL

    Here is my WSDL File



        name="AsyncProcess"
        targetNamespace="http://xmlns.oracle.com/AsyncProcess"
        xmlns="http://schemas.xmlsoap.org/wsdl/"
        xmlns:tns="http://xmlns.oracle.com/AsyncProcess"
        xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing"
        xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
        xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
        xmlns:client="http://xmlns.oracle.com/AsyncProcess"
        >
       
           
               
           

           
               
           

       

       
           
       

       
           
       

       
           
       

       
           
       

       
           
       

       
           
               
           

       

       
           
               
           

       

       
           
           
               
               
                   

                   
               
           

       

       
           
           
               
               
                   

                   

                   
               
           

       

       
           
               

           

       

       
           
               

           

       

     

       

         

       


       

         

       


     







    I am using soapUI 2.5 beta1
    Here is what all I have tried
    1. I tried the WSDL url on web browser.  It works
    2. The webservice is developed using Oracle BPEL.  It works fine when tested from Oracle BPEL Console
    3. I made a local copy of the WSDL file and pointed to that in the WSDL dialog, still got same error


    Please gurus.  any help