Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not Creating Object Correctly
Message
From
09/02/2005 09:35:18
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Title:
Not Creating Object Correctly
Environment versions
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00985142
Message ID:
00985142
Views:
79
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
Next
Reply
Map
View

Click here to load this message in the networking platform