You don't seem to set the content length
Hi,
Thanks for your response
I beleive this will take care of content length
sAXLRequest += " </SOAP-ENV:Body> </SOAP-ENV:Envelope>";
sAXLSOAPRequest += sAXLRequest.length();
sAXLSOAPRequest += "\r\n\r\n";
// now add the SOAP payload to the HTTPS header, which completes the AXL
// SOAP request
sAXLSOAPRequest += sAXLRequest;
System.out.println("sAXLSOAPRequest ************* "+sAXLSOAPRequest);
or do i need to set manually? if yes what what would be.