Hmmmm! I thought I fixed that! Sorry! I'll fix it right now... Russell Butek [EMAIL PROTECTED]
"Chris Haddad" <[EMAIL PROTECTED]> on 03/13/2002 12:14:03 AM Please respond to [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc: Subject: example2 glitch Axis-user In the 03/12 snapshot, I'm getting a strange result for /userguide/example2 The CalcClientsample program is stating that the return value is null, even though TCPMonreports that a valid response was received. Is anyone else experiencing this? /Chris ---- REQUEST ------ POST /axis/Calculator.jwsHTTP/1.0 Content-Length: 485 Host: localhost Content-Type: text/xml; charset=utf-8 SOAPAction: "" <?xmlversion="1.0" encoding="UTF-8"?> <SOAP-ENV:EnvelopeSOAP-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:Envelopexmlns: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> � <addResponseSOAP-ENV:encodingStyle=" http://schemas.xmlsoap.org/soap/encoding/"> �� <addResultxsi: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]
