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

How to Connect Sales Force with Paypal Gateways
Hi All,
Can u any one help I am new to Sales force ,How Integrate sales force with paypal ,
How can procede , what is the best way follow
I have downloaded 1 wsdl and 2 xsd files from paypal site and while uploading into sales force it doesn't suporting
and also i copied xsd schemas in to wsdl but it show errors can u please me how to write 2 schemas in to one wsd
wsdl file :
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions
ns:version="60.0"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:ns="urn:ebay:api:PayPalAPI"
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:ebl="urn:ebay:apis:eBLBaseComponents"
xmlns:cc="urn:ebay:apis:CoreComponentTypes"
xmlns:ed="urn:ebay:apis:EnhancedDataTypes"
targetNamespace="urn:ebay:api:PayPalAPI">
<wsdl:types>
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:ebay:api:PayPalAPI" elementFormDefault="qualified" attributeFormDefault="unqualified">
<import namespace="urn:ebay:apis:CoreComponentTypes" schemaLocation="CoreComponentTypes.xsd"/>
<import namespace="urn:ebay:apis:eBLBaseComponents" schemaLocation="eBLBaseComponents.xsd"/>
<import namespace="urn:ebay:apis:EnhancedDataTypes" schemaLocation="EnhancedDataTypes.xsd"/>
--------
---------
I found the difficulty while parsing the wsdl file (Bcz it has some import xsd's and i can't paste the xsd
in the same wsdl file it supports sales force wsdl file ) in the force.com ,
Could please give solution
Thanks
vasu
thanks
vasu
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 please give a step by step procedure how to integrate with SOAP http Request with Paypal
Sure...check out my blog first if u can get this thing from there...otherwise u can e-mail me.
my blog