Separate WCF off-line interface specification

The S command is removed from the C command. The S command creates a WCF web service with WSHTTP bindings. What is the best way for team S to share the interface specification with team C? In the days of the asmx web service, team S emailed WSDL to team C. Is this still the way to go?

+3
source share
2 answers

If the two teams do not have a network connection, one thing that you could create Team S is to create a client proxy server for the service, possibly in a separate assembly of the class library that imports the service ( Add Service Referencein Visual Studio).

Just send this source code to another team, and they should be able to create proxy clients and call methods for these clients.

-, . Mikecito answer - URL- + ?wsdl, WSDL - , .

+1

URL- , wsdl . .

wsdl, "? wsdl" ( ) URL- .

https://my.domain.com/myservice.svc?wsdl
0

All Articles