hi I've trying to call the dimensions web service but I'll getting an internal error 500, the windows app logs say invalid SOAP envelop but not much more. Here is the soap request I'll sending:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ExportDimWS2 xmlns="urn:microsoft-dynamics-schemas/codeunit/wsdefaultdims"><dimCodeFilter>1</dimCodeFilter><dimValueCodeFilter>1</dimValueCodeFilter><onlyActive>false</onlyActive><timeOut>100</timeOut><priority>2</priority><xmlText>1</xmlText></ExportDimWS2></soap:Body></soap:Envelope>
Can anyone see anything wrong with it? I removed the blank <soap:Header/> element to see if that was causing an issue. I'll also sending the SOAPAction header urn:microsoft-dynamics-schemas/codeunit/WSDefaultDims:ExportDimWS2.
Can anyone send me a working SOAP Envelop example? I'll trying to connect to NAV 2009 SP1.
*This post is locked for comments