Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
High Level and Low Level in the same Web Service
Message
De
17/02/2004 14:57:11
 
 
À
17/02/2004 14:52:45
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Divers
Thread ID:
00878053
Message ID:
00878071
Vues:
17
>Could you elaborate a bit more ... I have no idea what you mean by high level and low level.

When a Web Service is define and when it contains a method such as:
   <WebMethod()> _
   Public Function GetProfileDataSet(ByVal tnMember As Integer) As DataSet
      Dim lcXML AS String
      lcXML="..."
      Return lcXML
   End Function
it is high level as we don't have to serialize everything and just deal with the XML itself that has to be returned. But, for a specific method, I have to serialize everything such as creating the entire SOAP envelope. So, I'm wondering what would need to be done, as far as creating a new method, which would allow me to build the entire SOAP envelope?

Or, maybe .NET offers something much simpler that can be used at high level as well.
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