The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WSO2::WSF::WSFault - Create a WSFault object

SYNOPSYS

  my $fault = new WSO2::WSF::WSFault( { FAULT_OPTIONS } );

DESCRIPTION

A WSFault object stores all information related to a SOAP fault. Values of all arguments are strings. Usually this is used to represent the faults returned by which ever the calling service.

FAULT_OPTIONS

code

SOAP fault code. SOAP fault codes are intended to provide a means by which faults are classified. Please see SOAP 1.2 spec for more information. This is a mandatory option.

reason

SOAP fault reason. Provides a human readable explanation of the fault. This is a mandatory option.

role

SOAP fault role. Identifies the role in which the SOAP processing node was operating at the time the fault occurred.

detail

SOAP Fault detail. Contains application specific error information.

xml

This will contain the request payload which resulted in the fault.

SEE ALSO

Look at WSO2::WSF::WSClient to see how to pass a WSMessage and consume an existing Web service.

Mailing list, bug tracker, svn info can be found on the project web site at http://wso2.org/projects/wsf/perl

AUTHOR

WSO2 WSF/Perl Team

COPYRIGHT AND LICENSE

Copyright (C) 2007 by WSO2

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 99:

You forgot a '=back' before '=head1'