• Shibani
  • NEWBIE
  • 0 Points
  • Member since 2013

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

I have created Webservice in Admin Sites. I can access webservice from java code. But i cannot access these webservice for standard user. If any setting to change in Admin sides. or can standard user access webservice . 

 

 

I have created Webservice in Admin Sites. I can access webservice from java code. But i cannot access these webservice for standard user. If any setting to change in Admin sides. or can standard user access webservice . 

 

 

Hello all, I am new for both salesforce and Java. I met a problem when try to invoke the Bulk API as the sample code on "Bulk API Developer's Guide",  the error said,

"Exception in thread "main" [AsyncApiException  exceptionCode='FeatureNotEnabled' exceptionMessage='Async API not enabled' " , 

 

I found the problem comes from this line  -->   PartnerConnection c = new PartnerConnection(partnerConfig); 

 

could anyone know how to resolve it? It seems like I need enable the Bulk API, how do I do that? 

 

Thanks in advance. 

 

 

  • September 24, 2009
  • Like
  • 0
I haven't had much luck getting SSO to work with my SAML assertion. Has anyone got this to work? If so, what does your saml response look like?  I signed my assertion and I believe everything is correct, yet the login history gives me "Failed: Assertion Invalid"

Any ideas?

Thank you.