Package DE_EPAGES::DHLIntraship::API::SOAP::BuildWSDL11Client
encapsulate the generation of the extended WSDL11 Client
Example |
my $WSDL11Client = DE_EPAGES::DHLIntraship::API::SOAP::BuildWSDL11Client->new($self->{'ShippmentDD'}) ->withTransportLayer($TransportLayer) ->withPortName('SOAP11Portname'); |
Functions
new
constructor
Syntax |
new( $OperationName ); |
Input |
|
Return |
|
withPortName
set the port name
Syntax |
withPortName( ); |
withServiceName
set the service name
Syntax |
withServiceName( ); |
withTransportLayer
set the TransportLayer
Syntax |
withTransportLayer( TransportLayer ); |
Input |
|
Return |
|
withWSDLFile
stores the path to the wsdl file into the self object
Syntax |
withWSDLFile( $WSDLPath ); |
Input |
|
Return |
|
withXSDFiles
stores the path to the xsd files into the self object
Syntax |
withXSDFiles( $aXSDFiles ); |
Input |
|
Return |
|