Note that there are some explanatory texts on larger screens.

plurals
  1. PONo proper separation of headers and document XML Error
    primarykey
    data
    text
    <p>I'm receiving the following error:</p> <pre><code>Error: wsdl error: Getting https://XXXXXXX.crm5.dynamics.com/MSCrmServices/2007/CrmServiceWsdl.aspx?uniquename=XXXXXXX - HTTP ERROR: no proper separation of headers and document # # # # # # # Request # # # # # # # string(0) "" # # # # # # Response # # # # # # # string(0) "" </code></pre> <p>I'm using NuSOAP to execute the following request:</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt;&lt;soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;&lt;soap:Header&gt;&lt;CrmAuthenticationToken xmlns="http://schemas.microsoft.com/crm/2007/WebServices"&gt;&lt;AuthenticationType xmlns="http://schemas.microsoft.com/crm/2007/CoreTypes"&gt;2&lt;/AuthenticationType&gt;&lt;OrganizationName xmlns="http://schemas.microsoft.com/crm/2007/CoreTypes"&gt;XXXXXXX&lt;/OrganizationName&gt;&lt;CallerId xmlns="http://schemas.microsoft.com/crm/2007/CoreTypes"&gt;00000000-0000-0000-0000-000000000000&lt;/CallerId&gt;&lt;/CrmAuthenticationToken&gt;&lt;/soap:Header&gt;&lt;soap:Body&gt;&lt;Create xmlns="http://schemas.microsoft.com/crm/2007/WebServices"&gt;&lt;entity xsi:type="contact"&gt;&lt;address1_city&gt;Fortitude Valley&lt;/address1_city&gt;&lt;address1_line1&gt;PO BOX 1042&lt;/address1_line1&gt;&lt;address1_postalcode&gt;4006&lt;/address1_postalcode&gt;&lt;address1_stateorprovince&gt;QLD&lt;/address1_stateorprovince&gt;&lt;firstname&gt;Dallas&lt;/firstname&gt;&lt;lastname&gt;Clark - 1329105592&lt;/lastname&gt;&lt;/entity&gt;&lt;/Create&gt;&lt;/soap:Body&gt;&lt;/soap:Envelope&gt; </code></pre> <p>Headers</p> <pre><code>array(3) { ["SOAPAction"]=&gt; string(56) "http://schemas.microsoft.com/crm/2007/WebServices/Create" ["Content-Type"]=&gt; string(26) "text/xml; charset="utf-8""" ["Content-Length"]=&gt; int(1064) } </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. 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