Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem consuming a web service
Message
De
16/10/2003 01:29:21
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Titre:
Problem consuming a web service
Divers
Thread ID:
00839131
Message ID:
00839131
Vues:
125
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
*
*
*
Répondre
Fil
Voir

Click here to load this message in the networking platform