<< < 12 13 14 15 16 17   ∑:406  Sort:Date

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

Axis Installation Requirements on Windows
This section describes the requirements of installing Axis on Windows systems.
2022-10-23, 109🔥, 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, 109🔥, 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💬

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

Mock GetExchangeRate - SOAP 1.1 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.1 and described in WSDL 1.1
2024-01-21, 107🔥, 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💬

Bitcoin Blockchain Data API - Usage Description
This section describes the free Web service, Bitcoin Blockchain Data API, provided by blockchain.info. It allows you to browse/explorer the Bitcoin blockchain and submit transactions to transfer Bitcoin funds.
2024-01-21, 100🔥, 0💬

Get Bitcoin Block Data
This section provides a tutorial example on how to use the Get Bitcoin Block Data operation provided by blockchain.info.
2024-01-21, 100🔥, 0💬

Get Bitcoin Transaction Data
This section provides a tutorial example on how to use the Get Bitcoin Transaction Data operation provided by blockchain.info.
2024-01-21, 100🔥, 0💬

Get Bitcoin Wallet Content
This section provides a tutorial example on how to use the Get Wallet Content operation provided by blockchain.info.
2024-01-21, 100🔥, 0💬

"PUG SOAP" Web Service by PubChem of nih.gov
This section describes the free Web service 'PUG SOAP' provided by by PubChem of nih.gov. It supports 30 operations to perform search and analysis on PubChem database.
2024-01-21, 100🔥, 0💬

PubChem-SOAP.py - Submit SOAP Request
This section provides a tutorial example on how to submit a request to invoke a PUG SOAP operation using the Zeep Python library.
2024-01-21, 100🔥, 0💬

GetOperationStatus(key) and GetStatusMessage(key)
This section provides a tutorial example on how to check the status of an asynchronous operation submitted previously using the GetOperationStatus(key) and GetStatusMessage(key) operations.
2024-01-21, 100🔥, 0💬

GetListItemsCount(key) and GetIDList(key)
This section provides a tutorial example on how to retrieve the result of an asynchronous search operation executed previously using the GetListItemsCount(key) and GetIDList(key) operations.
2024-01-21, 100🔥, 0💬

Download(key, format) and GetDownloadUrl(key, format)
This section provides a tutorial example on how to generate download file and get the download URL for matched record IDs of an asynchronous search operation executed previously using the Download(key, format) and GetDownloadUrl(key) operations.
2024-01-21, 100🔥, 0💬

InputListText(ids, type) - Search Records by IDs
This section provides a tutorial example on how to 'search' records by a list of IDs and download record details using the InputListText(ids, type) operation.
2024-01-21, 100🔥, 0💬

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💬

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

Constructing Image Source URL on Flickr
This section provides a tutorial example on constructing the image source URL for a Flickr photo using farm ID, server ID, photo ID and secret code of the photo.
2022-10-11, 100🔥, 0💬

<< < 12 13 14 15 16 17   ∑:406  Sort:Date