Can a WSDL indicate the SOAP version (1.1 or 1.2) of the web service?

前端 未结 5 744
醉话见心
醉话见心 2020-11-30 23:36

Is it possible to see if a web service uses SOAP 1.1 or 1.2, based on the information in the WSDL?

5条回答
  •  南方客
    南方客 (楼主)
    2020-12-01 00:26

    I have found this page

    http://schemas.xmlsoap.org/wsdl/soap12/soap12WSDL.htm

    which says that Soap 1.2 uses the new namespace http://schemas.xmlsoap.org/wsdl/soap12/

    It is in the 'WSDL 1.1 Binding extension for SOAP 1.1'.

提交回复
热议问题