How to write a Java web-service for which the generated WSDL has multiple bindings -



How to write a Java web-service for which the generated WSDL has multiple bindings -

how can write java web-service using standard annotations has generated wsdl multiple bindings (for example, both soap 1.1 , soap 1.2)?

java web-services soap wsdl

Comments

Popular posts from this blog

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -