Forum tags


Top Posters

Last 30 days

  • Antoine (98)
  • talita.pezzi (30)
  • eduardo.lawisch (14)
  • alfons.bataller.diaz (14)
  • sundaravadivel.n (13)
  • ravinderjit.singh (12)
  • barry.sperling (8)
  • hellonico (8)
  • jose.mendoza (8)
  • marcia.martins (7)

All time

  • Antoine (1402)
  • Shivanand (1189)
  • cshekhar (921)
  • psq (795)
  • jag (391)
  • metabyte (370)
  • arnaud (326)
  • jalateras (325)
  • dfrench (263)
  • venkaiah.k (198)

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 1 Month, 2 Weeks 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 07:52 By robert.sommer.
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop