Hi,
I am trying to pass a xmlString to a web service, which in turn will call the
ejb and process the
string and set some new values in the xml document. With the EJB as a webservice in WAS 5.2, I could run without any problem, but when I create a webservice client and pass the same xml-string, I am getting this exception, "SAXException: Start root element expected." I am using xmlparverv2.jar and the environment is set properly and I am sending the same xml-string in both the cases. Can anyone help please.