<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
I am using the Web Service Tool kit and have problems with "Hello
World".<br>
<br>
By tracing in debug mode I have found the following:<br>
<blockquote>SOAP Envelope is being received - saved the by adding
the line: rsps.SaveToFile('ians.saved'); <br>
at line 239 of soap_formater.pas.<br>
<br>
This gives:<br>
<br>
<soap:Envelope
xmlns:soap=<a class="moz-txt-link-rfc2396E" href="http://schemas.xmlsoap.org/soap/envelope/">"http://schemas.xmlsoap.org/soap/envelope/"</a>><br>
<soap:Body><br>
<ns1:helloResponse xmlns:ns1=<a class="moz-txt-link-rfc2396E" href="http://example.org/">"http://example.org/"</a>><br>
<ns1:return>Hello fred_test</ns1:return><br>
</ns1:helloResponse><br>
</soap:Body><br>
</soap:Envelope><br>
<br>
<br>
In base_soap_formater around line 1550 it is looking for the
"helloResponce" in the scope <a class="moz-txt-link-rfc2396E" href="http://example.org/">"http://example.org/"</a> so it should
find that scope is "ns1" but it does not find it.<br>
<br>
At line 1552 nmspcSH = the empty string.<br>
<br>
At line 1574 strNodeName = 'helloResponse' and findNode return
nil so we have no result !<br>
<br>
</blockquote>
I am using version 0.5 of the WST which is the newest I can find
though from 2007!<br>
<br>
Any ideas on how I can fix this issue much appreciated, its beyond
me at the monument and time is short. Any alternative would that
allows me to avoid C even more appreciated! (I left hell a few years
back and am reluctant to return).<br>
<br>
Many thanks.<br>
<br>
</body>
</html>