You need to sign in to do that
Don't have an account?

Deploying External Webservice on Salesforce Servers
Hello Friends,
I have developed my own custom webservice which integrates salesforce database with Oracle database at the backend.
I now want to deploy/host this webservice on Salesforce servers itself. I dont want to re-write it with APEX . I just want to deploy it on salesforce server instead of using any 3rd party server for hosting it.
Does Salesforce allows this? If yes, then how can i do this? By uploading the WSDL i am just able to call an external Webservice. But i want to deploy and then call it from salesforce itself.
I would be really grateful if anyone can give any pointers on this.
Thanks,
Cool_D
Thanks For the reply Simon.
I have not written it in Apex. It is a JAVA code which connects Salesforce to Oracle database. Does this mean that is it not possible to deploy my own webservice written in some other language on Salesforce servers like i wanna do in this case?
Can we directly write this in APEX will be by next question to you?
Thanks
Message Edited by Cool_Devloper on 08-31-2008 01:14 PM
hi all
can any one proved us any exmaple for calling any External Webservice within Salesforce(using Apex tech)
arun thakur
er.arunthakur@gmail.com
refer this - Link
Cool_D