I'm developing Document/Literal web services using JBoss 4.0.2. 
I'm using the wscompile tool to generate client and mapping artifacts from wsdl.
I have a text (String) like 
abcd\r\n 
efgh\r\n
every line ends with the control characters \r(ASCII 13)\n(ASCII 10).

After sending the string on the server the control character \r are missing.
The request-string looks as follows (on the server):
abcd\n 
efgh\n

Any idea why control character ASCII 13 is missing ? 
Thanks for Help !!!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900585#3900585

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900585


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to