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
Bonjour,

Je dois appeler une méthode d'un webservice depuis mon application PB9.0

Tout s'éxécute bien sur le serveur de webservices, par contre je n'arrives pas à récupérer la valeur retournée par la fonction ?

Le message d'erreur est le suivant : Could not find element by name: return

Dans le log je trouve pourtant le résultat :


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>

<pingReturn xsi:type=&quot;xsd:string&quot;>1</pingReturn>

</soapenv:Body>
</soapenv:Envelope>Connection Disconnected

Si quelqu'un peut me dépanner ca m'aiderait beaucoup.


Raphaël
 
Maybe if you could try to speak english we could understand you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top