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=" 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>
<ns1ingResponse soapenv:encodingStyle=" xmlns:ns1=" <pingReturn xsi:type="xsd:string">1</pingReturn>
</ns1ingResponse>
</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
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=" 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>
<ns1ingResponse soapenv:encodingStyle=" xmlns:ns1=" <pingReturn xsi:type="xsd:string">1</pingReturn>
</ns1ingResponse>
</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