c# - Why does my WCF Web Service have Two Different SOAP Bindings? -



c# - Why does my WCF Web Service have Two Different SOAP Bindings? -

i creating web service in c#.i have written 2 simple methods.when publish web service generate 2 binding in wsdl file.

1st

binding name="mywebservicesoap" type="tns:mywebservicesoap" 2nd

binding name="mywebservicesoap12" type="tns:mywebservicesoap"

the rest content same

one soap 1.1 binding, 1 soap 1.2 binding.

c# soap wsdl

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -