You need to sign in to do that
Don't have an account?
URVASHI
Custom webservice setting remote site URL
hi,
Can someone please help.
I am new to webservice can someone help?
I have created a custom webservice in asp.net
its link is for example:
http://localhost:8732/Design_Time_Addresses/Calc/Service1/
i wana add this link to my
Security controls-->remote site settings
as I am using the wsdl generated from the page.
how do i specify the remote site url which should not give me error while making callouts for the webservice.
Thanks.
Well URVASHI you are making a basic mistake!
SF is cloud computing platform and its servers are located in the cloud/internet, you cannot access a local webservice using SF.
"http://localhost:8732/Design_Time_Addresses/Calc/Service1/" >> This address seems to be a local webservice. To call/access the same from SF you need to Expose the same to the INTERNET.
All Answers
Well URVASHI you are making a basic mistake!
SF is cloud computing platform and its servers are located in the cloud/internet, you cannot access a local webservice using SF.
"http://localhost:8732/Design_Time_Addresses/Calc/Service1/" >> This address seems to be a local webservice. To call/access the same from SF you need to Expose the same to the INTERNET.
Yea ur rite.
I understud my mistake.
Thanks for the reply. :)