Forum tags


Top Posters

Last 30 days

  • Antoine (38)
  • ravinderjit.singh (30)
  • danielandross (18)
  • venkaiah.k (16)
  • sirswendu.ganapati (14)
  • eva.das (13)
  • milos.vacek (12)
  • metabyte (9)
  • dfrench (5)
  • richard.berger (5)

All time

  • Antoine (1488)
  • Shivanand (1194)
  • cshekhar (928)
  • psq (796)
  • jag (391)
  • metabyte (380)
  • arnaud (328)
  • jalateras (325)
  • dfrench (271)
  • venkaiah.k (214)

Show last 4 hrs - 12 hrs - 24 hrs

POLL

We are looking for more information to tailor our training to better meet the needs of our customers. Please indicate all options that apply.

I would like to attend specialized training from Intalio on BPM as it relates to my application area:


I would like to attend specialized training from Intalio on BPM as it relates to my job function:


I would like to attend specialized training from Intalio on BPM as it relates to my industry:

Login

MAIN arrow FORUMS
axis2.OdeFault error calling external webservice (0 viewing) 
Go to bottom Post Reply Favoured: 0
TOPIC: axis2.OdeFault error calling external webservice
#16309
robert.sommer (User)
Junior Boarder
User Offline Click here to see the profile of this user
axis2.OdeFault error calling external webservice 3 Months, 1 Week ago Karma: 0  
Dear ladies and gentlemen,

I tried out sample InvokeTimeServiceProcess and it works fine.
If I change the the soap:address in the WSDL file to a service on my local system (implemented by WSF/PHP Axis2 extension) I get the following error in the Intalio console:

Code: :

 org.apache.axis2.AxisFaultInvocation of operation deploy failedorg.apache.ode.axis2.OdeFaultThe soap:address used for service WSDL definition ... should be of the form



However testing in Eclipse soapUI plugin, the WSDL file works fine.
But the saop responses are different. I suppose that Intalio cannot understand the saop response from the WSF/PHP Axis2 extension.
Please find below the soap response from the sampe process calling the service from the Intalio server, and the response from the WSF/PHP.

response (calling WSF/PHP service):
Code: :

 <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">    <soapenv:Header/>    <soapenv:Body>       <ns1:getCityTimeResponse xmlns:ns1="https://flare.local/TimeService/">          <ns1:getCityTimeResult>Hello World</ns1:getCityTimeResult>       </ns1:getCityTimeResponse>    </soapenv:Body> </soapenv:Envelope>



response (calling from Intalio server):
Code: :

 <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">    <env:Body>       <n1:getCityTimeResponse xmlns:n1="http://ws.intalio.com/TimeService/">          <n1:getCityTimeResult>20:57</n1:getCityTimeResult>       </n1:getCityTimeResponse>    </env:Body> </env:Envelope>




thanks

Robert Sommer
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/10/01 09:52 By robert.sommer.
  The administrator has disabled public write access.
      Topics Author Date
    thread link
axis2.OdeFault error calling external webservice
robert.sommer 2008/09/30 12:14
Go to top Post Reply
get the latest posts directly to your desktop