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

Message Edited by anu08 on 10-30-2009 01:02 AM
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 please give a  step by step procedure  how to integrate with SOAP http Request with Paypal


 

osamanosaman

Sure...check out my blog first if u can get this thing from there...otherwise u can e-mail me.

 

 



my blog