<< < 2 3 4 5 6 7   ∑:157  Sort:Date

PHP SOAP Extension - XML Document Based Web Services
This section provides a tutorial example on how to write a PHP program to call an XML document based Web service with SOAP 1.2 binding using the SoapClient class. 'soap_version' => SOAP_1_2 is used for SOAP 1.2.
2016-10-12, ∼204🔥, 1💬

"service" - Service Definition Element
This section describes 'service', a definition element that defines a service as one or multiple ports. A port defines a binding to a communication address.
2022-10-01, ∼202🔥, 0💬

"service" - Service Definition Element
This section describes 'service', a definition element that defines a service as one or multiple endpoints. An endpoint defines a binding to a communication address.
2022-10-01, ∼194🔥, 0💬

Request and Response - Book Reservation
This section provides a mock request and a mock response for the Reservation Web service that uses SOAP 1.2 over HTTP with style='document' and operation name as the first level element name in SOAP Body to help RPC method based client API like SOAP::Lite.
2022-10-01, ∼194🔥, 0💬

Request and Response - Refill Order
This section provides a mock request and a mock response for the RefilOrder Web service that uses SOAP 1.2 over HTTP with style='document' and elementFormDefault='qualified' in the schema to use qualified names (QName) for sub elements in SOAP Body.
2022-10-01, ∼193🔥, 0💬

Invoking WSDL Services with Zeep Library
This section provides a tutorial example on how to create a Zeep client object with a WSDL URL, access a given service, and invoke a given operation.
2024-01-09, ∼192🔥, 0💬

SOAP Binding Extension
This section describes the SOAP Binding Extension added to the WSDL 2.0 Core language to enable Web services applications to use SOAP (Simple Object Access Protocol).
2022-10-01, ∼186🔥, 0💬

Testing SOAP Extension with WSDL 1.1
This section provides a tutorial example on how to configure and test SOAP Extension with a WSDL 1.1 document with my Hello Web service.
2022-10-01, ∼181🔥, 0💬

IRI Style Example - Get Exchange Rate
This section provides a tutorial example on writing a WSDL 2.0 example that uses SOAP 1.2 over HTTP with Multipart as the message style.
2022-10-01, ∼181🔥, 0💬

Invoking WSDL Default Service
This section provides a tutorial example on how to access the default service of a given WSDL document and invoke a given operation using quick access syntax.
2024-01-09, ∼176🔥, 0💬

Installing Python Engine on macOS
This section provides a tutorial example on installing latest version of Python engine on a macOS computer.
2024-01-09, ∼171🔥, 0💬

What Is Zeep Python Library
This section describes the Zeep Python library a fast and modern Python SOAP client.
2024-01-09, ∼166🔥, 0💬

WSDL 2.0-2 Adjuncts Not Supported by Woden API
This section provided a tutorial example to show that Woden Java API does not support WSDL 2.0 Part 2: Adjuncts specifications.
2022-10-01, ∼159🔥, 0💬

<< < 2 3 4 5 6 7   ∑:157  Sort:Date