RE: How create Prosy Class for soap.tcp
From: John Paul. A (JohnPaulA_at_discussions.microsoft.com)
Date: 11/23/04
- Next message: John Paul. A: "RE: Database Transactions"
- Previous message: Merline Martina: "RE: Database Transactions"
- In reply to: MrDotNet: "How create Prosy Class for soap.tcp"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 23 Nov 2004 03:33:03 -0800
Dear MrDotNet,
Within the SDK, there is a tool called the Web Services Description Language
tool (WSDL.exe). This command-line tool is used to create proxy classes from
WSDL. For example, you could enter:
WSDL http://abc.xyz.com/testpage/HelloWorld/HelloWorld.asmx?WSDL
to create a proxy class called HelloWorld.cs.
Rgds,
John Paul. A
"MrDotNet" wrote:
> hi
> Here is my Web service and one Soapmethod how can I create proxy class for
> that and hows client access that web service. I try generated proxy class but
> that give me error.
> HELP.....
> Public Class WSE2Test
> Inherits SoapService
> <SoapMethod("CreateDataTable")> Public Function CreateDataTable(ByVal
> NCConnection As String, ByVal strSQL As String) As DataSet
> Try
> '......................
> ' Here some code fill out dataset
> return dataset
> Catch ex As Exception
> Throw ex
> End Try
> dbDA = Nothing
> dbCmd = Nothing
> dbConn = Nothing
>
> End Function
>
> --
> -MrDotNet MCAD, MCSD
> Sr. Software Engineer / Lead Architect
>
- Next message: John Paul. A: "RE: Database Transactions"
- Previous message: Merline Martina: "RE: Database Transactions"
- In reply to: MrDotNet: "How create Prosy Class for soap.tcp"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|