Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I've been learning SOAP and CF myself. I highly recommend <a href="http://www.soapui.org/" rel="nofollow">SOAPUI</a> for testing. It parsed out a sample createEmailMailing request with no problem. Anyplace there's a question mark is where you want to put values to write to the DB.</p> <pre><code>&lt;soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://services.web.stormpost.skylist.com"&gt; &lt;soapenv:Header&gt; &lt;authInfo xsi:type="soap:authentication" xmlns:soap="http://skylist.com/services/SoapRequestProcessor"&gt; &lt;!--You may enter the following 2 items in any order--&gt; &lt;username xsi:type="xsd:string"&gt;?&lt;/username&gt; &lt;password xsi:type="xsd:string"&gt;?&lt;/password&gt; &lt;/authInfo&gt; &lt;/soapenv:Header&gt; &lt;soapenv:Body&gt; &lt;ser:createEmailMailing soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"&gt; &lt;mailing xsi:type="soap:Mailing" xmlns:soap="http://skylist.com/services/SoapRequestProcessor"&gt; &lt;!--You may enter the following 37 items in any order--&gt; &lt;title xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/title&gt; &lt;externalID xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/externalID&gt; &lt;comment xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/comment&gt; &lt;protocol xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/protocol&gt; &lt;campaignID xsi:type="xsd:int"&gt;?&lt;/campaignID&gt; &lt;brandID xsi:type="xsd:int"&gt;?&lt;/brandID&gt; &lt;listID xsi:type="xsd:int"&gt;?&lt;/listID&gt; &lt;conditionOperator xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/conditionOperator&gt; &lt;condition1Column xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/condition1Column&gt; &lt;condition1Operator xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/condition1Operator&gt; &lt;condition1Value xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/condition1Value&gt; &lt;condition2Column xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/condition2Column&gt; &lt;condition2Operator xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/condition2Operator&gt; &lt;condition2Value xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/condition2Value&gt; &lt;condition3Column xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/condition3Column&gt; &lt;condition3Operator xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/condition3Operator&gt; &lt;condition3Value xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/condition3Value&gt; &lt;condition4Column xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/condition4Column&gt; &lt;condition4Operator xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/condition4Operator&gt; &lt;condition4Value xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/condition4Value&gt; &lt;condition5Column xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/condition5Column&gt; &lt;condition5Operator xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/condition5Operator&gt; &lt;condition5Value xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/condition5Value&gt; &lt;maxRecipients xsi:type="xsd:int"&gt;?&lt;/maxRecipients&gt; &lt;seeds xsi:type="soap:ArrayOf_soapenc_string"/&gt; &lt;blockDomains xsi:type="soap:ArrayOf_soapenc_string"/&gt; &lt;purgeLists xsi:type="soap:ArrayOf_xsd_int"/&gt; &lt;purgeSuppressionLists xsi:type="soap:ArrayOf_xsd_int"/&gt; &lt;queueTime xsi:type="xsd:dateTime"&gt;?&lt;/queueTime&gt; &lt;trackType xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/trackType&gt; &lt;openTrackType xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/openTrackType&gt; &lt;clickStreamType xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/clickStreamType&gt; &lt;advertiserName xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/advertiserName&gt; &lt;unsubReportsAddress xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/unsubReportsAddress&gt; &lt;unsubReportsSize xsi:type="xsd:int"&gt;?&lt;/unsubReportsSize&gt; &lt;priority xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/priority&gt; &lt;additionalLists xsi:type="soap:ArrayOf_xsd_int"/&gt; &lt;/mailing&gt; &lt;content xsi:type="soap:EmailContent" xmlns:soap="http://skylist.com/services/SoapRequestProcessor"&gt; &lt;!--You may enter the following 16 items in any order--&gt; &lt;subject xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/subject&gt; &lt;fromEmail xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/fromEmail&gt; &lt;fromName xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/fromName&gt; &lt;toEmail xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/toEmail&gt; &lt;toName xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/toName&gt; &lt;replyToEmail xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/replyToEmail&gt; &lt;replyToName xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/replyToName&gt; &lt;charset xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/charset&gt; &lt;encoding xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/encoding&gt; &lt;htmlContent xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/htmlContent&gt; &lt;textContent xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;?&lt;/textContent&gt; &lt;unsubContentID xsi:type="xsd:int"&gt;?&lt;/unsubContentID&gt; &lt;replyContentID xsi:type="xsd:int"&gt;?&lt;/replyContentID&gt; &lt;headerContentID xsi:type="xsd:int"&gt;?&lt;/headerContentID&gt; &lt;footerContentID xsi:type="xsd:int"&gt;?&lt;/footerContentID&gt; &lt;forwardToFriendContentID xsi:type="xsd:int"&gt;?&lt;/forwardToFriendContentID&gt; &lt;/content&gt; &lt;/ser:createEmailMailing&gt; &lt;/soapenv:Body&gt; &lt;/soapenv:Envelope&gt; </code></pre> <p>You'll also want to alter one of your params something like:</p> <pre><code>&lt;cfhttpparam type="header" name="SOAPAction" value="createEmailMailing"&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload