WCF Proxy Problem -
02-16-2007
, 08:56 AM
Hi,
Couldnt find a specific WCF group, so decided to post here.
I have a simple object being made available via a netTcpBinding endpoint.
I have a simple client, and am trying to add a service reference to the
service in VB.NET. I get errors saying the proxy generation failed. I have
the service running when I attempt this.
I read that metadata isnt published automatically in the RTM release, so
added a MEX endpoint using mexTcpBinding
I still get the same error.
All examples I've seen on the net are based around endpoints using
basicHttpBinding or wsHttpBinding, so are no use in my situation.
So, my question is, does metadata HAVE to be published over http, regardless
of how your service objects are exposed?..... whats is the correct method of
publishing and consuming metadata for a service exposed solely over
netTcpBinding ?
thanks
Stu |