<< < 2 3 4 5 6 7 8 9 10 11 12 > >>   ∑:406  Sort:Rank

Calling WSDL Operation Directly
This section provides a tutorial example on how to call an operation defined in a WSDL document as an object function on the SoapClient object created from the WSDL document.
2022-10-07, 128🔥, 0💬

SOAP Fault Message Structure
This section provides a description of the SOAP fault message structure and a sample message.
2022-10-07, 242🔥, 0💬

WS-Security X.509 Certificate Token
This chapter provides tutorial examples and notes on WS-Security X.509 Certificate Token. Topics include introduction of WS-Security X.509 Certificate Token specification; XML signature and encryption specifications; private-public key pair and self-signed certificates; Using X.509 certificate token...
2022-10-07, 158🔥, 0💬

Generating SOAP Test Request
This section provides a tutorial example on how to generate a test SOAP request against an operation defined in a WSDL document using SoapUI.
2022-10-07, 123🔥, 0💬

Perl Socket Test Program for HTTP and SOAP
This chapter provides tutorial notes and example codes on the Perl socket test program for HTTP and SOAP communications. Topics include writing a simple Perl socket test program; sending HTTP 1.0 and HTTP 1.1 requests; sending SOAP 1.1 and SOAP 1.2 requests; fixing the issue caused by Content-Length...
2022-10-06, 131🔥, 0💬

SOAP::Transport::HTTP - SOAP Server with HTTP Protocol
This section provides a tutorial example on how to use the SOAP::Transport::HTTP module to create a SOAP server with the HTTP protocol.
2022-10-06, 154🔥, 0💬

DEFAULT_HTTP_CONTENT_TYPE='application/soap+xml'
This section provides a tutorial example on how to override the constant DEFAULT_HTTP_CONTENT_TYPE in the SOAP::Lite module to use 'application/soap+xml' for SOAP 1.2.
2022-10-06, 119🔥, 0💬

Using HttpURLConnection to Call SOAP 1.2
This section provides a tutorial example on how to use the java.net.HttpURLConnection class to call SOAP 1.2 Web services.
2022-10-06, 160🔥, 0💬

Calling NumberToWords SOAP 1.1 Web Service
This section provides a tutorial example on how to run HttpURLConnection11.java to call the NumberToWords SOAP 1.1 Web service provided by dataaccess.com.
2022-10-06, 115🔥, 0💬

Message Styles Supported in SOAP::Lite
This section describes message types supported in SOAP::Lite: rpc/encoded, rpc/literal, document/encoded, and document/literal.
2022-10-06, 116🔥, 0💬

Request-Response Message Exchange Pattern
This section describes the SOAP Request-Response Message Exchange Pattern, its properties and processing rules.
2022-10-06, 115🔥, 0💬

Using SOAP Encoding in SOAP Messages
This section describes an example on how SOAP Encoding can be used in SOAP messages.
2022-10-06, 124🔥, 0💬

What Is WS-Security Username Token Profile
This section describes the WS-Security Username Token Profile standard describing the profile (specific mechanisms and procedures) on username and password can be passed and how to prevent replay attacks.
2022-10-06, 162🔥, 0💬

What Is WS-Security (WSS)
This section describes WS-Security (WSS) standard - a SOAP extension standard that defines building blocks to implement SOAP message content integrity and confidentiality.
2022-10-06, 156🔥, 0💬

SOAP Generic Message Structure
This section provides a description of the SOAP generic message structure and a sample message.
2022-10-06, 142🔥, 0💬

SOAP 1.1 Request and Response of GetTemp
This section provides a tutorial example on how to use SocketRequestResponse.pl to send a SOAP 1.1 request for the GetSpeech Web service provided by www.herongyang.com.
2022-10-05, 115🔥, 0💬

Perl SOAP::Lite for WSDL
This chapter provides tutorial examples and notes on using SOAP::Lite in WSDL mode. Topics include calling service() method to load WSDL document; calling soapversion() to use SOAP 1.2 standard.
2022-10-05, 124🔥, 0💬

Error: Object reference not set to an instance of an object
This section provides a tutorial example to try to use a SOAP 1.2 Web service with a service() call to the WSDL document. The test failed a System.NullReferenceException.
2022-10-05, 109🔥, 0💬

SOAP Message Transmission and Processing
This chapter provides quick descriptions on SOAP protocol binding, message distribution model, extension features and modules.
2022-10-05, 117🔥, 0💬

HelloServer12.php - SOAP 1.2 Server Application
This section describes a tutorial example of a complete SOAP application with both server and client programs using SOAP 1.2.
2022-10-05, 141🔥, 0💬

Capturing the HTTP Request from a Browser
This section provides a tutorial example on how to capture the HTTP request generated from a Web browser like Firefox with the socket server test program.
2022-10-05, 123🔥, 0💬

Installing SOAP::Lite 0.710 to Support SOAP 1.2
This section provides a tutorial example on how to install SOAP::Lite 0.710.08 on Windows system using Perl Package Manager. SOAP::Lite 0.710 supports SOAP 1.2 with soapversion('1.2') function.
2022-10-05, 113🔥, 0💬

Examples of HTTP 1.0 Requests and Responses
This section provides some tutorial examples of HTTP 1.0 requests and responses. Google and Wikipedia are still supporting HTTP 1.0 protocols.
2022-10-05, 145🔥, 0💬

Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book.
2022-10-05, 138🔥, 0💬

<< < 2 3 4 5 6 7 8 9 10 11 12 > >>   ∑:406  Sort:Rank