- or download this
<wsdl:operation name="sendSms">
<wsdl:input message="parlayx_sms_send:SendSms_sendSmsRequest"/>
...
<wsdl:fault name="ServiceException" message="parlayx_common_faults:S
+erviceException"/>
<wsdl:fault name="PolicyException" message="parlayx_common_faults:Po
+licyException"/>
</wsdl:operation>
- or download this
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
...
</soap:Fault>
</soap:Body>
</soap:Envelope>
- or download this
return +{
Fault => {
...
faultstring => 'Policy exception',
},
};
- or download this
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/env
+elope/">
<SOAP-ENV:Body>
...
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
- or download this
warning: Answer included
error: element `{http://www.csapi.org/schema/parlayx/common/v3_1}Polic
+yException' not processed at {http://schemas.xmlsoap.org/soap/envelop
+e/}Fault