• chirayu.bansal1.3892593529263923E12
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 3
    Replies
Hi,
I am getting error "Concurrent requests limit exceeded". After investigation I have found "Salesforce allows you to have a limit of 10 long running requests per ORG, where long running requests are defined as processes taking over 5 seconds". 
But I want to avoid this error so what could be the solution?
Is there any thing in APEX to check this limit?

Thanks,
Hi,
while make a webservice call out I am getting below error: 

Web service callout failed: Unexpected element. Parser was expecting element 'http://schemas.xmlsoap.org/soap/envelope/:Envelope' but found ':HTML'

Can someone help on this. How rto resolve it?
Thanks,

Hi,
Can someone tell me how can I set username and password in input header(inputheader_X) in utility class. I am trying this with below code:

bindingobj.inputHttpHeaders_x=new Map<String, String>();
bindingobj.inputHttpHeaders_x.put('Authorization','XXX');

Thanks in advance.
Hi,
Can someone tell me how can I set username and password in input header(inputheader_X) in utility class. I am trying this with below code:

bindingobj.inputHttpHeaders_x=new Map<String, String>();
bindingobj.inputHttpHeaders_x.put('Authorization','XXX');

Thanks in advance.
Hi,
I am getting error "Concurrent requests limit exceeded". After investigation I have found "Salesforce allows you to have a limit of 10 long running requests per ORG, where long running requests are defined as processes taking over 5 seconds". 
But I want to avoid this error so what could be the solution?
Is there any thing in APEX to check this limit?

Thanks,
Hi,
while make a webservice call out I am getting below error: 

Web service callout failed: Unexpected element. Parser was expecting element 'http://schemas.xmlsoap.org/soap/envelope/:Envelope' but found ':HTML'

Can someone help on this. How rto resolve it?
Thanks,