Help for this page

Select Code to Download


  1. 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>
    
  2. or download this
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
    ...
    </soap:Fault>
    </soap:Body>
    </soap:Envelope>
    
  3. or download this
    return +{
        Fault => {
    ...
            faultstring => 'Policy exception',
        },
    };
    
  4. 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>
    
  5. 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