2017-02-03 15:22:37 +01:00
|
|
|
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sch="http://schema.testcase">
|
|
|
|
<soapenv:Header>
|
|
|
|
<sch:SoapHeader>
|
|
|
|
<user>admin</user>
|
|
|
|
</sch:SoapHeader>
|
|
|
|
</soapenv:Header>
|
|
|
|
<soapenv:Body>
|
2017-04-04 18:36:18 +02:00
|
|
|
<sch:dummyServiceMethodWithOutgoingLargeSwa>
|
2017-02-03 15:22:37 +01:00
|
|
|
<request>
|
|
|
|
<dummyAttribute>1</dummyAttribute>
|
|
|
|
</request>
|
2017-04-04 18:36:18 +02:00
|
|
|
</sch:dummyServiceMethodWithOutgoingLargeSwa>
|
2017-02-03 15:22:37 +01:00
|
|
|
</soapenv:Body>
|
|
|
|
</soapenv:Envelope>
|