Skip to content

Instantly share code, notes, and snippets.

@mariusbutuc
Created June 12, 2014 17:46
Show Gist options
  • Save mariusbutuc/162c043600f4983de7e1 to your computer and use it in GitHub Desktop.
Save mariusbutuc/162c043600f4983de7e1 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Client</faultcode>
<faultstring>20113 - Campaign not found</faultstring>
<detail>
<ns1:serviceException xmlns:ns1="http://www.marketo.com/mktows/">
<name>mktServiceException</name>
<message>Request campaign needs to have a 'Campaign Requested' trigger and needs to be activeted, cannot request forMarketyProgram (20113)</message>
<code>20113</code>
</ns1:serviceException>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment