• Amitkumar1234
  • NEWBIE
  • 0 Points
  • Member since 2012

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


I am running eclipse 3.5.2 on a Linux system and am trying to install the Force IDE, but it fails with
It appears to download OK, but it ends with the message
An error occurred while collecting items to be installed
  session context was:(profile=PlatformProfile, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect, operand=, action=).
  Problems downloading artifact: osgi.bundle,com.salesforce.ide.api,24.0.0.201202291629.
    MD5 hash is not as expected. Expected: 7251ab037ae632a5a9835c7c07210451 and found 852d5ea0c1a4561a84f6c34c48afdb8b.
  Problems downloading artifact: osgi.bundle,com.salesforce.ide.core,24.0.0.201202291629.
    MD5 hash is not as expected. Expected: 44db36699ca7fdd38917fced4e63c3b3 and found 162b23271f1ac6b482640c9a29f166e3.
  Problems downloading artifact: osgi.bundle,com.salesforce.ide.documentation,24.0.0.201202291629.
    MD5 hash is not as expected. Expected: 6d87eb2e76e7e19f7b709682e5272dfc and found 4827ffac1acc67d6c0d796500bc7708d.

I am using the site url http://www.adnsandbox.com/tools/ide/install/ as described in the documentation.

 

Hello,
I am trying to write a APEX Webservice that will be called from .NET. Before trying to use it at NET i wanted to test the WS Class I wrote in the APEX using a test class. Does anyone have examples of any test classes to test the APEX Web services?
Appreciate your response.