|
| XMLDocument.Load(Url) - Web Service |
 |
Thu, 27 Mar 2008 13:16:02 +000 |
Hi, I am retrieving an XML file by calling a web service using the
XMLDocument.Load method.
This works perfectly fine at my local host, but when I upload the project to the
remote server, my program does not retrieve the XML file any more.
When i try to reach the members of the mXML object I get unauthorised access
error. I tried to change the permissions for the folder containing the Web site
but nothing changed so far.
I would be very happy if someone could help.
Thanks
-----------------------------------------------------------------mXML= New
XmlDocument()
'Load the Xml file
Dim s AsString =
"http://www.webserviceprovider.com/xmlSearch.do?Interest=" &
interest
mXML.Load(s)
|
| Post Reply
|
| Re: XMLDocument.Load(Url) - Web Service |
 |
Thu, 27 Mar 2008 15:48:26 +000 |
Please post the complete exception you received, including inner exceptions.
This could be one of several kinds of "unauthorized access error", and
it will be helpful to see the entire exception to figure out which kind.
|
| Post Reply
|
| Re: XMLDocument.Load(Url) - Web Service |
 |
Wed, 2 Apr 2008 12:24:10 +0000 |
Thank you for the reply. It seems the web service providing company was not
accepting calls from the server's ip address.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|