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

Java Socket and HttpURLConnection for SOAP
This chapter provides tutorial examples and notes on using java.net.Socket and java.net.HttpURLConnection classes to send HTTP requests with SOAP XML messages. Topics include writing socket client and server programs for request and response communication; writing HttpURLConnection programs to send ...
2022-10-05, 158🔥, 0💬

flickr.interestingness.getList - HTTP Request Sample
This section provides a request message sample of flickr.interestingness.getList Web service.
2022-10-05, 101🔥, 0💬

GetSpeech Failed - Incorrect SOAPAction Header Line
This section provides a tutorial example on how to use a SOAP::Lite client to reach a Web service end point with the proxy parameter. But the test failed because of incorrect SOAPAction value.
2022-10-05, 108🔥, 0💬

Using Interface Viewer on Bindings
This section provides a tutorial example on how to use SoapUI Interface Viewer against a binding defined in a WSDL document. The overview tab gives a summary of information about the binding.
2022-10-05, 114🔥, 0💬

SOAP Data Model
This chapter describes what is SOAP data model.
2022-10-04, 131🔥, 0💬

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, 110🔥, 0💬

SoapTcpClient.pl - SOAP Client Example with TCP Protocol
This section provides a tutorial example on how to use the SOAP::Lite module to create a SOAP client program, SoapTcpClient.pl, with the TCP protocol.
2022-10-04, 114🔥, 0💬

Using Socket Program to Request Parameter Name
This section provides a tutorial example on how to use my socket test program, SocketRequestResponseBinary.pl ,to play with the SOAP 1.1 request generated in the trace output of my SOAP::Lite test program.
2022-10-04, 111🔥, 0💬

default_ns() - Setting Namespace for Body Elements
This section provides a tutorial example on how to set Body sub elements under a default namespace of any specified URI - Using the default_ns() function.
2022-10-04, 116🔥, 0💬

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, 122🔥, 0💬

SOAP Distributed Processing Model
This section describes the SOAP processing model - SOAP messages are distributed from one node to another node.
2022-10-04, 115🔥, 0💬

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, 122🔥, 0💬

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, 144🔥, 0💬

Password Digest Validation Program
A Java program, WsuPasswordDigestValidation.ja va,is provided in this tutorial to demonstrate how the WSU Password Digest value is calculated. It can also be used to manually valid any WSS request that uses the Username Token.
2022-10-04, 160🔥, 0💬

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, 228🔥, 0💬

What Is SOAP::Lite
This section describes what is SOAP::Lite - A collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both on client and server side.
2022-10-04, 107🔥, 0💬

Generating Username Token with SoapUI
This section provides a tutorial example on how to generate Username token and insert it into SOAP request header by adding outgoing WS-Security configuration entry to request message in SoapUI.
2022-10-04, 189🔥, 0💬

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, 152🔥, 0💬

SOAP 1.1 Request - Content-Length Too Large
This section provides a tutorial example of SOAP 1.1 request to use the GetSpeech Web service provided at xmlme.com. Communication hangs if Content-Length is larger than the number of bytes in the request content, because the server will wait forever for more data.
2022-10-04, 150🔥, 0💬

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, 179🔥, 0💬

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, 176🔥, 0💬

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, 144🔥, 0💬

SOAP HTTP Binding
This chapter describes SOAP HTTP Binding and mapping rules for SOAP Message Exchange Patterns.
2022-10-04, 141🔥, 0💬

Examples of HTTP 1.1 Requests and Responses
This section provides some tutorial examples of HTTP 1.1 requests and responses. Real examples from perl.org and w3.org Web sites are included.
2022-10-04, 204🔥, 0💬

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