|
Axis
will automatically escape any strings you send, so all the "<"s will turn
into "<"s, etc. If you take a look at test.encoding.TestString,
you'll see a number of tests which make sure that we correctly pump variously
contorted strings through the system. If you send
"<id>1234</id>" as a String, you'll get "<id>1234</id>"
out the other side.
--Glen
|
- XML parameter types? Chris Ruegger
- Re: XML parameter types? Ken Weiner
- Glen Daniels
