1 2 3 4 5 6 > >>   ∑:404  Sort:Rank

Discontinued: Currency Converter by kowabunga.net
This chapter provides a quick introduction of the free Web service, Currency Converter. Topics include usage description of Currency Exchange Converter; request message sample; response message sample.
2024-07-10, 810🔥, 3💬

💬 2024-07-10 Ofer: Any other free currency converter using SOAP (i.e. WSDL that defines a free publicly available service)?

💬 2023-12-16 abdelkader belhaj: thank u

NDFDgen - Usage Description
This section describes the free Web service NDFDgen provided by weather.gov. NDFDgen allows you to retrieve returns US National Weather Service digital weather forecast data for a single location in US.
2024-05-02, 232🔥, 2💬

💬 2024-05-02 Herong: @gary@gocek.org, this WSDL is still available. However it has been moved to a new address: https://graphical.weather.gov/xml/DW M...

💬 2024-04-29 gary@gocek.org: Does that WSDL still open? I have been having trouble with the NOAA web service since mid-April, 2024.

"Hello" Web Service
"Hello" is an XML document based Web service for testing purpose only. High level information about this "Hello" Web service: WSDL Document: Hello_WSDL_11_SOAP.wsdl . WSDL Version: 1.1 WSDL Binding Extension: SOAP 1.1 Transportation: SOAP 1.1 over HTTP Operation Name: Hello Operation Style: default ...
2024-02-06, 5095🔥, 2💬

"PUG SOAP" Web Service for PubChem Database
This chapter provides a quick introduction of free Web service 'PUG SOAP' provided by nih.gov for PubChem database. Topics include list of 30 operations and parameters; tutorial examples on using MFSearch(), GetOperationStatus(), GetIDList(), Download(), GetDownloadUrl() and InputListText() operatio...
2024-02-05, 170🔥, 1💬

💬 2024-02-05 Mero: http://pubchem.ncbi.nlm.nih.gov/Assa yDownload

"Calculator" - WSDL and Operations
This section describes the free Web service 'Calculator' provided by dneonline.com. It supports 4 basic integer operations: Add, Subtract, Multiply and Divide.
2024-01-21, 445🔥, 0💬

Dump SOAP Request and Response Messages
This section provides a tutorial example on how to dump SOAP request and response messages with the Zeep Python library.
2024-01-21, 171🔥, 0💬

Online Testing Tool for Web Services
This section describes the online testing tool for Web services provided by soapclient.com. It can parse a given WSDL document and provide you an input form invoke its services.
2024-01-21, 163🔥, 0💬

DataFlex - "FullCountryInfo" Operation
This section provides a tutorial example on how to use the 'FullCountryInfo' operation of the free Web service 'DataFlex' provided by oorsprong.org.
2024-01-21, 158🔥, 0💬

"Calculator" Example - "Add" Operation
This section provides a tutorial example on how to use the 'Add' operation of the free Web service 'Calculator' provided by dneonline.com.
2024-01-21, 155🔥, 0💬

DataFlex Web Service for Country Information
This chapter provides a quick introduction of free Web services 'DataFlex' provided by oorsprong.org with 21 operations to retrieve country information.
2024-01-21, 155🔥, 0💬

Parsing WSDL Documents with Zeep Library
This section provides a tutorial example on how to parse WSDL documents and print out available services using Zeep default script. Zeep library supports WSDL 1.1 documents, not WSDL 2.0 documents.
2024-01-21, 154🔥, 0💬

Mock Registration - SOAP 1.2 with Document Style 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.2 and described in WSDL 1.1
2024-01-21, 151🔥, 0💬

Python SOAP Client: Zeep
This chapter provides tutorial notes and example codes on Zeep Python library for WSDL. Topics include introduction of Zeep library; installing Python 3 engine and Zeep library; parsing WSDL 1.1 documents with Zeep default script; invoking WSDL 1.1 services and their operations.
2024-01-21, 146🔥, 0💬

TempConvert Web Service for Temperature Conversion
This chapter provides a quick introduction of free Web services 'TempConvert' provided by w3schools.com with 2 operations: CelsiusToFahrenheit and FahrenheitToCelsius.
2024-01-21, 144🔥, 0💬

"Calculator" for 4 Integer Operations
This chapter provides a quick introduction of free Web services 'Calculator' provided by dneonline.com with 4 integer operations.
2024-01-21, 143🔥, 0💬

Invoking WSDL Services with Zeep Library
This section provides a tutorial example on how to create a Zeep client object with a WSDL URL, access a given service, and invoke a given operation.
2024-01-21, 141🔥, 0💬

TempConvert - "FahrenheitToCelsius" Operation
This section provides a tutorial example on how to use the 'ListOfCountryNamesByName' operation of the free Web service 'DataFlex' provided by oorsprong.org.
2024-01-21, 140🔥, 0💬

Hello_WSDL_11_SOAP - The Simplest Mock Service
This section describes the free Web service 'Hello' provided by herongyang.com. It's the simplest Web service based on SOAP 1.1 and described in WSDL 1.1
2024-01-21, 139🔥, 0💬

Operations Provided by DataFlex Web Service
This section describes the free Web service 'DataFlex' provided by oorsprong.org. It supports 21 operations to retrieve country information, including names, capitals, languages, currencies, flags, phone codes, etc..
2024-01-21, 138🔥, 0💬

Mock Web Services - herongyang.com/Service
This chapter provides a quick introduction of free mock Web services provided by herongyang.com. Topics include usage description of the simplest Hello Web service; mock Web services with SOAP 1.1/1.2 standards using Document and RPC styles described in WSDL 1.1 documents.
2024-01-21, 137🔥, 0💬

Test DataFlex with Zeep Python Library
This section provides a tutorial example on how to test the free Web service 'DataFlex' provided by oorsprong.org using the Zeep Python library.
2024-01-21, 136🔥, 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, 133🔥, 0💬

"SoapResponder" and Web Service Test Tool
This chapter provides a quick introduction of free mock Web services 'SoapResponder' and online test tool provided by soapclient.com.
2024-01-21, 133🔥, 0💬

What Is Zeep Python Library
This section describes the Zeep Python library a fast and modern Python SOAP client.
2024-01-21, 132🔥, 0💬

1 2 3 4 5 6 > >>   ∑:404  Sort:Rank