Forum Discussion

dima72's avatar
dima72
New Contributor
12 years ago

PayPal wsdl Delphi

Dear SOAP UI gurus,

I'm Delphi programmer, and i have problem importing standard PayPal.wsdl interface into the standard Delphi IDE, to get pascal wrapper out of wsdl, to be able to work with PayPal in my programming language.

Please let me know whether SOAP UI able to solve my problem if I try to edit existing wsdl file by it, I think that in PayPal wsdl there some XML definitions that does not conform Delphi wsdl Import wizard.

thank you very much,
dima
  • nmrao's avatar
    nmrao
    Icon for Champion Level 2 rankChampion Level 2
    As you know this is soapui forum and community will help questions regarding soapui.

    May be it is difficult to say what is causing issue in another tool. I would suggest you to try opening it in your browser / soapui tool and see if it is working fine. Contact your wsdl provider for the same otherwise or posting the query in a relevant forum.
  • nmrao's avatar
    nmrao
    Icon for Champion Level 2 rankChampion Level 2
    Well, the wsdl link you send does not seem to have any issue to import into soapUI.
    I do not think you need to edit wsdl file as it is successfully imported.
    Also tried online wsdl validator tool where wsdl appears to be valid. Check here - www.validwsdl.com
    May be you need to look into Delphi how it will can import wsdl if there are reference schemas outside wsdl.