Note that there are some explanatory texts on larger screens.

plurals
  1. POXML request is not well-formed or request is incomplete
    primarykey
    data
    text
    <p>We are using virtual merchant payment gateway in our application:</p> <p><a href="https://www.myvirtualmerchant.com/VirtualMerchant/download/developerGuide.pdf" rel="nofollow">https://www.myvirtualmerchant.com/VirtualMerchant/download/developerGuide.pdf</a></p> <p>I am trying to record a CCSALE transaction but I keep getting this error:</p> <pre><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;txn&gt;&lt;errorCode&gt;6042&lt;/errorCode&gt;&lt;errorName&gt;Invalid Request Format&lt;/errorName&gt;&lt;errorMessage&gt;XML request is not well-formed or request is incomplete.&lt;/errorMessage&gt;&lt;/txn&gt; </code></pre> <p>The XML I am passing in request in Fiddler POST is:</p> <pre><code>&lt;txn&gt; &lt;ssl_merchant_id&gt;my_mer_id&lt;/ssl_merchant_id&gt; &lt;ssl_user_id&gt;my_usr_id&lt;/ssl_user_id&gt; &lt;ssl_pin&gt;my_pin&lt;/ssl_pin&gt; &lt;ssl_test_mode&gt;false&lt;/ssl_test_mode&gt; &lt;ssl_transaction_type&gt;ccsale&lt;/ssl_transaction_type&gt; &lt;ssl_card_number&gt;4111111111111111&lt;/ssl_card_number&gt; &lt;ssl_exp_date&gt;1215&lt;/ssl_exp_date&gt; &lt;ssl_amount&gt;1.00&lt;/ssl_amount&gt; &lt;/txn&gt; </code></pre> <p>I have simply removed my merchant id, user id and ssl pin. The rest of the information is just as it is. I am posting the data to: <a href="https://demo.myvirtualmerchant.com/VirtualMerchantDemo/processxml.do" rel="nofollow">https://demo.myvirtualmerchant.com/VirtualMerchantDemo/processxml.do</a></p> <p>Can anybody let me know why does it say XML is not well formed?</p>
    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.
 

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