Hello,
I've created an Application Post information’s to a webservice
HttpClient.Clear();
HttPContentRequest.WriteFrom(piContent);
HttPContentRequest.GetHeaders(lHttpHeadersRequest);
HttpHeadersRequest.Remove('Content-Type');
HttpHeadersRequest.Add('Content-Type', 'text/xml; charset=utf-8');
HttpHeadersRequest.Add('SOAPAction', GetSOAPActionNamespace(piOption));
HttpClient.Post(Setup."Web Service URL", lHttPContentRequest, poHttpResponse);
the problem is, that I got always the error
An error occurred while sending the request.
I’ve allowed http in the extension and ServicesUseNTLMAuthentication is true.
0
Answers