Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing parameters by reference
Message
From
19/01/2004 10:51:44
 
 
General information
Forum:
ASP.NET
Category:
SOAP
Miscellaneous
Thread ID:
00866747
Message ID:
00868152
Views:
17
>Still not sure I understand. AFAIK if a .NET web method specifies parameters as being byRef then the request from the client remains the same. The difference is in the response generated from .NET in that any parameters passed in by reference are automatically included in the SOAP element (and you lose HTTP GET support) E.g:
>
>With 'MyM(ByVal xx as string) as string' then the returned SOAP is something like:
>
><MyMResponse>
>  <MyMResult>String</MyMResult>
></MyMResponse>
>
>With 'MyM(ByRef xx as string) as string' then the returned SOAP is:
>
><MyMResponse>
>  <MyMResult>String</MyMResult>
>  <xx>String</xx>
></MyMResponse>
>
>
>If that's all they are talking about then it should be simple to handle...

By using high level, I was able to proceed on that.
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
Reply
Map
View

Click here to load this message in the networking platform