webserviceAutom
12 years agoOccasional Contributor
SOAP UI removes Carriage Returns and Line Feeds
Hi,
I am trying to send following request as HTTP POST to a Biztalk server
I have declared a Content-Type header. Although the request looks like a multipart form data my development team told me to send this as a text/xml
----------071713084016098
Content-Disposition: form-data; name="parameterA"
${TestInput#parmA}
----------071713084016098
Content-Disposition: form-data; name="parameterB"
${TestInput#parmB}
----------071713084016098
Content-Disposition: form-data; name="parameterC"
${TestInput#parmC}
----------071713084016098--
When biztalk server recieves this request, the request comes as one line of text.
----------071713084016098Content-Disposition:form-data;name="parameterA"${TestInput#parmA}----------071713084016098Content-Disposition: form-data; name="parameterB"${TestInput#parmB}----------071713084016098Content-Disposition: form-data;name="parameterC"
${TestInput#parmC}----------071713084016098--
Any idea why SOAP UI is sending all this in one line.
I am trying to send following request as HTTP POST to a Biztalk server
I have declared a Content-Type header. Although the request looks like a multipart form data my development team told me to send this as a text/xml
----------071713084016098
Content-Disposition: form-data; name="parameterA"
${TestInput#parmA}
----------071713084016098
Content-Disposition: form-data; name="parameterB"
${TestInput#parmB}
----------071713084016098
Content-Disposition: form-data; name="parameterC"
${TestInput#parmC}
----------071713084016098--
When biztalk server recieves this request, the request comes as one line of text.
----------071713084016098Content-Disposition:form-data;name="parameterA"${TestInput#parmA}----------071713084016098Content-Disposition: form-data; name="parameterB"${TestInput#parmB}----------071713084016098Content-Disposition: form-data;name="parameterC"
${TestInput#parmC}----------071713084016098--
Any idea why SOAP UI is sending all this in one line.