Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Webservice on a web farm
Message
From
07/05/2004 16:29:42
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Web Services
Title:
Webservice on a web farm
Miscellaneous
Thread ID:
00902089
Message ID:
00902089
Views:
56
I have developed an XML Web Service with VFP8.

I have been able to publish this web service to my development web server successfully and it works great.

My problem is that I am now trying to place this web service into production on my production web servers which are using MS Network Load Balancing. I have created the same virtual directories on all the servers in the web farm and placed my web services files into these directories.

But when I try to publish the web service from VFP8 on each web server, I get the following error:
"Error Generating WSDL Files"
What steps do I need to take to publish my web services on a web farm?

Also, if I try to register this web servce from another PC, VFP registers it just fine. But when I try to access the WS, I get an error "Unknown Com Status". Below is how I try to access the webservice.
o = CREATEOBJECT('mssoap.soapclient')
o.mssoapinit("http://myurl/myvirtualdir/myws.WSDL")
o.ConnectorProperty("ProxyServer") = 'proxy.dana.com'
o.ConnectorProperty("ProxyPort") = 8080
o.p_HelloWorld("Some String")

Again, the above call works fine when accessing the web service from my PC, but when accessing the web service from the web farm, I get Com Status errors.

Any ideas?

Thanks,

Jerry
Reply
Map
View

Click here to load this message in the networking platform