You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Olof Edlund <ol...@upright.se> on 2002/07/04 18:47:29 UTC

Axis and newlines in XSD_STRING

Hi,

I'm not using Apache SOAP, I'm using Axis. Should I go elsewhere?

Anyway, My problem is that I'm sending a string with line feeds from a
Linux machine. This is of course the proper way to do a new line on
Unix.

My client is however a VB application and it expects carriage return and
then a line feed for a new line.

Any tips on how to solve that without doing a brute force search/replace
on the client?

My service and wsdl file can be found at
http://dagobert.mimer.se:8080/validatorws in case anyone is interested.
It validates SQL statements against the standard.

TIA,

Olof Edlund