Waht do you mean with IDE? I'm using a free external Webservice with SM 7.01.
If I test the Service with "WebserviceStudio" it' working with no errors!
I don't know the exact Java Version, because there are several installed on that machine. The Classpath is set to JDK1.5 but threre is also an JRE1.6 installed.
This is the Error Messages from the log. I hope you wanted this, or what fo you mean with "Error Stack Trace"?
Code:
1108( 3016) 05/19/2008 08:45:27 RTE got doSoapRequest ID
1108( 3016) 05/19/2008 08:45:27 JRTE E Error creating Document
org.xml.sax.SAXParseException: Invalid byte 2 of 3-byte UTF-8 sequence.
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:102)
at com.hp.ov.sm.server.utility.ServletUtility.createDOM(ServletUtility.java:1180)
at com.hp.ov.sm.server.utility.SoapClient.doSoapRequest(SoapClient.java:172)
at com.hp.ov.sm.server.utility.TopazThread.handleAction(Native Method)
at com.hp.ov.sm.server.utility.TopazThread.processRequest(TopazThread.java:502)
at com.hp.ov.sm.server.utility.TopazThread.run(TopazThread.java:297)
1108( 3016) 05/19/2008 08:45:27 RTE E Error calling method: doSoapRequestin class:com/hp/ov/sm/server/utility/SoapClientException (org.xml.sax.SAXParseException: Invalid byte 2 of 3-byte UTF-8 sequence.)
1108( 3016) 05/19/2008 08:45:27 RTE E Exception caught in soapRequest: Error calling method: doSoapRequestin class:com/hp/ov/sm/server/utility/SoapClientException (org.xml.sax.SAXParseException: Invalid byte 2 of 3-byte UTF-8 sequence.)
1108( 3016) 05/19/2008 08:45:27 RTE E Caught Exception in doHttpRequest: Error calling method: doSoapRequestin class:com/hp/ov/sm/server/utility/SoapClientException (org.xml.sax.SAXParseException: Invalid byte 2 of 3-byte UTF-8 sequence.)
1108( 3016) 05/19/2008 08:45:27 RAD E Error calling method: doSoapRequestin class:com/hp/ov/sm/server/utility/SoapClientException (org.xml.sax.SAXParseException: Invalid byte 2 of 3-byte UTF-8 sequence.)
1108( 3016) 05/19/2008 08:45:27 RAD E Script <unknown script> line 0: ERROR uncaught exception: Error calling method: doSoapRequestin class:com/hp/ov/sm/server/utility/SoapClientException (org.xml.sax.SAXParseException: Invalid byte 2 of 3-byte UTF-8 sequence.) at char 1
Bookmarks