15 lines
474 B
Plaintext
15 lines
474 B
Plaintext
<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>
|
|
<sch:dummyServiceMethodWithOutgoingLargeSwa>
|
|
<request>
|
|
<dummyAttribute>1</dummyAttribute>
|
|
</request>
|
|
</sch:dummyServiceMethodWithOutgoingLargeSwa>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>
|