WSNotification::Elements::BaseFault (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
WSNotification::Elements::BaseFaultDESCRIPTION
Perl data type class for theXML
Schema defined element
BaseFault from the namespace docs.oasis-open.org/wsrf/bf-2
METHODS
new
my $element = WSNotification::Elements::BaseFault->new($data);
Constructor. The following data structure may be passed to new():
{ # WSNotification::Types::BaseFaultType Timestamp => $some_value, # dateTime Originator => { # WSNotification::Types::EndpointReferenceType Address => { value => $some_value }, ReferenceParameters => { # WSNotification::Types::ReferenceParametersType }, Metadata => { # WSNotification::Types::MetadataType }, }, ErrorCode => # No documentation generated for complexContent / extension yet , Description => { value => $some_value }, FaultCause => { }, },
AUTHOR
Generated bySOAP::WSDL