Hello:
I am the following problem:
I send from a java client an invoke(...) to
Weblogic ( I am working with WorkShop, and have this response:
Service Request |
Submitted at Fri Dec 13 13:44:49 VET
2002
sumar
- <SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/1999/XMLSchema"
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance">
- <SOAP-ENV:Body>
- <ns1:sumar
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:ns1="http://www.openuri.org/">
- <valor1 xsi:type="xsd:int">30</valor1>
- <valor2 xsi:type="xsd:int">2</valor2>
</ns1:sumar> </SOAP-ENV:Body> </SOAP-ENV:Envelope> | |
Warning |
Submitted at Fri Dec 13 13:44:49 VET
2002
sumar
Tag 'valor1' does not match. | |
Warning |
Submitted at Fri Dec 13 13:44:49 VET
2002
sumar
Tag 'valor2' does not match. | |
Service Response |
Submitted at Fri Dec 13 13:44:49 VET
2002
sumar
- <SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <SOAP-ENV:Body>
- <sumarResponse
xmlns="http://www.openuri.org/">
- <sumarResult>0</sumarResult>
</sumarResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
| |
|