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

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, ∼509🔥, 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, ∼506🔥, 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, ∼488🔥, 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, ∼474🔥, 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, ∼472🔥, 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, ∼449🔥, 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, ∼448🔥, 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, ∼431🔥, 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, ∼428🔥, 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, ∼426🔥, 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, ∼421🔥, 0💬

WSDL 1.1 and SOAP 1.1 Examples - Document and RPC Styles
This chapter provides tutorial notes and example codes on WSDL 1.1 Binding Extension for SOAP 1.1. 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, ∼394🔥, 0💬

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

AXIOM (AXIs Object Model)
This section describes AXIOM (AXIs Object Model) that allows us to build and parse XML elements represented as AXIOM objects.
2022-10-01, ∼382🔥, 0💬

List of APIs and Tools for WSDL 1.1 and 2.0
This section provides a list of programming APIs and testing tools that support WSDL documents. Most of them support only WSDL 1.1, not WSDL 2.0.
2022-10-01, ∼377🔥, 0💬

What Is SoapUI
This section describes a Web service testing tool, SoapUI, which can be used to inspect WSDL documents, invoke Web service, and simulate Web service.
2022-10-01, ∼375🔥, 0💬

Apache Woden for WSDL Documents in Java
This chapter provides tutorial notes and example codes on Apach Woden, a Java API for parsing WSDL 2.0 documents. Topics include introduction of Apache Woden; Java API for WSDL 2.0 component model and test program; Java API for WSDL 2.0 element model and test program; using Apache Woden to validate ...
2022-10-01, ∼374🔥, 0💬

org.apache.axis2.rpc.client.RPCServiceClient Class
This section describes the org.apache.axis2.rpc.client.RP CServiceClientclass that represents an RPC based Web service client. The invokeBlocking() method can be used to invoke an RPC method based operation without using OMElement objects.
2022-10-01, ∼371🔥, 0💬

SOAP 1.2 Message Styles and Encoding Options
This section describes the SOAP message styles, document vs. rpc, and encoding options, literal vs. encoded. Message style is specified using style='rpc|document' attribute. Message encoding option is specified using use='literal|encoded' attribute.
2022-10-01, ∼371🔥, 0💬

Creating Service Client with WSDL Document
This section provides a tutorial example on how to create a ServiceClient object with a given WSDL document, a service name and a port name defined in the WSDL document.
2022-10-01, ∼365🔥, 0💬

WSDL 1.1 Binding Extension for SOAP 1.1
This chapter provides tutorial notes and example codes on WSDL 1.1 Binding Extension for SOAP 1.1. Topics include 7 extension elements: binding, operation, body, fault, header, headerfault, and address with descriptions and examples.
2022-10-01, ∼365🔥, 0💬

WSDL 2.0 Document Structure and Syntax
This chapter provides tutorial notes and example codes on WSDL 2.0 document structure and syntax. Topics include WSDL document overview, Syntax of description, types, interface, binding, and service elements.
2022-10-01, ∼349🔥, 0💬

Using Interface Viewer on Bindings
This section provides a tutorial example on how to use the Interface Viewer against a binding defined in a WSDL document. The overview tab gives a summary of information about the binding.
2022-10-01, ∼345🔥, 0💬

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