P
Peter Larsen [CPH]
Hi,
I'm trying to add a service reference to a client project (using the "Add
Service Reference" menu in the solution explorer).
I use VS2008 and dotnet 3,5 and the "WCF Service Configuration Editor"
software to setup the service project.
I have a project with two WCF endpoints (TCP and HTTP).
Then i have another project (the client) where i want to add the service
reference (the reference to my WCF enpoint(s)).
The only way i can make this works, is if i add a HTTP endpoint and setting
httpGetEnabled to true.
If i remove the HTTP endpoint from my service project (or set httpGetEnabled
to false), the client is not able to browse the service in the "Add Service
Reference" option.
My question is, how do i browse and add the service reference to my client,
if the service only have one TCP endpoint ??
Thank you in advance.
BR
Peter
I'm trying to add a service reference to a client project (using the "Add
Service Reference" menu in the solution explorer).
I use VS2008 and dotnet 3,5 and the "WCF Service Configuration Editor"
software to setup the service project.
I have a project with two WCF endpoints (TCP and HTTP).
Then i have another project (the client) where i want to add the service
reference (the reference to my WCF enpoint(s)).
The only way i can make this works, is if i add a HTTP endpoint and setting
httpGetEnabled to true.
If i remove the HTTP endpoint from my service project (or set httpGetEnabled
to false), the client is not able to browse the service in the "Add Service
Reference" option.
My question is, how do i browse and add the service reference to my client,
if the service only have one TCP endpoint ??
Thank you in advance.
BR
Peter