I'm trying to consume a web service that was generated by Oracle JDeveloper for a ASP.NET site in Visual Studio 2005. I used the Add Web Reference interface and everything seemed to work fine, but when I tried to reference the methods in the web service, they weren't there. In their stead were general web service functions and properties(like CreateObjRef, Discover, SoapVersion, etc).
The url I used when adding the web reference was this:
It showed the functions that I wanted reference, but after clicking the Add Reference button, it only created a subfolder with a discomap and a wsdl file. Would someone please tell me what I'm doing wrong? Also, if you need any other information, feel free to ask.
Thanks,
Steve
The url I used when adding the web reference was this:
It showed the functions that I wanted reference, but after clicking the Add Reference button, it only created a subfolder with a discomap and a wsdl file. Would someone please tell me what I'm doing wrong? Also, if you need any other information, feel free to ask.
Thanks,
Steve
Comment