hello.
I have an asp.net web application. I believe that I accessing a web service. I do the following:
I have to install and register a COM DLL that will generate a unique login token for me per request. I have added the reference to my application and I can gnereate the TOKEN no problem.
I then dynamically generate the URL which is something like:
The results returned by the above URL is an xml document. How do I execute the above from within VB.NET in ASP.NET application so that I can "catch" the XML document in a dataset.
I have not been able to add a Web Reference directly to this web service.
Any advice?
Thanks in advance
Jim
I have an asp.net web application. I believe that I accessing a web service. I do the following:
I have to install and register a COM DLL that will generate a unique login token for me per request. I have added the reference to my application and I can gnereate the TOKEN no problem.
I then dynamically generate the URL which is something like:
The results returned by the above URL is an xml document. How do I execute the above from within VB.NET in ASP.NET application so that I can "catch" the XML document in a dataset.
I have not been able to add a Web Reference directly to this web service.
Any advice?
Thanks in advance
Jim