G
Gregory_May
I have been really up against a wall to get an pubic web service working
with .Net.
For some reason, if I use the .Discover method, the external web service
starts working. But, it breaks "on Box". The reverse is also true. If
dont .Discover, it works "on Box", but not off box. Anyone have any idea
why this would be true?
Dim WebService As New Web_Service_MyService.Item
WebService.Discover()
debug.writeline(WebService.Method())
with .Net.
For some reason, if I use the .Discover method, the external web service
starts working. But, it breaks "on Box". The reverse is also true. If
dont .Discover, it works "on Box", but not off box. Anyone have any idea
why this would be true?
Dim WebService As New Web_Service_MyService.Item
WebService.Discover()
debug.writeline(WebService.Method())