Implementation: HP SOAP
WSDL URL: file://c:\t\delta\hp.wsdl
Service: EchoService
Port: EchoServicePortType
Time: Mon, 23 Dec 2002 05:07:38 GMT
[Request Message]
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoSimpleTypesAsStruct SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputString>White Mesa Test</inputString><inputInteger>42</inputInteger><inputFloat>0.0999</inputFloat></m:echoSimpleTypesAsStruct></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoSimpleTypesAsStructResponse xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><return xmlns:s0="http://soapinterop.org/xsd" xsi:type="s0:SOAPStruct"><varString xsi:type="xsd:string">White Mesa Test</varString><varFloat xsi:type="xsd:float">0.0999</varFloat><varInt xsi:type="xsd:int">42</varInt></return></m:echoSimpleTypesAsStructResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>