Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unknown Com Status Code
Message
From
05/11/2001 19:04:12
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00576701
Message ID:
00577713
Views:
22
>>Jerry,
>>I just tried this one and worked (if 45 F is true for Redmond WA - I had zipcode from there) :
>>
>>lcZipCode='98052'
>>oWS = CREATEOBJECT("MSSOAP.SoapClient")
>>oWS.MSSoapInit("http://www.xmethods.net/sd/TemperatureService.wsdl", "TemperatureService", "TemperaturePort")
>>?oWS.getTemp(lCZipCode)
>>
>>Unknown COM status code sounds like a parameter is missing or incorrect ?
>>Cetin
>
>Cetin,
>
>I'm having the same problem as Jerry. I just ran your code and received the same COM Status error as I've been receiving all day ...
>
>In my case, I had it working at home on the weekend, but here at work, going through our firewall, when I run the code, it takes about 10 seconds and then I get the COM status error.
>
>Al

Allan,
To me it's neither mine nor VFP's fault. It might be from firewall but here at home I tried it and failed with another message. Then I checked messages about Fedex and Temperature services and noticed ppl using different systems or one particular system are getting failures with similar failure codes. Services themselves faulty (I'm totally new to WS so just suspecting) ?

I tried another when that code failed here (home) and worked :
oWS = CREATEOBJECT("MSSOAP.SoapClient")
oWS.mssoapinit("http://sal006.salnetwork.com:83/a1vbcode/temperature/ctemperature.xml")
? oWS.CelsiusToFahrenheit(-56)
? oWS.CelsiusToFahrenheit(42)
? oWS.FahrenheitToCelsius(-68.8)
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform