Hi
How do I inform clients about the serialization technique my
SOAP server can understand. One way could be to use WSDL and mention a
Java class for serialization and one for deserialization, I think. This though, does not seem general enough. How would clients download the classes? What if the clients are not Java clients at all. In that case how can I de-serialize the client request parameters?
Thanks and regards
M Faruqui