<< < 1 2 3 4 5 6 7 8 9 > >>   ∑:406  Sort:Rank

flickr.interestingness.getList - Usage Description
This section describes the free Web service flickr.interestingness.getList provided by Flickr. flickr.interestingness.getList allows you to obtain the list of interesting photos for the most recent day or a user-specified date.
2022-12-03, 100🔥, 0💬

flickr.interestingness.getList - Response in JSON Format
This section provides a tutorial example on obtaining today's interesting photos from Flickr in JSON (JavaScript Object Notation) format using the flickr.interestingness.getList Web service
2022-11-30, 100🔥, 0💬

Archived: SOAP 1.1 Request - Content-Length Too Small
This section provides a tutorial example of SOAP 1.1 request to use the GetSpeech Web service provided at xmlme.com. A 'Bad Request' error is received, if Content-Length is not enough to cover the entire XML message in the request.
2022-11-20, 116🔥, 0💬

flickr.interestingness.getList - Response Message Sample
This section provides a response message sample of flickr.interestingness.getList Web service.
2022-11-19, 100🔥, 0💬

SOAP Web Service Tutorials - Herong's Tutorial Examples
This book is a collection of notes and sample codes written by the author while he was learning SOAP Web service. Topics include introduction of SOAP specifications; SOAP modules, features, and message structure; SOAP Message Exchange Patterns; Python, Perl, PHP, and Java support of SOAP Web service...
2022-11-18, 25426🔥, 10💬

💬 2022-11-11 Herong: Peter, can you show use a sample of your request message?

💬 2022-11-08 Peter Roman: In SoapUI is possible encrypt Password and Created elements? I tried with "Outgoing WS-Security: Encryption - Parts table" but w...

💬 2016-12-24 Herong: Tan, you can try with this tutorial SoapUI Configuration for Messaging Encryption . Or dump the HTTP requests received from your...

💬 2016-12-22 Tan: Hi Herong, i have been trying to use SOAPUI to send encrypted message to my webservice (java) with asymmetric binding. When i us...

💬 2015-07-29 Herong: Andriy, to decrypt a cipher message encrypted with AES128-CBC, you need to get the Initialization Vector from the message sender...

(More comments ...)

What Is a Web Service
This section describes what is a Web service.
2022-11-13, 117🔥, 0💬

Perl SOAP::Lite for NumberToWords SOAP 1.1 Web Service
This chapter provides tutorial examples and notes on calling NumberToWords SOAP 1.1 Web service using SOAP::Lite. Topics include creating SOAP::Lite client object; calling SOAP Web service as a function; using SOAP::Data to control request parameter name; setting namespace; turning on trace for debu...
2022-11-10, 114🔥, 0💬

Testing SOAP::Lite Client Objects
This section provides a tutorial example on testing methods that are available on SOAP::Lite 0.710 client object.
2022-11-09, 122🔥, 0💬

"read(byteBuf) = -1" Not Working
This section provides a tutorial example of trying to use 'read(byteBuf) = -1' as the condition to stop reading the request on the server side. It will not work if the client keeps the connection open and waiting for the response.
2022-11-06, 116🔥, 0💬

Methods on SOAP::Lite Client Object
This section provides all methods that are available on SOAP::Lite 0.710 client object.
2022-11-05, 107🔥, 0💬

SOAP Encoding Attributes and Namespace
This section describes the namespace and attributes used in SOAP Encoding.
2022-11-05, 118🔥, 0💬

SOAP Features and Modules
This section describes what are SOAP features and modules..
2022-11-05, 108🔥, 0💬

SOAP Java Implementations: Axis and Apache WebService
This section describes SOAP Java Implementations: Axis and Apache WebService.
2022-11-04, 111🔥, 0💬

Perl SOAP::Lite for GetSpeech SOAP 1.1 Web Service
This chapter provides tutorial examples and notes on calling GetSpeech SOAP 1.1 Web service using SOAP::Lite. Topics include using on_action() function to provide call back function to generate correct SOAPAction header line; using SOAP::Data class to create parameter elements with specific names an...
2022-11-02, 113🔥, 0💬

GetSpeech_SOAP_1_1.pl - SOAP::Lite for SOAP 1.1 Web Service
This section provides a tutorial example on how to use the SOAP::Data class to build the request parameter element with correct element name and a namespace. My first SOAP::Lite program works now with the GetSpeech Web service.
2022-11-01, 109🔥, 0💬

Archived: Calling GetSpeech SOAP 1.2 with SAAJ
This section provides a tutorial example on how to call the GetSpeech SOAP 1.2 Web service provided at xmlme.com with the SOAPConnection class defined in SAAJ.
2022-10-31, 122🔥, 0💬

SOAP::Lite Tracing Functions
This section provides a tutorial example on how to use the SOAP::Lite tracing function to dump tracing information of the communication session for debugging.
2022-10-30, 111🔥, 0💬

Archived: SOAP 1.1 Request and Response of GetSpeech
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.xmlme.com. The response of GetSpeech received looks very nice.
2022-10-30, 118🔥, 0💬

GetSpeech Failed - Incorrect Parameter Name c-gensym
This section provides a tutorial example on how to use a SOAP::Lite client to call a Web service with correct SOAPAction. But the test failed because of incorrect input parameter name c-gensym.
2022-10-27, 113🔥, 0💬

PHP 7.0.2 by The PHP Group
This section describes a tutorial to test SOAP Support in PHP 7.0.2 for Windows systems.
2022-10-25, 111🔥, 0💬

soapversion('1.2') Sets Correct Envelope namespace
This section provides a tutorial example on how to use soapversion('1.2') to tell service() to use the correct namespace for the Envelope.
2022-10-25, 107🔥, 0💬

GetSpeech Worked - Using SOAP::Data Class and on_action() Function
This section provides a tutorial example on how to use the SOAP::Data class to build the request parameter element with correct element name and a namespace. My first SOAP::Lite program works now with the GetSpeech Web service.
2022-10-25, 111🔥, 0💬

Axis Installation Requirements on Windows
This section describes the requirements of installing Axis on Windows systems.
2022-10-23, 108🔥, 0💬

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

<< < 1 2 3 4 5 6 7 8 9 > >>   ∑:406  Sort:Rank