Getting details on a returned soap fault.
I am using the webservice connector to implement a Workday integration, but am having trouble handling some of the faults. I can't seem to get to the relevant soap fault that is being sent back from the webservice.
When i wrap the invoke in a catch all, a remote fault is caught, but the remote fault doesn't contain the needed information that is contained in the BusinessFault. How can i get to the nested information?