Post
by Jean-Marc Gemperle » 19 Oct 2007, 13:36
Posted by: Jean-Marc Gemperle
Yes unfortuantely this is a known bug... I've seen the issue when working
with previous HTTREQUESTER Web Service sample.I've try using the
setFeature() for the XML without success...
Jean-Marc
This is a WEB service invokation via HTTPREQUESTER that works fine in TD 4.2
as long the web service endpoint is up and running...but in this case in TD
5.1 the XML representing the SOAP envolope fail to load while this was
working fine in TD 4.2. I'm not sure if I do something wrong...
Here is the XML
Set sEndPoint="http://www.webservicex.net/uklocation.asmx?wsdl"
Set sSOAPEnvolope = '
'||df1||'
'
If NOT oSOAPEnvolope.loadFromString( sSOAPEnvolope )
Call oSOAPEnvolope.getLastError( nError, mlSOAPMsg )
GIVES ERROR
String: "Error in: SQLWIN_STRING
line number: 2
column: 1
Invalid document structure"