Serialized Form


Package soapdust

Class soapdust.FaultResponseException extends java.lang.Exception implements Serializable

Serialized Fields

fault

ComposedValue fault
The fault returned by the remote server.


responseCode

int responseCode
The http status code. Generally 500 in this case.

Class soapdust.MalformedResponseException extends java.lang.Exception implements Serializable

Serialized Fields

responseCode

int responseCode
The http status code returned by the server.


response

byte[] response
The invalid soap data sent by the server. This field may be null.

See Also:
if you want to ensure this field is NEVER null.

Class soapdust.MalformedWsdlException extends java.lang.Exception implements Serializable