• SalesforceDeveloper333
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies

Hi,

I'm brand new person in Force.com and I can don't understand some obvious things. Please take it with understanding :)

I have simple Java web servise (e.g. TestWService) with simple method (e.g. TestMethod()). I have generated stub by web service wsdl using wsdl2apex.


Now, when I invoke this method:

        TestWService.TestStub stub = new TestWService.TestStub();
        stub.TestMethod();

 

I receive a html responce with following content:

        We are down for maintenance. Sorry for the inconvenience. We'll be back shortly.

 

I just want to ensure that this is ok and I have to wait till Force.com service will come out from maintenance. Or, I'm doing something wrong and it is a problem on my side?

 

If you need more information please tell me know.

 

Thanks,

Roman

  • September 28, 2011
  • Like
  • 0
I have created a trigger which is calling an external web service to synchronize the leads creation/deletion process. When i delete/create leads the web service is working fine but when i mass upload it(mass import process..) or mass delete process (when it reaches its max limit..i.e. 250) it throws an exception and an error mail is generated with this error "System.CalloutException: IO Exception: Read timed out" error. I have also added the timeout_x property in my code to the max value(60000). But still its throwing the same error. Kindly help. Thanks in advance. Shaveta
Hi,

How can we aceess or use "ASP.net WSDL" in Apex class.
when i am trying to use this its give the following error
"Failed to parse wsdl: Found more than one wsdl:binding. WSDL with multiple binding not supported"

Please help


  • February 20, 2008
  • Like
  • 0