function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ClermontClermont 

Accessing API

Hello,
 
I use a custom JAVA program that handles hosted Web Services accessible via URLs ending in ?wsdl or .wsdl very well, but can't access the Saleforce API because it is not in that format.  
 
Any suggestions on how to host the Partner API as a static page in the above format??
 
Thanks so much,
 
Craig
 
650-638-1361
SuperfellSuperfell
You can download the partner.wsdl to a standalone file from the Apex API page in setup.
ClermontClermont

Thank you Simon,

You mean to copy the text contents of the partner.wsdl to an xml file?

Craig

SuperfellSuperfell
right click on the link and pick save target as. the resulting text file is a WSDL file.
ClermontClermont

That did it.  Thanks!!!

Craig

yogesh.jadhavyogesh.jadhav
Hi,

Can I know  how you are accesing .wsdl from Java code?
How can I access the .wsdl (other than saleforce) from SControl?

Thanx & Regards,
Yogesh
ClermontClermont

Hello Yogesh,

This is my own shell - so it doesn't use SControl. 

Sorry I can't help.

Craig

 

yogesh.jadhavyogesh.jadhav
Hi Craig,

 It's ok. But from your shell can you be able to access the Salesforce API as well as Third party API's?
 
Regards,
Yogesh