Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Conversion from VB to VFP
Message
From
15/11/2001 23:36:28
Michel Fournier (Online)
Level Extreme Inc.
Petit-Rocher, New Brunswick, Canada
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00582492
Message ID:
00582553
Views:
26
>>>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")
>
HeaderHandler is a member not found to the SOAP client directly. It has to be assigned such as the SET command in VB. The problem is that in VFP, that doesn't seem to be as simple. We first need to connect a property HeaderHandler to the SOAP client.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform