Fault Messages
By default, the Consume Web Service wizard builds document type messages and will create a single fault message.
To read faults in document type messages generated by the Consume Web Service wizard, use the GetContentString() method of the Message object.
To process multiple faults, you can examine the stored WSDL generated by the wizard.
Another option to capturing and reading multiple faults is to clear the Build Document Messages option in Step 1 of the wizard so that the system generates nonrowset–based messages. If generating nonrowset-based messages, PeopleSoft Integration Broker creates a part message for each fault in the WSDL operation. The system then creates a container message and places the fault part messages in the container. The container message is assigned as a fault message to the created service operation.