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

Testing Perl SOAP::Lite with WSDL Documents
This section provides a tutorial example on how to test Perl SOAP::Lite with a WSDL 2.0 document. It fails with an error.
2022-10-01, 243🔥, 0💬

Archived: Downloading and Installing Axis2/Java 1.4.1
This section provides a tutorial example on how to download and install Axis2/Java 1.4.1 to a Windows systems that has JDK 1.6.0 available.
2022-10-01, 242🔥, 0💬

Configuring and Testing SOAP Extension
This section provides a tutorial example on how to configure and test SOAP Extension with a WSDL 2.0 document. It fails with an error.
2019-07-19, 240🔥, 1💬

Loading Incorrect WSDL Documents
This section provides a tutorial example to test what will happen when loading an incorrect WSDL document to SoapUI. SoapUI is not good WSDL document validator. It will not give any loading errors for incorrect WSDL documents.
2022-10-01, 238🔥, 0💬

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

Creating Service Client with WSDL 1.1 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, 237🔥, 0💬

Multiplart Style Example - Reservation
This section provides a tutorial example on writing a WSDL 2.0 example that uses SOAP 1.2 over HTTP with Multipart as the message style.
2017-03-13, 237🔥, 1💬

Generating SOAP Requests on Operations
This section provides a tutorial example on how to generate a test SOAP request against an operation defined in a WSDL document.
2022-10-01, 235🔥, 0💬

SOAP 1.1 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, 235🔥, 0💬

WSDL 1.1 Document Structure and Syntax
This chapter provides tutorial notes and example codes on WSDL 1.1 document structure and syntax. Topics include WSDL document overview, Syntax of definitions, types, message, portType, binding, and service elements.
2022-10-01, 232🔥, 0💬

Submit SOAP Requests to the Server
This section provides a tutorial example on how to submit a test request to the server represented by the port location defined in the WSDL document
2022-10-01, 231🔥, 0💬

Calling an XML Document Based Web Service
This section provides a tutorial example on how to write a PHP program to call an XML document based Web service using the SoapClient class with the help of SoapVar($xml,XSD_ANYXML) constructor.
2022-10-01, 228🔥, 0💬

WodenHelloComponent.java - Testing WSDL 2.0 Components
This section provided a tutorial example on how to create a WSDLReader to parse a WSDL 2.0 document into WSDL component objects.
2022-10-01, 226🔥, 0💬

Submitting Request to MockService
This section provides a tutorial example on how to submit a test request to the mock service. Requests and responses can be viewed on both sides: client side and server side.
2022-10-01, 224🔥, 0💬

encodingStyle="uri" Required for rpc/encoded
This section provides a tutorial example on how to write a PHP program to call an RPC method based Web service using the SoapClient class. The Web service WSDL document has encodingStyle='uri' included.
2022-10-01, 223🔥, 0💬

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

Installing ActivePerl on Windows
This section provides a tutorial example on installing ActivePerl latest version on a Windows system.
2022-10-01, 221🔥, 0💬

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

SOAP 1.2 Binding - PHP, Java and Perl Clients
This chapter provides tutorial notes and example codes on client programming for WSDL 1.1 with SOAP 1.2 binding. Topics include testing PHP SOAP Extension with RPC method and XML document based Web services; testing Java Axis with RPC method and XML document based Web services; confirming that Perl ...
2022-10-01, 219🔥, 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, 214🔥, 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, 214🔥, 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💬

"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, 212🔥, 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, 211🔥, 0💬

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