I am trying to consume a webservice in a Java Agent via Apache Axis but I keep getting the exception “org.xml.sax.SAXParseException: Premature end of file.”.
There is probably something wrong in the SOAP XML, but I can’t figure out how to have a look at the generated request.
Does anyone know how you can preview the XML that the axis classes generate?
PS: I tried creating a webservice consumer the basic way by importing the WSDL but that gives an error.
Thanks in advance,
Ken