Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Not Creating Object Correctly
Message
De
09/02/2005 09:35:18
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Titre:
Not Creating Object Correctly
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Divers
Thread ID:
00985142
Message ID:
00985142
Vues:
76
I am using this code to link through to a remote web server and it appears to work fine with no errors.

loWSHandler = NEWOBJECT("WSHandler",IIF(VERSION(2)=0,"",HOME()+"FFC\")+"_ws3client.vcx")
loRegisterCustomer = loWSHandler.SetupClient("http://172.26.248.101:8081/3connect/services/RegisterCustomerV1?wsdl", "RegistrationCustomerService", "RegisterCustomer")

but when I look at loRegisterCustomer it does not have the expected methods, it has some but I don't know where they have come from (ClientProperty, ConnectorProperty, Detail, FaultActor, FaultCode, FaultCodeNameSequence, FaultString, HeaderHandler, MSSoapInit, MSSoapInit2)

Is it something wrong with the WSDL at their end? Is there anything I can do to make it work?

Sue
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform