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

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

What Is PHP SOAP Extension
This section describes the PHP SOAP Extension and its features: support of WSDL 1.1, SOAP 1.1, SOAP 1.2, HTTP, and HTTPS.
2022-10-01, ∼314🔥, 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, ∼307🔥, 1💬

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, ∼302🔥, 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, ∼302🔥, 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, ∼302🔥, 1💬

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, ∼301🔥, 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, ∼301🔥, 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, ∼300🔥, 0💬

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, ∼298🔥, 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, ∼294🔥, 0💬

Parsing WSDL Documents with Zeep Library
This section provides a tutorial example on how to parse WSDL documents and print out available services using Zeep default script. Zeep library supports WSDL 1.1 documents, not WSDL 2.0 documents.
2024-01-09, ∼293🔥, 0💬

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

Installing ActivePerl on Windows
This section provides a tutorial example on installing ActivePerl latest version on a Windows system.
2022-10-01, ∼292🔥, 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, ∼291🔥, 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, ∼291🔥, 0💬

"soap12:header" - Binding for SOAP Header
This section describes 'soap12: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, ∼291🔥, 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.
2024-12-16, ∼289🔥, 2💬

💬 2024-12-16 sergey: &lt;definitions xmlns="http://schemas.xmlsoap.org/ws dl/"... name="SimpleWebServiceService" targetNamespace="http://simplewe...

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, ∼288🔥, 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, ∼287🔥, 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, ∼281🔥, 0💬

Python SOAP Client: Zeep
This chapter provides tutorial notes and example codes on Zeep Python library for WSDL. Topics include introduction of Zeep library; installing Python 3 engine and Zeep library; parsing WSDL 1.1 documents with Zeep default script; invoking WSDL 1.1 services and their operations.
2024-01-09, ∼279🔥, 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, ∼278🔥, 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, ∼278🔥, 0💬

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