You need to sign in to do that
Don't have an account?
heiritic
can apex web service call from url ?
Hi everyone,
I don't know if it's possible or not. I know we can create apex class that used as web service and get the wsdl using generate wsdl from salesforce setup. I want to know if the apex class that I created as web service can be call from url ? Is it possible to call from outside salesforce instance ? any suggestions would be great
regards,
edwin
I don't know if it's possible or not. I know we can create apex class that used as web service and get the wsdl using generate wsdl from salesforce setup. I want to know if the apex class that I created as web service can be call from url ? Is it possible to call from outside salesforce instance ? any suggestions would be great
regards,
edwin
Off course you can call the webservices externally! , take a look at : http://wiki.apexdevnet.com/index.php/Web_Services_API .
You can integrate the api with a variety of languages such PHP, Java, Flex ...
Br1.
I mean calling the apex web service created from salesforce from URL. Let's say I want to set Outbound Message in salesforce to apex class web service. Is this what u mean Br1 ?
regards,
edwin
regards,
edwin
Hi I Tried invoking Apex web service by sending an out bound message , but I am geetiing this error :
INVALID_SESSION_ID: Invalid Session ID found in SessionHeader: Illegal Session.
Please let me know if you know the solution.
Regards
Sameer