Changeset 1011
- Timestamp:
- 11/09/07 10:44:37 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/service/soap/native/stubNativeSoapClient.php
r998 r1011 117 117 ); 118 118 if (is_soap_fault($result) === true) { 119 throw new stubSoapException(new stubSoapFault($result->fault Code,120 $result->fault String,121 $result->fault Actor,119 throw new stubSoapException(new stubSoapFault($result->faultcode, 120 $result->faultstring, 121 $result->faultactor, 122 122 $result->detail 123 123 )
