Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Conversion from VB to VFP
Message
 
 
To
15/11/2001 20:54:25
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00582492
Message ID:
00582544
Views:
20
>>Would following work for you?
>>loHeaderHandler=CreateObject("SessionInfoClient.ClientHeaderHandler")
>>loUniversalThread.AddProperty('HeaderHandler',loHeaderHandler)
>
>
>The SOAP object is rejecting any use of AddProperty().
>
>It doesn't want us to attach anything to it. However, the SET syntax in VB works. There must be an equivalent in VFP.

Michel,

The HeaderHandler is a property of SOAP client object. Did you try?
loUniversalThread.HeaderHandler = CreateObject("SessionInfoClient.ClientHeaderHandler")
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform