Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return an Object from a .NET Web Service.
Message
From
18/05/2004 04:26:33
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Return an Object from a .NET Web Service.
Miscellaneous
Thread ID:
00904814
Message ID:
00904814
Views:
66
Hi,

I tried the following code:

loWSHandler = NEWOBJECT("WSHandler",IIF(VERSION(2)=0,"",HOME()+"FFC\"+"_ws3client.vcx")

loWebService = loWSHandler.SetupClient("http://kk_lap/ecollaboration/webservice.asmx?WSDL", "WebService", "WebServiceSoap")

loStyles=loWebService.GetStyle("PDM2","FRIENDTEX","SYSADM","RUNTIME","XXXX")

However, When I look at the object loStyles created in line 3.
It appears to be a node list object and I do not see any of the custom properties and methods created in the .NET class?

Whats going on here and How can I return the actual object to foxpro?

BR
Tim
Next
Reply
Map
View

Click here to load this message in the networking platform