Create Invoice Interface Header Webservice .. Error
Summary
Create Invoice Interface Header Webservice .. ErrorContent
Hi,
I am able to insert the data into ap_invoices_interface table using soapui, but when i build webservice proxy in Jdeveloper the data is not getting inserted. This should be pretty straight forward but looks like I am missing some step here. Below is the code please look into it.
public static void main(String[] args) throws Exception{
InvoiceInterfaceServiceSoapHttpPortClient client = new InvoiceInterfaceServiceSoapHttpPortClient();
CreateInvoiceInterfaceResponse hello = new CreateInvoiceInterfaceResponse();
InvoiceInterfaceHeaderResult res = new InvoiceInterfaceHeaderResult();
InterfaceResponseResult res2 = new InterfaceResponseResult();
List<InvoiceInterfaceLine> InvList= new ArrayList<InvoiceInterfaceLine>();
ObjectFactory Hdr= new ObjectFactory();
ObjectFactory line = new ObjectFactory();
InvoiceInterfaceHeader InvHdr = Hdr.createInvoiceInterfaceHeader();