Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem consuming a web service
Message
From
16/10/2003 01:29:21
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Web Services
Title:
Problem consuming a web service
Miscellaneous
Thread ID:
00839131
Message ID:
00839131
Views:
126
When I execute the folowing code, I obtain an error at line of code: cRespuesta = oo.trataPeticionPago( "" ) && error: No deserializer found to
deserialize ...
The web service provider has an example form in VB.NET that runs ok, but i prefer consuming that service from my VFP APP. (I not familiar with .NET) What i'm doing error ?
Can someboby help me, please ? (sorry for my english).

*
Clear
*
Local oo
Local cWSDL ,cService, cRespuesta
*
oo = NewObject( 'MSSoap.SoapClient30' )
*
cWSDL = 'http://sis-d.sermepa.es/TPV_PC/wsdl/SerClsEntradaTPVPCv3d0.wsdl'
cService = 'SerClsPeticionSOAPTPVPCservice'
oo.mssoapinit( cWSDL , cService)
*
cRespuesta = oo.trataPeticionPago( "" ) && error: No deserializer found to
deserialize ...
*
? cRespuesta
*
oo = null
Release oo
*
*
*
Reply
Map
View

Click here to load this message in the networking platform