NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ServiceDescription.GenerateCode

[To be supplied.]

[Visual Basic]
Public Shared Function GenerateCode( _
   ByVal description As ServiceDescription, _
   ByVal descriptions As ServiceDescriptions, _
   ByVal schemas As XmlSchemas, _
   ByVal baseUrl As String, _
   ByVal codeWriter As CodeWriter, _
   ByVal client As Boolean _
) As Boolean
[C#]
public static bool GenerateCode(
   ServiceDescription description,
   ServiceDescriptions descriptions,
   XmlSchemas schemas,
   string baseUrl,
   CodeWriter codeWriter,
   bool client
);
[C++]
public: static bool GenerateCode(
   ServiceDescription* description,
   ServiceDescriptions* descriptions,
   XmlSchemas* schemas,
   String* baseUrl,
   CodeWriter* codeWriter,
   bool client
);
[JScript]
public static function GenerateCode(
   description : ServiceDescription,
   descriptions : ServiceDescriptions,
   schemas : XmlSchemas,
   baseUrl : String,
   codeWriter : CodeWriter,
   client : Boolean
) : Boolean;

Parameters

description
[To be supplied.]
descriptions
[To be supplied.]
schemas
[To be supplied.]
baseUrl
[To be supplied.]
codeWriter
[To be supplied.]
client
[To be supplied.]

See Also

ServiceDescription Class | ServiceDescription Members | System.Web.Services.Description Namespace