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


Reply via email to