Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
High Level and Low Level in the same Web Service
Message
From
17/02/2004 14:57:11
 
 
To
17/02/2004 14:52:45
General information
Forum:
ASP.NET
Category:
Web Services
Miscellaneous
Thread ID:
00878053
Message ID:
00878071
Views:
16
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform