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="xmlns:A="xmlns:s="xmlns:y="E:encodingStyle="<E:Body>
<ming
xmlns:m="<ORIGINE
s:type="y:string">TPU</ORIGINE>
</ming>
</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="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv=" xmlns:xsd=" xmlns:xsi="<soapenv:Body>
<pingReturn xsi:type="xsd:string">1</pingReturn>
</soapenv:Body>
</soapenv:Envelope>Connection Disconnected
Si quelqu'un peut me dépanner ca m'aiderait beaucoup.
Raphaël
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="xmlns:A="xmlns:s="xmlns:y="E:encodingStyle="<E:Body>
<ming
xmlns:m="<ORIGINE
s:type="y:string">TPU</ORIGINE>
</ming>
</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="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv=" xmlns:xsd=" xmlns:xsi="<soapenv:Body>
<pingReturn xsi:type="xsd:string">1</pingReturn>
</soapenv:Body>
</soapenv:Envelope>Connection Disconnected
Si quelqu'un peut me dépanner ca m'aiderait beaucoup.
Raphaël