Implementation: Kafka XSLT SOAP
WSDL URL: file://c:\t\delta\kafka.wsdl
Service: interopService
Port: interopPort
Time: Mon, 23 Dec 2002 04:50:52 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:echoString SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputString>White Mesa Test</inputString></m:echoString></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<SOAP:Envelope SOAP:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:k1="http://soapinterop.org/" xmlns:k2="http://soapinterop.org/xsd" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:k="http://www.thoughtpost.com/kafka"> <SOAP:Body> <echoStringResponse xmlns="http://soapinterop.org/"> <result xsi:type="xsd:string" xmlns="">White Mesa Test</result> </echoStringResponse> </SOAP:Body> </SOAP:Envelope>
[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:echoStringArray SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputStringArray SOAP-ENC:arrayType="nsa:string[3]" SOAP-ENC:offset="[0]" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:nsa="http://www.w3.org/2001/XMLSchema"><item>red</item><item>green</item><item>blue</item></inputStringArray></m:echoStringArray></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<SOAP:Envelope SOAP:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:k1="http://soapinterop.org/" xmlns:k2="http://soapinterop.org/xsd" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:k="http://www.thoughtpost.com/kafka"> <SOAP:Body> <echoStringArrayResponse xmlns="http://soapinterop.org/"> <result xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:string[3]" xmlns=""> <item xsi:type="xsd:string">red</item> <item xsi:type="xsd:string">green</item> <item xsi:type="xsd:string">blue</item> </result> </echoStringArrayResponse> </SOAP:Body> </SOAP:Envelope>
[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:echoInteger SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputInteger>42</inputInteger></m:echoInteger></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<SOAP:Envelope SOAP:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:k1="http://soapinterop.org/" xmlns:k2="http://soapinterop.org/xsd" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:k="http://www.thoughtpost.com/kafka"> <SOAP:Body> <echoIntegerResponse xmlns="http://soapinterop.org/"> <result xsi:type="xsd:int" xmlns="">42</result> </echoIntegerResponse> </SOAP:Body> </SOAP:Envelope>
[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:echoIntegerArray SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputIntegerArray SOAP-ENC:arrayType="nsa:int[3]" SOAP-ENC:offset="[0]" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:nsa="http://www.w3.org/2001/XMLSchema"><item>1956</item><item>-77</item><item>0</item></inputIntegerArray></m:echoIntegerArray></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<SOAP:Envelope SOAP:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:k1="http://soapinterop.org/" xmlns:k2="http://soapinterop.org/xsd" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:k="http://www.thoughtpost.com/kafka"> <SOAP:Body> <echoIntegerArrayResponse xmlns="http://soapinterop.org/"> <result xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:int[3]" xmlns=""> <item xsi:type="xsd:int">1956</item> <item xsi:type="xsd:int">-77</item> <item xsi:type="xsd:int">0</item> </result> </echoIntegerArrayResponse> </SOAP:Body> </SOAP:Envelope>
[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:echoFloat SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputFloat>41.99</inputFloat></m:echoFloat></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<SOAP:Envelope SOAP:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:k1="http://soapinterop.org/" xmlns:k2="http://soapinterop.org/xsd" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:k="http://www.thoughtpost.com/kafka"> <SOAP:Body> <echoFloatResponse xmlns="http://soapinterop.org/"> <result xsi:type="xsd:float" xmlns="">41.99</result> </echoFloatResponse> </SOAP:Body> </SOAP:Envelope>
[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:echoFloatArray SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputFloatArray SOAP-ENC:arrayType="nsa:float[3]" SOAP-ENC:offset="[0]" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:nsa="http://www.w3.org/2001/XMLSchema"><item>0.0999</item><item>-101.999</item><item>0</item></inputFloatArray></m:echoFloatArray></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<SOAP:Envelope SOAP:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:k1="http://soapinterop.org/" xmlns:k2="http://soapinterop.org/xsd" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:k="http://www.thoughtpost.com/kafka"> <SOAP:Body> <echoFloatArrayResponse xmlns="http://soapinterop.org/"> <result xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:float[3]" xmlns=""> <item xsi:type="xsd:float">0.0999</item> <item xsi:type="xsd:float">-101.999</item> <item xsi:type="xsd:float">0</item> </result> </echoFloatArrayResponse> </SOAP:Body> </SOAP:Envelope>
[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:echoStruct SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputStruct><varInt>42</varInt><varFloat>0.0999</varFloat><varString>White Mesa Test</varString></inputStruct></m:echoStruct></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<SOAP:Envelope SOAP:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:k1="http://soapinterop.org/" xmlns:k2="http://soapinterop.org/xsd" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:k="http://www.thoughtpost.com/kafka"> <SOAP:Body> <echoStructResponse xmlns="http://soapinterop.org/"> <result xsi:type="k2:SOAPStruct" xmlns=""> <varString xsi:type="xsd:string">White Mesa Test</varString> <varInt xsi:type="xsd:int">42</varInt> <varFloat xsi:type="xsd:float">0.0999</varFloat> </result> </echoStructResponse> </SOAP:Body> </SOAP:Envelope>
[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:echoStructArray SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputStructArray SOAP-ENC:arrayType="nsa:SOAPStruct[3]" SOAP-ENC:offset="[0]" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:nsa="http://soapinterop.org/xsd"><item><varInt>42</varInt><varFloat>0.0999</varFloat><varString>White Mesa Test</varString></item><item><varInt>42</varInt><varFloat>0.0999</varFloat><varString>White Mesa Test</varString></item><item><varInt>42</varInt><varFloat>0.0999</varFloat><varString>White Mesa Test</varString></item></inputStructArray></m:echoStructArray></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<SOAP:Envelope SOAP:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:k1="http://soapinterop.org/" xmlns:k2="http://soapinterop.org/xsd" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:k="http://www.thoughtpost.com/kafka"> <SOAP:Body> <echoStructArrayResponse xmlns="http://soapinterop.org/"> <result xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="k2:SOAPStruct[3]" xmlns=""> <item> <varString xsi:type="xsd:string">White Mesa Test</varString> <varInt xsi:type="xsd:int">42</varInt> <varFloat xsi:type="xsd:float">0.0999</varFloat> </item> <item> <varString xsi:type="xsd:string">White Mesa Test</varString> <varInt xsi:type="xsd:int">42</varInt> <varFloat xsi:type="xsd:float">0.0999</varFloat> </item> <item> <varString xsi:type="xsd:string">White Mesa Test</varString> <varInt xsi:type="xsd:int">42</varInt> <varFloat xsi:type="xsd:float">0.0999</varFloat> </item> </result> </echoStructArrayResponse> </SOAP:Body> </SOAP:Envelope>
[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:echoBase64 SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputBase64>VjJocGRHVWdUV1Z6WVNCVVpYTjA=</inputBase64></m:echoBase64></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<SOAP:Envelope SOAP:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:k1="http://soapinterop.org/" xmlns:k2="http://soapinterop.org/xsd" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:k="http://www.thoughtpost.com/kafka"> <SOAP:Body> <echoBase64Response xmlns="http://soapinterop.org/"> <result xsi:type="xsd:base64Binary" xmlns="">VjJocGRHVWdUV1Z6WVNCVVpYTjA=</result> </echoBase64Response> </SOAP:Body> </SOAP:Envelope>
[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:echoHexBinary SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputHexBinary>353736383639373436353230344436353733363132303534363537333734</inputHexBinary></m:echoHexBinary></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<SOAP:Envelope SOAP:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:k1="http://soapinterop.org/" xmlns:k2="http://soapinterop.org/xsd" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:k="http://www.thoughtpost.com/kafka"> <SOAP:Body> <echoHexBinaryResponse xmlns="http://soapinterop.org/"> <result xsi:type="xsd:hexBinary" xmlns="">353736383639373436353230344436353733363132303534363537333734</result> </echoHexBinaryResponse> </SOAP:Body> </SOAP:Envelope>
[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:echoVoid SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/" /></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<SOAP:Envelope SOAP:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:k1="http://soapinterop.org/" xmlns:k2="http://soapinterop.org/xsd" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:k="http://www.thoughtpost.com/kafka"> <SOAP:Body> <echoVoidResponse xmlns="http://soapinterop.org/"> </echoVoidResponse> </SOAP:Body> </SOAP:Envelope>
[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:echoDate SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputDate>2002-12-22T21:50:58Z</inputDate></m:echoDate></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<SOAP:Envelope SOAP:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:k1="http://soapinterop.org/" xmlns:k2="http://soapinterop.org/xsd" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:k="http://www.thoughtpost.com/kafka"> <SOAP:Body> <echoDateResponse xmlns="http://soapinterop.org/"> <result xsi:type="xsd:dateTime" xmlns="">2002-12-22T21:50:58Z</result> </echoDateResponse> </SOAP:Body> </SOAP:Envelope>
[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:echoDecimal SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputDecimal>0.123456789123456789</inputDecimal></m:echoDecimal></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<SOAP:Envelope SOAP:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:k1="http://soapinterop.org/" xmlns:k2="http://soapinterop.org/xsd" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:k="http://www.thoughtpost.com/kafka"> <SOAP:Body> <echoDecimalResponse xmlns="http://soapinterop.org/"> <result xsi:type="xsd:decimal" xmlns="">0.123456789123456789</result> </echoDecimalResponse> </SOAP:Body> </SOAP:Envelope>
[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:echoBoolean SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputBoolean>1</inputBoolean></m:echoBoolean></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<SOAP:Envelope SOAP:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:k1="http://soapinterop.org/" xmlns:k2="http://soapinterop.org/xsd" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:k="http://www.thoughtpost.com/kafka"> <SOAP:Body> <echoBooleanResponse xmlns="http://soapinterop.org/"> <result xsi:type="xsd:boolean" xmlns="">1</result> </echoBooleanResponse> </SOAP:Body> </SOAP:Envelope>