• Vik
  • NEWBIE
  • 25 Points
  • Member since 2010

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

I generated my client using weblogic clientgen from Salesforce WSDL.

 

Salesforce method Mystub.readDeal(a,b,c,d,e,f); expects me to send 6 objects and when done I get error as shown:

 

I get - No operation available for request {http://soap.sforce.com/schemas/class/DealWebService}readDeal

 

But when I generate my stub using axis, Mystub.readDeal(a,b,c,d,e) expects me to send only 5 methods and it works well.

 

I am using same WSDL......I double checked

 

Is their some problem between clientgen (8.1 weblogic) and Salesforce?? If yes, any workaround?

  • June 23, 2010
  • Like
  • 0

To integrate our application with Salesforce we have to do 2-Way Mutual Auth with Salesforce.

To make 2-Way mutual Auth work, Salesforce needs to import root-ca and intermediate-ca in their trust store. Is it possible for salesforce to do that?

Our organisation will not accept any other alternative when it comes to security but only 2-way mutual Auth.

  • June 15, 2010
  • Like
  • 0

I am trying to access few methods exposed by Salesforce webservice. Endpoint - https://xyz.salesforce.com/services/Soap/class/abcWebService

 

I can easily do that using SOAPUI but when I am trying to do it through my client code(generated using wsdl2java) running in eclipse, I get below error

 

<09-Jun-2010 17:57:34 o'clock BST> <Info> <WebService> <BEA-220094> <An IOException was thrown trying to access the WSDL at the given URL.>
weblogic.webservice.wsdl.WSDLParseException: Failed to retrieve WSDL from https://xyz.salesforce.com/services/Soap/class/xyzService. Please check the URL and make sure that it is a valid XML file [java.net.UnknownHostException: cs1-api.salesforce.com]
    at weblogic.webservice.wsdl.DefinitionFactory.createDefinition(DefinitionFactory.java:161)
    at weblogic.webservice.wsdl.WSDLParser.<init>(WSDLParser.java:51)

  • June 09, 2010
  • Like
  • 0

I generated my client using weblogic clientgen from Salesforce WSDL.

 

Salesforce method Mystub.readDeal(a,b,c,d,e,f); expects me to send 6 objects and when done I get error as shown:

 

I get - No operation available for request {http://soap.sforce.com/schemas/class/DealWebService}readDeal

 

But when I generate my stub using axis, Mystub.readDeal(a,b,c,d,e) expects me to send only 5 methods and it works well.

 

I am using same WSDL......I double checked

 

Is their some problem between clientgen (8.1 weblogic) and Salesforce?? If yes, any workaround?

  • June 23, 2010
  • Like
  • 0

I am trying to access few methods exposed by Salesforce webservice. Endpoint - https://xyz.salesforce.com/services/Soap/class/abcWebService

 

I can easily do that using SOAPUI but when I am trying to do it through my client code(generated using wsdl2java) running in eclipse, I get below error

 

<09-Jun-2010 17:57:34 o'clock BST> <Info> <WebService> <BEA-220094> <An IOException was thrown trying to access the WSDL at the given URL.>
weblogic.webservice.wsdl.WSDLParseException: Failed to retrieve WSDL from https://xyz.salesforce.com/services/Soap/class/xyzService. Please check the URL and make sure that it is a valid XML file [java.net.UnknownHostException: cs1-api.salesforce.com]
    at weblogic.webservice.wsdl.DefinitionFactory.createDefinition(DefinitionFactory.java:161)
    at weblogic.webservice.wsdl.WSDLParser.<init>(WSDLParser.java:51)

  • June 09, 2010
  • Like
  • 0