Consultor Eletrônico



Kbase P106114: WebService Temperature sample program returns a value of -9.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   08/10/2008
Status: Verified

SYMPTOM(s):

WebServices Temperature sample program returns a value of -9.

Temperature value being returned is always -9

FACT(s) (Environment):

Running sample program DLC/src/samples/webservices/4GLClient/TemperatureSample.p
OpenEdge 10.0A
OpenEdge 10.0B
All Supported Operating Systems

CAUSE:

Bug# OE00117757


CAUSE:

Upgrade to 10.0B03 or higher.OR

Upgrade to 10.1A or higher.
Workaround: The problem stated on the Web Service provider's website states that the company providing temperature values is no longer providing access to the data. The Web Service provider has therefore changed the Web Service to return a static value of 52, but you now need to use a different wsdl document. You can modify the existing Progress procedure to use the new wsdl document:

1. Edit the TemperatureSample.p procedure.
2. Replace the string:
http://www.xmethods.net/sd/2001/TemperatureService.wsdl
with:
http://www.xmethods.net/sd/2001/DemoTemperatureService.wsdl