aspose file tools
The moose likes XML and Related Technologies and the fly likes general encoding questions Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "general encoding questions" Watch "general encoding questions" New topic
Author

general encoding questions

John Davis
Ranch Hand

Joined: Nov 02, 2000
Posts: 181
When using Apache SOAP-RPC, I am thinking I've addressed both serialization and encoding with the following code:

QUESTION #1. Is this correct?
When I don't use Apache SOAP-RPC but code SOAP low-level, as in:

QUESTION #2:
what would be a way to solve requirements for serialization and encoding? (I am currently replacing by-hand SOAP-Body XML angle brackets by XML entities.

QUESTION #3: Why is XML encoded? What problem is solved by XML encoding?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: general encoding questions
 
Similar Threads
big problems with java.net.URL
how to send XML via HTTPPost
Error in object retrieval through ObjectInputStream
Invoking a servlet from an application??
Java Http Server and Java Http Client