MrDotNet,
That link by Mark is working. Maybe you are not concatenating both lines ;-)
?
Try this now.
http://download.microsoft.com/download/C/9/B/C9B866B0-0787-4CA7-8A5B-92DE75CD7F9
9/HOL-WSE-Messaging.EXE

Signature
Thank you.
Regards,
Softwaremaker
http://www.softwaremaker.net/blog
=========================================
> Hi Mark
>
[quoted text clipped - 9 lines]
> >
> > Also this set of labs shows a step by step creation of a TCP service
http://download.microsoft.com/download/C/9/B/C9B866B0-0787-4CA7-8A5B-92DE75C
> > D7F99/HOL-WSE-Messaging.EXE
> >
[quoted text clipped - 31 lines]
> >
> > so some one help me on that issue.
MrDotNet - 17 Nov 2004 17:59 GMT
Hi SoftwareMaker,
you are right that work fine now thanks.
I need some help I just create one class (.vb) with inherits SoapService.
That Class NOT WebService class.
Can you tell me how I can generated Proxy class and call thru soap.tcp.
HERE CODE.
Public Class SaopTcpService
Inherits SoapService
<SoapMethod("CreateDataTable")> Public Function CreateDataTable(ByVal
NCConnection As String, ByVal strSQL As String) As DataSet
Try
' same code here.......................
return dataset
Catch ex As Exception
End Try
End Function
End Class
Thanks
MrDotNet
> MrDotNet,
>
[quoted text clipped - 63 lines]
> > > Use of included script samples are subject to the terms specified at
> > > http://www.microsoft.com/info/cpyright