I have found the solution for it. A library webservices-rt.jar was missing from my classpath.
Type: Posts; User: kumhar; Keyword(s):
I have found the solution for it. A library webservices-rt.jar was missing from my classpath.
Hello All
I am developing a client to send the XML request to webservice using spring webservice client API. I am using following code:
String xml = createXML();
StringSource...