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

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

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