You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Andy Kriger <ak...@greaterthanone.com> on 2002/10/29 23:33:11 UTC

line feeds in generated SOAP?

Yet another SOAP output question. I am sending SOAP requests using a
SoapBindingStub generated by wsdl2java. The SOAP output contains a LF
character after each element. This apparently is messing up the MS SOAP
parser at the other end of my request. I have no control over that parser so
I have to figure out a way to remove these LF characters from the Call
before it is invoked.

Is there a property of AxisEngine or Call that will prevent these LF
characters? If not, is there a way to filter the Call output before it is
sent (and how would I do that since I'm not too familiar with Axis's
underlying architecture).

thx
andy kriger