You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Create Invoice Interface Header Webservice .. Error

edited Jul 22, 2017 7:00AM in Middleware 1 comment

Summary

Create Invoice Interface Header Webservice .. Error

Content

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();

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!