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

MockService - Web Service Simulator
This section provides a tutorial example on how to create a Web service simulator, MockService, with SoapUI, to return a mock response.
2023-11-07, 643🔥, 2💬

💬 2023-02-22 Pranav: Hello

A Sample WSDL 1.1 Document
This section describes a sample WSDL 1.1 document, which defines a Web service, helloService, with an operation called Hello.
2023-06-13, 1053🔥, 2💬

💬 2023-06-13 Lmao: 10/10

💬 2021-08-11 peter pepper: greetings

Downloading and Installing Axis2/Java
This section provides a tutorial example on how to download and install Axis2/Java to a Windows systems that has JDK available.
2023-03-15, 1206🔥, 1💬

"soap:operation" - SOAPAction Header Line
This section describes 'soap:operation', a SOAP extension element that specifies additional binding information at the operation level. soapAction='uri' is a required attribute for SOAP 1.1 over HTTP.
2022-10-01, 1141🔥, 0💬

Installing SOAP::Lite Package
This section describes a tutorial on how to check and install the SOAP::Lite package.
2022-10-01, 693🔥, 0💬

"portType" - Port Type Definition Element
This section describes 'portType', a definition element that defines a port type with one or multiple operations. An operation is defined with input-output pattern. An input or output is defined to be of a given message type.
2022-10-01, 551🔥, 0💬

SoapVar Constructor - Creating Encoded Values
This section provides a tutorial example on how to create input parameters with type encoded values. Built-in types are XSD_STRING, XSD_BOOLEAN, XSD_DECIMAL, XSD_DATE, XSD_ANYXML, etc.
2022-10-01, 486🔥, 0💬

rpc/encoded Example - Get Exchange Rate
This section provides a tutorial example on writing a WSDL 1.1 example that uses SOAP 1.2 over HTTP with rpc/encoded as the message style and the encoding option.
2022-10-01, 486🔥, 0💬

WSDL 1.1 and SOAP 1.2 Examples - Document and RPC Styles
This chapter provides tutorial notes and example codes on WSDL 1.1 Binding Extension for SOAP 1.2. Topics include SOAP Body message styles and encoding options; 'document' vs. 'rpc' styles; 'literal' vs. 'encoded' encoding options; 'document'/'literal' WSDL 1.1 example; 'rpc'/'encoded' WSDL 1.1 exam...
2022-10-01, 485🔥, 0💬

elementFormDefault="qualified" - Refill Order
This section provides a tutorial example on how to write a WSDL 1.1 example that uses SOAP 1.1 over HTTP with style='document' and elementFormDefault='qualified' in the schema to use qualified names for sub elements in SOAP Body.
2022-10-01, 415🔥, 0💬

Perl SOAP::Lite for WSDL
This chapter provides tutorial notes and example codes Perl SOAP::Lite for WSDL. Topics include introduction of Perl SOAP::Lite; installing Perl and SOAP::Lite; loading WSDL 2.0 documents and getting errors.
2022-10-01, 406🔥, 0💬

"soap12:binding" - Binding Message Style and Transportation
This section describes 'soap12:binding', a SOAP extension element that specifies the binding message protocol and the transportation protocol, SOAP 1.2 over HTTP, for example.
2022-10-01, 388🔥, 0💬

"soap12:address" - Location of Service
This section describes 'soap12:address', a SOAP extension element that specifies an address where Web service is located.
2022-10-01, 388🔥, 0💬

"soap12:operation" - SOAPAction Header Line
This section describes 'soap12:operation', a SOAP extension element that specifies additional binding information at the operation level. soapAction='uri' is not a required attribute for SOAP 1.2 over HTTP.
2022-10-01, 380🔥, 0💬

What Is Axis2
This section describes the popular open source Web service framework developed by Apache, Axis2, with 2 implementations Axis2/Java and Axis2/C.
2022-10-01, 352🔥, 0💬

SOAP Body and Operation Name - Book Reservation
This section provides a tutorial example on writing a WSDL 1.1 example that uses SOAP 1.1 over HTTP with style='document' and operation name as the first level element name in SOAP Body to help RPC method based client API like SOAP::Lite.
2022-10-01, 349🔥, 0💬

"soap12:body" - Binding for SOAP Body
This section describes 'soap12:body', a SOAP extension element that specifies how the SOAP Body should be constructed in the SOAP message for an operation input and output. 'literal' means no encoding.
2022-10-01, 348🔥, 0💬

Downloading and Installing PHP
This section provides a tutorial example on how to download and install PHP on a Windows system.
2022-10-01, 341🔥, 0💬

Turning Off the Chunked HTTP Flag
This section provides a tutorial example on how to turn off the Chunked HTTP flag to fix the 'Transport error: 411 Error: Length Required' error.
2022-10-01, 332🔥, 0💬

Capturing the HTTP Request from an Axis2 Client Program
This section provides a tutorial example on how to capture the HTTP request generated from an Axis2 client program with the socket server test program.
2022-10-01, 314🔥, 0💬

Generating HTML Documentations On Bindings
This section provides a tutorial example on how to use SAXON 9.1.0.6 from Saxonica against a binding to generate an HTML documentation of a WSDL document. SAXON 9.1.0.6 is integrated in SoapUI.
2022-10-01, 312🔥, 0💬

What Is Apache Woden - WSDL Parser API
This section describes Apache Woden 1.0, a Java API for reading, manipulating, creating and writing WSDL documents.
2022-10-01, 296🔥, 0💬

Using WSDL Document in Java Apache Axis2/Java for WSDL
This chapter provides tutorial notes and example codes on Apache Axis2/Java for WSDL. Topics include introduction of Axis2; downloading and installing Axis2; reviewing of org.apache.axis2.client.Servic eClientClass; creating a ServiceClient object from a WSDL 2.0 document.
2022-10-01, 284🔥, 0💬

"soap:header" - Binding for SOAP Header
This section describes 'soap:header', a SOAP extension element that specifies how the SOAP Header should be constructed in a SOAP message. 'literal' means no encoding.
2022-10-01, 273🔥, 0💬

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