Roei Bar

Roei Bar

  • NA
  • 4.6k
  • 0

Sharepoint + WCF Named Pipes

Aug 2 2009 4:01 PM
Hey all,

I am running Sharepoint 2007 portal, and i am trying to add a connection to named pipes endpoint.

i have been successfull establishing a connection to WCF net.tcp Endpoint, but when i try to connect to the 

following :

Exception Message : There was no endpoint listening at net.pipe://localhost/Pipe/CustomerService that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.

Inner Exception : {"The pipe name could not be obtained for net.pipe://localhost/Pipe/CustomerService."}

for testing i took the UserControl and Placed it on a normal ASP.Net Site with the same "Service Model" Configuration, and was successfull on connecting to the WCF Server.

can anyone shade some light on this....