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
anu08anu08 

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 

 

 


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.....

 

osamanosaman

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.

anu08anu08

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 

 

osamanosaman

u can see my blogpost...on web service integration with paypal...

 

http://www.osamanasir.com

vamshi(Nani)vamshi(Nani)

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