質問

I am new to web services. I have successfully created my WCF web service, now I want to consume it. The client to consume this is on a different machine. I am using Visual Studio 2012. The service that executes a stored procedure in SQL Server 2005.

How do I proceed to make the other party test the service?

役に立ちましたか?

解決

you will have to add service reference to the service by right clicking your client application.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top