564005da93
Soap Server and Client were breaking binary files during transfer due to invalid Mime Message Parser. Now is it working fine with no errors, but the message parser is about to be rewritten into a better form.
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>
|