Popular Books:
 Archived Tutorials
Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book.  2022-10-05, ∼213🔥, 0💬
 flickr.interestingness.getList - HTTP Request Sample
flickr.interestingness.getList - HTTP Request Sample
This section provides a request message sample of flickr.interestingness.getList Web service.  2022-10-05, ∼103🔥, 0💬
 SOAP Data Model
SOAP Data Model
This chapter describes what is SOAP data model.  2022-10-04, ∼225🔥, 0💬
 Testing service() Function Locally
Testing service() Function Locally
This section provides a tutorial example on how to test the service() function with a local WSDL document file with a local URL.  2022-10-04, ∼163🔥, 0💬
 What Is SOAP RPC Presentation
What Is SOAP RPC Presentation
This section describes what is SOAP RPC Presentation and how to represent RPC (Remote Procedure Call) with SOAP messages.  2022-10-04, ∼170🔥, 0💬
 SOAP Distributed Processing Model
SOAP Distributed Processing Model
This section describes the SOAP processing model - SOAP messages are distributed from one node to another node.  2022-10-04, ∼169🔥, 0💬
 Calling NumberToWords SOAP 1.2 Web Service
Calling NumberToWords SOAP 1.2 Web Service
This section provides a tutorial example on how to run HttpURLConnection12.java to call the NumberToWords SOAP 1.2 Web service provided by dataaccess.com.  2022-10-04, ∼190🔥, 0💬
 Dumping SOAP Request and Response
Dumping SOAP Request and Response
This section provides a tutorial example of how to dump the actual SOAP request and response message after calling a WSDL operation in RPC style.  2022-10-04, ∼296🔥, 0💬
 Call WSDL Operation with SoapClient::__doRequest()
Call WSDL Operation with SoapClient::__doRequest()
This section provides a tutorial example on how to call an operation defined in a WSDL document using the __doRequest(request,...) function.  2022-10-04, ∼429🔥, 0💬
 SOAP Communication Model
SOAP Communication Model
This section describes what is SOAP (Simple Object Accessing Protocol) - A client-server communication protocol to access remote objects.  2022-10-04, ∼238🔥, 0💬
 Installing SOAP Extension on Windows
Installing SOAP Extension on Windows
This section describes a tutorial on how to install php_soap.dll with PHP 5.0.4 on a Windows system.  2022-10-04, ∼309🔥, 0💬
 SOAP Header Element "Security"
SOAP Header Element "Security"
This section describes the SOAP header element 'Security' introduced in WS-Security as container to pass all security related information.  2022-10-04, ∼341🔥, 0💬
 Unsupported Media Type: "application/soap"
Unsupported Media Type: "application/soap"
This section provides a tutorial example showing the Unsupported Media Type 'application/soap' error, when using SOAP::Lite with soapversion('1.2').  2022-10-04, ∼218🔥, 0💬
 SOAP HTTP Binding
SOAP HTTP Binding
This chapter describes SOAP HTTP Binding and mapping rules for SOAP Message Exchange Patterns.  2022-10-04, ∼238🔥, 0💬
Popular Posts:
This chapter provides tutorial notes and example codes on the SHA1 message digest algorithm. Topics ...
This section provides a tutorial example on how to open a UTF-8 text file with Nodepad correctly by ...
This section provides a tutorial example on how to write a HTTPS server test program, HttpsHello.jav...
This chapter provides tutorial notes on JVM statistics monitoring tools. Topics include listing JVM ...
This section provides a tutorial example on how to use the MimeHeaders class and the addHeader() met...