<< < 11 12 13 14 15 16 17 >   ∑:404  Sort:Date

SocketRequestResponse.pl - Socket Level Testing Program
This section provides a tutorial example on how to write a Perl program using socket interface to send a request and receive a response.
2022-10-14, ∼168🔥, 0💬

Perl SOAP::Lite 0.710 for SOAP 1.2 Web Services
This chapter provides tutorial examples and notes on using SOAP::Lite for SOAP 1.2 Web services. Topics include installing SOAP 7.10; testing methods available on client objects; using soapversion() and envprefix() to generate SOAP 1.2 requests; using default_ns() to set default namespace; using DEF...
2022-10-10, ∼168🔥, 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, ∼168🔥, 0💬

SoapResponder - Echo 2 Parameters
This section describes the free Web service 'SoapResponder' provided by soapclient.com. It echos back 2 parameters from the request.
2024-01-21, ∼167🔥, 0💬

RPC Response Messages
This section provides some examples of using RPC (Remote Procedure Call) response messages.
2022-10-11, ∼167🔥, 0💬

SOAP PHP Implementations: PEAR::Package::SOAP and NuSOAP
This section provides some notes on SOAP PHP Implementations: PEAR::Package::SOAP and NuSOAP.
2022-10-11, ∼166🔥, 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, ∼166🔥, 0💬

SOAP::Data - Utility Class to Generate XML Elements
This section provides a tutorial example on how to use the SOAP::Data class to generate the parameter element with the correct element name. The SOAP::Data class is a utility that allows you generated XML elements with correct name, attributes and sub elements.
2022-10-19, ∼165🔥, 0💬

ChangeLengthUnit - Response Message Sample
This section provides a response message sample of ChangeLengthUnit Web service.
2022-10-01, ∼165🔥, 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, ∼163🔥, 0💬

Archived: SOAP 1.2 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-18, ∼163🔥, 0💬

GetMortgagePayment - Response Message Sample
This section provides a response message sample of GetMortgagePayment Web service.
2022-10-01, ∼163🔥, 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, ∼161🔥, 0💬

SOAP Perl Implementation - SOAP::Lite
This section describes the SOAP Perl implementation - SOAP:Lite and its features.
2022-10-17, ∼161🔥, 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, ∼160🔥, 0💬

Mock GetExchangeRate - SOAP 1.2 with RPC Style in WSDL_1.1
This section describes the free Web service 'GetExchangeRate' provided by herongyang.com. It' mocks a reservation service based on SOAP 1.2 and described in WSDL 1.1
2024-01-21, ∼158🔥, 0💬

Test TempConvert with Zeep Python Library
This section provides a tutorial example on how to test the free Web service 'TempConvert' provided by w3schools.com using the Zeep Python library.
2024-01-21, ∼158🔥, 0💬

NumberToWords_SOAP_1_2.pl - SOAP::Lite for SOAP 1.2 Web Service
This section provides a tutorial example on how to use SOAP::Lite 0.710 to call a SOAP 1.2 Web service, NumberToWords, provided by at dataaccess.com
2022-10-18, ∼158🔥, 0💬

GetGMTbyCountry - Request Message Sample
This section provides a request message sample of GetGMTbyCountry Web service.
2022-10-01, ∼158🔥, 0💬

Mock Reservation - SOAP 1.1 with Document Style in WSDL_1.1
This section describes the free Web service 'Reservation' provided by herongyang.com. It' mocks a reservation service based on SOAP 1.1 and described in WSDL 1.1
2024-01-21, ∼157🔥, 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, ∼157🔥, 0💬

Mock Reservation - SOAP 1.2 with Document Style in WSDL_1.1
This section describes the free Web service 'Reservation' provided by herongyang.com. It' mocks a reservation service based on SOAP 1.2 and described in WSDL 1.1
2024-01-21, ∼154🔥, 0💬

Mock Registration - SOAP 1.1 with Document Style Described in WSDL_1.1
This section describes the free Web service 'Registration' provided by herongyang.com. It' mocks a registration service based on SOAP 1.1 and described in WSDL 1.1
2024-01-21, ∼154🔥, 0💬

NumberToWords Worked - Setting Namespace and Parameter
This section provides a tutorial example on how to use the SOAP::Data class to build the request parameter element with correct namespace and correct element name.
2022-12-12, ∼153🔥, 0💬

<< < 11 12 13 14 15 16 17 >   ∑:404  Sort:Date