SOAP features / SOAP 1.1 and 1.2 |
A GWS client can consume a service in SOAP 1.1 or SOAP 1.2.
For example:
fglwsdl -soap11 -o ws_calculator http://localhost:8090/Calculator?WSDL
fglwsdl -soap12 -o ws_calculatorSoap12 http://localhost:8090/Calculator?WSDL
Be aware to generate different clients for each SOAP versions. Even if the same operations are provided, the services are using different protocols so the underlying generated stubs are also different.