Posts

Showing posts with the label ipcommerce

IPCommerce Secure Hosted Payments for Invoicing Web Service Call

public static void main(String[] args) throws RemoteException,ServiceException {                         InvoicingServiceInfoServiceLocator lInfoServiceLocator = new InvoicingServiceInfoServiceLocator();                lInfoServiceLocator.setEndpointAddress("InvoicingServiceInfoService", "https://pay.cert.ipcommerce.com/LS/InvoicingServiceInfo/InvoicingServiceInfoService.svc");                        InvoicingServiceInfoServiceStub infoServiceStub = (InvoicingServiceInfoServiceStub) lInfoServiceLocator.getInvoicingServiceInfoService();                 AuthenticatedUser user = infoServiceStub.logon("username","password","SAK number");         InvoiceCodeRequest i...