• TariqKech
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 6
    Replies

Hi,

 

I have a problem with an web service they hosted into IIS server.

 

Sometimes, IIS server reject my HTTP request because the header are not conform :

 

"Error 411 - Missed parameter content-lenght".

 

Can you help me ?

 

Best regards.

 

Call WS :

 

GetInfosClient.ClientResponse_element res = new GetInfosClient.ClientResponse_element();
GetInfosClient.BasicHttpBinding_ITwoWayAsync tb = new GetInfosClient.BasicHttpBinding_ITwoWayAsync();
res = tb.GetInfosClient('1234566','ORCC');

 

Sample Result KO :

 

Error 411 - Lenght requiered.

 

 

Hi,

 

I have a problem with an web service they hosted into IIS server.

 

Sometimes, IIS server reject my HTTP request because the header are not conform :

 

"Error 411 - Missed parameter content-lenght".

 

Can you help me ?

 

Best regards.

 

Call WS :

 

GetInfosClient.ClientResponse_element res = new GetInfosClient.ClientResponse_element();
GetInfosClient.BasicHttpBinding_ITwoWayAsync tb = new GetInfosClient.BasicHttpBinding_ITwoWayAsync();
res = tb.GetInfosClient('1234566','ORCC');

 

Sample Result KO :

 

Error 411 - Lenght requiered.

 

 

I get this exception, intermittently, when performing an async ws callout.  Some days everything is fine.  The endpoint is behind a ton of network security appliances (local dmz).

 

Does this exception denote a problem with the SF or local environment?  I am thinking local since there is so much hardware to traverse before hitting the true endpoint...but, how can I be sure?  Of course, the local guys are pointing fingers to SF infrastructure;)

 

Thanks!