function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
stratus adminstratus admin 

I have switched to 7.0 API and now receive a soap action header error

This is my error "SOAPAction HTTP header missing", any tips?

Thanks,

Scott


"Information","jrpp-19","01/31/06","14:11:30","SFORCE","xml version=""1.0"" encoding=""UTF-8""?soapenv:Envelope xmlns:soapenv=""http://schemas.xmlsoap.org/soap/envelope/"" xmlns:xsd=""http://www.w3.org/2001/XMLSchema"" xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance""soapenv:Body soapenv:Fault faultcode soapenv:Client/faultcode faultstring>SOAPAction HTTP header missing faultstring soapenv:Fault soapenv:Body/soapenv:Envelope Message Edited by stratus admin on span class=date_text>02-01-2006 span span class=time_text 06:27 AM Message Edited by stratus admin on span class=date_text 02-01-2006 span span class=time_text 06:27 AM span

Message Edited by stratus admin on 02-01-2006 06:39 AM

adamgadamg
I moved this q to the developer boards.
SuperfellSuperfell
SOAP requires a HTTP Header called SOAPAction, it should look like

SOAPAction: ""

your request is missing it, earlier versions of the API were more lax in enforcing this, the new 7.0 API does enforce it.
smelick1smelick1
The header action is declared in the WSDL file and I have verified that it is there...

-Scott
SuperfellSuperfell
do you have a capture of the HTTP headers in your request ?