< 1 2 3 4 5 6 7 > >>   ∑:157  Sort:Date

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

First Example - Hello
This section provides a tutorial example on writing the very first WSDL 1.1 example that uses SOAP 1.1 over HTTP to send a hello message and receive a hello message back.
2016-03-28, 526🔥, 1💬

PHP SOAP Extension for WSDL
This chapter provides tutorial notes and example codes on SOAP Extension in PHP. Topics include downloading and installing PHP; configuring SOAP Extension; loading WSDL 2.0 documents and getting errors.
2016-02-08, 494🔥, 1💬

Perl SOAP::Lite for WSDL
This chapter provides tutorial notes and example codes on 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, 480🔥, 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, 474🔥, 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, 456🔥, 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, 452🔥, 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, 442🔥, 0💬

SoapUI - Web Service Testing Tool
This chapter provides tutorial notes and example codes on SoapUI. Topics include introduction of SoapUI features; downloading and installing SoapUI; loading WSDL 2.0 documents and getting errors.
2016-03-11, 426🔥, 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, 414🔥, 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, 402🔥, 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, 396🔥, 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, 391🔥, 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, 380🔥, 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, 378🔥, 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, 362🔥, 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, 354🔥, 0💬

What Is WSDL 1.1
This section describes what is a WSDL 1.1 - Version 1.1 of WSDL (Web Services Definition Language is a language that can be used to define Web services as WSDL documents.
2021-11-19, 352🔥, 1💬

💬 2021-11-19 siva: hi

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

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

org.apache.axis2.client.ServiceClient Class
This section describes client side programming class, org.apache.axis2.client.Servic eClient,which represents a single Web service with a specific port. ServiceClient allows you to invoke operations defined in the service.
2022-10-01, 332🔥, 0💬

org.apache.axis2.client.Options - Operation Client Options
This section describes 3 other Axis2 classes: org.apache.axis2.description.A xisService,org.apache.axis2.client.Option sand org.apache.axis2.addressing.En dpointReference.
2022-10-01, 326🔥, 0💬

What Is WSDL 2.0
This section describes what is a WSDL 2.0 - Version 2.0 of WSDL (Web Services Definition Language is a language that can be used to define Web services as WSDL documents.
2021-01-19, 326🔥, 1💬

Convert WSDL 1.1 to 2.0 with Woden API
This section provided a tutorial example to show to invoke the org.apache.woden.tool.converte r.Convertclass from Woden Java API to convert WSDL 1.1 documents to WSDL 2.0.
2022-10-01, 320🔥, 0💬

< 1 2 3 4 5 6 7 > >>   ∑:157  Sort:Date