Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing parameters by reference
Message
De
19/01/2004 10:51:44
 
 
À
19/01/2004 05:09:06
Information générale
Forum:
ASP.NET
Catégorie:
SOAP
Divers
Thread ID:
00866747
Message ID:
00868152
Vues:
16
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform