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

SoapParam Constructor - Creating Named Parameters
This section provides a tutorial example on how to create input parameters with given names when calling Web services with SoapClient.
2022-10-01, 217🔥, 0💬

Axis2GetExchangeRateClient.java - rpc/encoded Style
This section provides a tutorial example on how to invoke an RPC method based Web service using Axis2 RPCServiceClient class. Input parameters and return values are handled as Java data objects instead of OMElement objects.
2022-10-01, 213🔥, 0💬

WodenHelloElement.java - Testing WSDL 2.0 Elements
This section provided a tutorial example on how to create a WSDLReader to parse a WSDL 2.0 document into WSDL element objects.
2022-10-01, 212🔥, 0💬

Java API for WSDL 2.0 Component Model
This section describes the Component Model used by Woden to represent a WSDL 2.0 document. org.apache.woden.wsdl20.Descri ptionclass represents the top component, Description.
2022-10-01, 210🔥, 0💬

Apache Axis2/Java for WSDL 1.1
This chapter provides tutorial notes and example codes on Apache Axis2/Java for WSDL 1.1. Topics include creating a ServiceClient object for an XML document based Web service; turning off Chunked HTTP flag; invoking an operation with sendReceive() method; creating an RPCServiceClient object for an R...
2022-10-01, 209🔥, 0💬

"message" - Message Type Definition Element
This section describes 'message', a definition element that defines a message type with one or multiple parts. A part is defined to be of a given data type.
2022-10-01, 208🔥, 0💬

Request and Response - Get Exchange Rate
This section provides a mock request and a mock response for the Get Exchange Rate Web service that uses SOAP 1.1 over HTTP with rpc/encoded as the message style and the encoding option.
2022-10-01, 205🔥, 0💬

SocketRequestResponseServer.java - Socket Server Testing Program
This section provides a tutorial example on how to write a socket level server side testing program to receive and record request received from a client program.
2022-10-01, 205🔥, 0💬

Validating and Inspecting WSDL 1.1 Documents
This section provides a tutorial example on validating and inspecting a WSDL 1.1 document using SoapUI
2022-10-01, 203🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, 198🔥, 0💬

SoapUI as WSDL 1.1 Testing Tool
This chapter provides tutorial notes and example codes on SoapUI as WSDL 1.1 testing tool. Topics include SoapUI features; downloading and installing SoapUI; validating and importing SOAP based WSDL documents; creating and submitting mock requests; creating and running mock Web services.
2022-10-01, 198🔥, 0💬

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

What Is WSDL 1.1 SOAP Extension
This section describes the SOAP extension included in the original 2001 WSDL 1.1 specification to support SOAP 1.1 binding. 7 language components introduced in WSDL 1.1 binding extension for SOAP 1.1.
2022-10-01, 195🔥, 0💬

Axis2RegistrationClient.java - document/literal Style
This section provides a tutorial example on how to build a SOAP Body message in document/literal style and call the Registration Web service.
2022-10-01, 194🔥, 0💬

What Is Perl SOAP::Lite
This section describes the SOAP Perl implementation - SOAP:Lite and its features.
2022-10-01, 194🔥, 0💬

Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book.
2022-10-01, 194🔥, 0💬

Java API for WSDL 2.0 Element Model
This section describes the Element Model used by Woden to represent a WSDL 2.0 document. org.apache.woden.wsdl20.xml.De scriptionElementclass represents the top element, Description.
2022-10-01, 192🔥, 0💬

WSDL Version 2.0 Part 2: Adjuncts
This chapter provides tutorial notes and example codes on WSDL 2.0 Adjuncts. Topics include WSDL message exchange patterns; operation safety flag; operation message style; SOAP binding extension; SOAP 1.2 binding rules.
2022-10-01, 191🔥, 0💬

document/literal Example - Guest Registration
This section provides a tutorial example on writing a WSDL 1.1 example that uses SOAP 1.1 over HTTP with document/literal as the message style and the encoding option.
2022-10-01, 190🔥, 0💬

Wsdl20Validator.java - WSDL 2.0 Validator
This section provided a tutorial example on how to create a WSDL 2.0 document validator with the Woden Java API.
2022-10-01, 190🔥, 0💬

Overview of WSDL 1.1 Document Structure
This section describes the high level structure of a WSDL 1.1 document, an XML document with 'definitions' as the root element, and 'types', 'message', 'portType', 'binding', 'service' as top level elements.
2022-10-01, 187🔥, 0💬

PHP SOAP Extension for WSDL 1.1
This chapter provides tutorial notes and example codes on SOAP Extension in PHP for WSDL 1.1 documents. Topics include configuring SOAP Extension; reviewing SoapClient class and methods; calling RPC method based and XML document based Web services; rpc/encoded style requiring encodingStyle attribute...
2022-10-01, 187🔥, 0💬

Archived: Axis2GetSpeechClient.java - document/literal Style
This section provides a tutorial example on how to build a SOAP Body message in document/literal style and call the GetSpeech Web service.
2022-10-01, 186🔥, 0💬

"binding" - Binding Definition Element
This section describes 'binding', a definition element that defines a binding for operations defined in an interface to a communication protocol and a message transmission format.
2022-10-01, 185🔥, 0💬

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