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

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, ∼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💬

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

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, ∼157🔥, 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, ∼156🔥, 0💬

Using Web Methods to Invoke RPC
This section provides some examples of using Web methods to invoke RPC.
2022-10-18, ∼156🔥, 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, ∼156🔥, 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💬

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

NumberToWords Failed - Invalid namespace ""
This section provides a tutorial example on how to use the SOAP::Data class to build the request parameter element with correct element name. But the test failed with an error: Invalid namespace ''.
2022-10-09, ∼153🔥, 0💬

What Is PHP SOAP Extension
This section describes what is PHP SOAP Extension.
2022-10-14, ∼152🔥, 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, ∼151🔥, 0💬

NumberToWords_localhost.pl - Testing on Local Host
This section provides a tutorial example on how to generate the NumberToWords request without using the real Web service server - Letting the connection fail with a localhost proxy URL.
2022-10-08, ∼151🔥, 0💬

GetGMTbyCountry - Request Message Sample
This section provides a request message sample of GetGMTbyCountry Web service.
2022-10-01, ∼151🔥, 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, ∼149🔥, 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, ∼148🔥, 0💬

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

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

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