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
MarkerVMarkerV 

wsdl issues...

.net doesn't seem to have a problem with the v9 wsdl, but xmlspy doesn't like the fact that the soapaction is empty. 
 
according to the spec...For the HTTP protocol binding of SOAP, this is value required (it has no default value).  i don't really care to start a sfdc vs altova discussion, but is this just a case of the spec being interpreted differently?  thanks.
SuperfellSuperfell
You need to read more specs :(

if the WSDL defines the soapaction as soapAction="" (as we do) then this means a SOPAction header of
SOAPAction: ""
should be included in the HTTP request. (and is therefore a valid SOAP/HTTP request per the SOAP 1.1 spec) This is admitedly not super clear in the WDSL 1.1 spec, but is explcitly called out in the WS-I basic profile spec and maches the behavour of all the major SOAP toolkits.