Пример #1
0
 def last_fault_exception(self):
     fault = WSFC.wsf_last_soap_fault_exception(self.service_client, self.env)
     return WSFault(fault.code, fault.reason, fault.role, fault.detail, fault.xml)