Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Low level and parameters that are not string
Message
De
18/05/2009 10:50:52
 
 
À
17/05/2009 19:58:43
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01397709
Message ID:
01400403
Vues:
41
>Sorry this is such a late reply, Michel. I've been on vacation and then swamped at work once I came back and haven't been on the UT in a few weeks.
>
>Anyway, WebMethod parameters can be any "simple" type, such as string, int, long, bool, etc. Actually, they can be anything really, but for compatibility with non-.NET technology, the simple types are all you should use.
>
>Or did I misunderstand your question?

No matter the type, in SOAP, everything is sent as plain text. So, I had to convert all non string parameters into string before sending them. Then, on the other end, everything will be converted back to their proper related parameters. I have a Web Service which can be used from SOAP and from high level, so I had to adjust a few things on my client for testing all 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