Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Appel Webservices

Status
Not open for further replies.

pinus

Programmer
Joined
Feb 12, 2004
Messages
5
Location
FR
Hello,

I work with PB9 and I have a problem when I try to acces to a Webservice.
I have the SoapException "Could not find element by name: return" : I don't try to catch the result

Howerever the result is in SoapLog :

CLOSED


REQUEST:
CLOSED
POST /axis/moteur_webservice.jws HTTP/1.1
Host: serv-pro-1:8080
Connection: Keep-Alive
User-Agent: EasySoap++/0.6
Content-Type: text/xml; charset="UTF-8"
SOAPAction: "Content-Length: 473

<E:Envelope
xmlns:E=&quot; xmlns:A=&quot; xmlns:s=&quot; xmlns:y=&quot; E:encodingStyle=&quot;<E:Body>
<m:ping
xmlns:m=&quot;<ORIGINE
s:type=&quot;y:string&quot;>TPU</ORIGINE>
</m:ping>
</E:Body>
</E:Envelope>


RESPONSE:
HTTP/1.0 200 OK
Content-Type: text/xml; charset=utf-8
Set-Cookie: JSESSIONID=hjve13kuy1;Path=/axis
Date: Thu, 12 Feb 2004 14:03:33 GMT
Server: Tomcat Web Server/3.3.1 Final ( JSP 1.1; Servlet 2.2 )

<?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>
<soapenv:Envelope xmlns:soapenv=&quot; xmlns:xsd=&quot; xmlns:xsi=&quot; <soapenv:Body>
<ns1:pingResponse soapenv:encodingStyle=&quot; xmlns:ns1=&quot; <pingReturn xsi:type=&quot;xsd:string&quot;>1</pingReturn>
</ns1:pingResponse>
</soapenv:Body>
</soapenv:Envelope>Connection Disconnected


PS : the webservices call is moteur_webservice and the methos is PING




Thanks in advnace for your help.

Raphaël
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top