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

How to Integrate Sales Force with Paypal
Hi All
I don't how to integrate paypal with Sales Force CRM ,
Paypal has provided 1 wsdl file and 2 xsd's
- https://www.paypal.com/wsdl/PayPalSvc.wsdl
- https://www.paypal.com/wsdl/eBLBaseComponents.xsd
- https://www.paypal.com/wsdl/CoreComponentTypes.xsd
These file are related webservice here PayPalSrv.wsdl has import tags and mutliple portbings and multiple port types ,So I am unable to generate Apex Stub Classes from above file , it throws error message multiple bindings and port types and etc .
Can u any help me ............
Thanks
VS.....
u cant parse the WSDLs which use external schemas. You can use HTTP request to integrate Paypal with SF. Try doing it by sending a SOAP envelope through HTTP request.
It worked out for me.
Hi
Could u give step by step procedure (Full Details from first step PayPal to SF last step ), how to integrate SF with PayPal ,
Can u give what u have done
u can see my blogpost...on web service integration with paypal...
http://www.osamanasir.com
Hi,
Here is the blog I found while searching for the information regarding Pay Pal integration
Please click on below link.
http://techsahre.blogspot.in/2011/01/simple-paypal-integration-with.html
cheers,
Vamshi