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 -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -