How create Prosy Class for soap.tcp
From: MrDotNet (MrDotNet_at_discussions.microsoft.com)
Date: 11/17/04
- Next message: Drew Marsh: "Re: Bi-directional SOAP messaging possible?"
- Previous message: EP: "tcp with WebServicesClientProtocol"
- Next in thread: John Paul. A: "RE: How create Prosy Class for soap.tcp"
- Reply: John Paul. A: "RE: How create Prosy Class for soap.tcp"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 17 Nov 2004 11:39:14 -0800
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: Drew Marsh: "Re: Bi-directional SOAP messaging possible?"
- Previous message: EP: "tcp with WebServicesClientProtocol"
- Next in thread: John Paul. A: "RE: How create Prosy Class for soap.tcp"
- Reply: John Paul. A: "RE: How create Prosy Class for soap.tcp"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|