Created
June 12, 2014 17:46
-
-
Save mariusbutuc/162c043600f4983de7e1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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