Is binding between SOAP and WSDL possible?

Technology CommunityCategory: SOAIs binding between SOAP and WSDL possible?
VietMX Staff asked 3 years ago

Yes, it is possible to bind WSDL to SOAP. The binding is possible by basically two attributes

  • Name: Defines the name of the binding.
  • Type: Defines the port for the binding.

For SOAP binding, two attributes need to be declared

  • Transport: Defines the SOAP protocol to be used i.e. HTTP.
  • Style: This attribute can be ‘rpc’ or ‘document’.