Could anyone tell me about the diff between these 2 tags.
I just start working on sending
SOAP to web services.
I have the SOAP client in place.
When I create XML file to send a request using <soap>, program work good.
But when I use <soapenv>, it caused error as follow.
Exception in
thread "main" java.io.IOException: Server returned HTTP response code: 500 for URL:
https://ws.melissadata.com/dqws/add ress.asmx
at com.ibm.net.ssl.www.protocol.http.ch.getInputStream(Unknown Source)
at com.ibm.net.ssl.www.protocol.https.t.getInputStream(Unknown Source)
at SOAPClient4XG.main(SOAPClient4XG.java:105)
Exception in thread "main" java.lang.Exception: missing end tag near line 1, column 0
at qdxml.QDParser.exc(QDParser.java:314)
at qdxml.QDParser.parse(QDParser.java:309)
at Reporter.reportOnFile(Reporter.java:57)
at Reporter.main(Reporter.java:47)