Hi,
I am trying to get connected with paypal with a web service client. i used "
https://www.sandbox.paypal.com/wsdl/PayPalSvc.wsdl" location to generate the
client using apache cfx .
I want to implement Wesite payment pro.
i use following generated code to access the service.
PayPalAPIInterfaceService ss = new
PayPalAPIInterfaceService();
PayPalAPIAAInterface port = ss.getPayPalAPIAA();
port.doDirectPayment(dd);
when run the code ,Every time i get the following error ,
javax.xml.ws.soap.SOAPFaultException: Timeout processing request
Please somebody give me a suggestion to overcome from this , i am very new
with this .Is there any issue with https. If possible please give me working
code sample.
Thank you so much .
Dombagolla.