Hi,
I get the below Error when sending xml soap request from C# application. what could be the cause. I have two servers app server and BC server, I am sending this request from app server to BC server where Business Central is configured.
When I do the same in a test server where C# application are sharing the same server with Business central, the request is sent successful and data is integrated to business central.
Kindly Assist
<?xml version="1.0"?>
-<s:Envelope xmlns:s="">schemas.xmlsoap.org/.../">
-<s:Body>
-<s:Fault>
<faultcode xmlns:a="urn:microsoft-dynamics-schemas/error">a:Microsoft.Dynamics.Nav.Service.SOAP.ServiceBrokerException</faultcode>
<faultstring xml:lang="en-US">Namespace "urn:microsoft-dynamics-schemas/page/customers" in message is invalid, expected "urn:microsoft-dynamics-schemas/page/customer"</faultstring>
-<detail>
<string xmlns="">schemas.microsoft.com/.../">Namespace "urn:microsoft-dynamics-schemas/page/customers" in message is invalid, expected "urn:microsoft-dynamics-schemas/page/customer"</string>
</detail>
</s:Fault>
</s:Body>
</s:Envelope>