Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listener URI when publishing web service?
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Web Services
Title:
Listener URI when publishing web service?
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01237162
Message ID:
01237162
Views:
203
I'm trying to create a new web service and I can get it to work on my local computer by instantiating the object in the command window and calling it with the correct parameters, but if I try to do it using the following code, I get an error that loShowRegistration is not an object.

loWSHandler = NEWOBJECT("WSHandler",IIF(VERSION(2)=0,"",HOME()+"FFC\")+"_ws3client.vcx")
loShowRegistration = loWSHandler.SetupClient("http://John/webservices/activate_application.wsdl", "activate_application")

I think this stems from the fact that when I try to publish the web service, I get the following error:

Registered: There was a problem accessing the Listener URI specified for the WSDL file.

We also get this error when we try to publish it on our web server.

Any and all help greatly appreciated!
John Fatte'

Life is beautiful!
Reply
Map
View

Click here to load this message in the networking platform