blob: 25ef69ee2e2350286993bb64469cc341680c0c62 [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' ?>
<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>
<ns1:myOperationResponse xmlns:ns1="http://complextype.test.apache.org">
<result>true</result>
</ns1:myOperationResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
0