blob: ea0ae9c54c10bea5c8ab4ed6ad4bf617d6fb9206 [file] [log] [blame]
HTTP/1.1 200 OK
Server: WebSphere Application Server/5.1
Content-Type: text/xml; charset=utf-8
Content-Language: en-GB
Transfer-Encoding: chunked
###
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<test1Response>
<return>28</return>
</test1Response>
</soapenv:Body>
</soapenv:Envelope>
0
HTTP/1.1 200 OK
Server: WebSphere Application Server/5.1
Content-Type: text/xml; charset=utf-8
Content-Language: en-GB
Transfer-Encoding: chunked
###
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<ns1:Test1WithComplexResponse xmlns:ns1="http://localhost/axis/ValidXMLCharIsInterpretedAsCPPCommand">
<ns1:Element xmlns:ns2="ValidXMLCharIsInterpretedAsCPPCommandTypes">
<ns2:arg.WithADot>8</ns2:arg.WithADot>
<ns2:arg_WithAnUnderscore>9</ns2:arg_WithAnUnderscore>
<ns2:arg-WithAHyphen>10</ns2:arg-WithAHyphen>
<ns2:arg:WithAColon>11</ns2:arg:WithAColon>
<ns2:arg__WithTwoUnderscores>12</ns2:arg__WithTwoUnderscores>
<ns2:arg.With.TwoDots>13</ns2:arg.With.TwoDots>
<ns2:arg..WithTwoDotsInline>14</ns2:arg..WithTwoDotsInline>
</ns1:Element>
</ns1:Test1WithComplexResponse>
</soapenv:Body>
</soapenv:Envelope>
0