Hi,
Please excuse the elementry nature of this query - I'm new to web
services.
I created a webservice in VB.NET (studio 2005 fwk 2.0.5..) which is
hosted on an external server. Then I created a VB6 program which uses
the webservice and it works just fine. The VB6 code looks like this:
D...
more >>
I have created a WCF Service hosted in IIS. In my web.config it has its =
endpoint configured like so:
<service behaviorConfiguration=3D"JobServiceConfig" =
name=3D"MyTest.JobService">
<endpoint address=3D"" binding=3D"basicHttpBinding" =
contract=3D"MyTest.JobService"/>
</ser...
more >>