2 Attachment(s)
[RESOLVED] WebService - Invoke button missing.
All,
I made a WS project, in C#. The services are available in a webpage for testing and it comes up with the [INVOKE] button so I can call simple service members.
I rebuilt the project from scratch, copy/pasted all the code, and seems to work fine from my VB client app.
However the new service is missing the [INVOKE] button on all the service members.
Any ideas why?
Re: WebService - Invoke button missing.
If the code is exactly the same on both, I'd suggest that you compare the web.config files between them. Do you have something like windiff or beyond-compare?
Re: WebService - Invoke button missing.
Notepad will do in this case, but ya I still have windiff from my VB6 install LOL...
Web.config was the key, thanks!
Re: [RESOLVED] WebService - Invoke button missing.