Method Connect

Namespace TallComponents.PDF.JavaScript.Scripting.Soap
Class Soap

Override this method to return a custom SoapService from a URL.

Default implementation return (does nothing).

You should create a new class that inherits from SoapService and return an instance of this class.

Syntax

protected internal  SoapService  Connect( String  url )

Returns

SoapService

Parameters


String url
The URL of the WSDL document that describes the SOAP service.