aspose file tools
The moose likes Web Services and the fly likes JaxWS Request Ignoring strings with spaces Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "JaxWS Request Ignoring strings with spaces" Watch "JaxWS Request Ignoring strings with spaces" New topic
Author

JaxWS Request Ignoring strings with spaces

Arjun Reddy
Ranch Hand

Joined: Nov 10, 2007
Posts: 624
Hi All,

I am trying to submit a JaxWS request which has few strings with just spaces in it and they are getting filtered out. Does anyone know what I need to do to avoid this from happening?

Thanks.


Be Humble... Be Nice.
Naren Chivukula
Ranch Hand

Joined: Feb 03, 2004
Posts: 542

Hi Arjun,

I am trying to submit a JaxWS request which has few strings with just spaces in it and they are getting filtered out.

I'll be surprised if that's what happening. In any way, the string with spaces would be treated just like normal strings. Without showing any example or exception message, it's really hard for anyone to understand your issue.


Cheers,
Naren (SCJP, SCDJWS and SCWCD)
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JaxWS Request Ignoring strings with spaces
 
Similar Threads
problem with session.getId() in Javascript
WSDL Reference in generated Client Stub.
java 1.6 and jax-ws
problerm with string equals
Does anyone know if there is an escape character that represents a space?