Axis-user

 

In the 03/12 snapshot, I’m getting a strange result for /userguide/example2

 

The CalcClient sample program is stating that the return value is null, even though TCPMon reports that a valid response was received.

 

Is anyone else experiencing this?

 

/Chris

 

---- REQUEST ------

 

POST /axis/Calculator.jws HTTP/1.0

Content-Length: 485

Host: localhost

Content-Type: text/xml; charset=utf-8

SOAPAction: ""

 

 

<?xml version="1.0" encoding="UTF-8"?>

<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 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" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">

 <SOAP-ENV:Body>

  <add>

   <op1 xsi:type="xsd:int">2</op1>

   <op2 xsi:type="xsd:int">5</op2>

  </add>

 </SOAP-ENV:Body>

</SOAP-ENV:Envelope>

 

---- RESPONSE -----

 

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

  <addResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">

   <addResult xsi:type="xsd:int">7</addResult>

  </addResponse>

 </SOAP-ENV:Body>

</SOAP-ENV:Envelope>

--- ---

 

 

 

----------

Chris Haddad

Cobia Communications  - XML and Web Service Solutions

678 431 1656

mailto:[EMAIL PROTECTED]

 

Reply via email to