• Krishnamoorthy
  • NEWBIE
  • 0 Points
  • Member since 2006

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 4
    Replies
I need to make a web service call available from another web site. In the developer help I saw that either one can make a web service call from inside a customer tab html page or a Java applet. Is this true. If not is there is a way to call the web service.
 
I need to call this external service to pull some data available from another web site.
 
Thanks in advance for your help,
Krishna
I ran the wscompile file on the partner SF wsdl  to generate Java stubs.  I get the following error: Anyclues on this
 
"error: the following naming conflicts occurred: com.sforce.soap.partner.Describe
Layout_Type"
 
I saw some posts suggesting that I remove the type Describelayout from the wsdl. Not sure if this is correct.
 
 
Thanks,
 
Krishna
What is the difference between enterprise and partner WSDL for SF. I am trying to integrate a third party app into SF and SF recommends that I use partner WSDL and not Enterprise WSDL. But I find the SF examples are using enterprise and using Enterprise is easier and quicker for me.
 
Please provide more info. on this.
 
Thanks in advance,
Krishna
I am trying to use SessionHeader type in my Java code. But this class is not found in the Java proxies generated from the Partner WSDL file. I noticed that this class is available in the Enterprise WSDL file. Any help on this  is appreciated.
 
Thanks in advance for your help.
 
Krishna
Hi Adams,
 Thanks for the info.  In that case this is not possible, I would like to know, if there is any event that is triggered (where I can add code to call an external application) when a new app is added through AppExchange.   I have to send my Sales force username to  my custom app ( which happens to be a website )  using a web service. Can I make web service call or  is there another way like exchange of tokens etc. This needs to be done during the time when my custom app is added to SFDC.
 
Thanks,
Krishna
Is it possible to add a custom page while adding an App through AppExchange .  When I add a custom app through AppExchange, the initial screens are Examine package Contents, Choose securiy Model and Customize security. Is there a way to add anothe custom screen during this process.
 
Thanks for your help in advance
- Krishna
Hi Adams,
 Thanks for the info.  In that case this is not possible, I would like to know, if there is any event that is triggered (where I can add code to call an external application) when a new app is added through AppExchange.   I have to send my Sales force username to  my custom app ( which happens to be a website )  using a web service. Can I make web service call or  is there another way like exchange of tokens etc. This needs to be done during the time when my custom app is added to SFDC.
 
Thanks,
Krishna
Is it possible to add a custom page while adding an App through AppExchange .  When I add a custom app through AppExchange, the initial screens are Examine package Contents, Choose securiy Model and Customize security. Is there a way to add anothe custom screen during this process.
 
Thanks for your help in advance
- Krishna
Does SFDC run a web-service that I can connect to to retrieve WSDL "on-the-fly" ?