Hi Bruce,
Like I said, it looks like the NetWebPage is broken in a way, because in the web.LastPost the xml looks fine.
The url I use is
http://localhost:88/Xml2Aag and the netwebpage procedure has also the name Xml2Aag, That is how I always test it. Never had this problem.
If I put the url in a browser "
http://localhost:88/Xml2Aag" I get this message:
The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
But the webserver shows
GET /Xml2Aag HTTP/1.1
Host: localhost:88
When I do a post from soapui I get this in the webserver and the xml looks fine to me but never gets to the processed code :
POST /Xml2Aag HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: text/xml
Content-Length: 6557
Host: localhost:88
But I will give it a try using the new way .. (new webservice)
Is it easy to create a new webservice ? Do you have a webinar where I can watch this?
Regards Joep