Delete/insert lines with SOAP web service

Hi,

I don't understand how to set up the parameters to insert and delete lines via web service; actually, I can't find much on those parameters in general (their definition, when should I use which, etc). A simple example would do the job as well, I can learn from that, but I can't find anyhing on it.

I am trying this on sales quotes, so I know that in order to delete lines I should set 

WW_ACTION = "SUPLIG"
WW_IDENT = mySQHNUM
 and then I should give some value to the 
WW_TAB
 and 
WW_PAR
 arrays, but I don't know what they are referring to. I am using Sage X3 v11.

Can someone give me some insight, please?

Thank you

Parents Reply
  • in reply to Regard Hulsbos

    Wow, so the recommended method of integration is this file import process passing through clob data along to those AOWS subprograms?

    When you say 'published object windows', your talking about publishing SIH object as a webservice and using that? As that's what I've done in the past.

Children
  • in reply to SergeB

    That is correct, its fast, efficient and can be done in real-time or batch mode. The 'published object windows' are the published entry transactions of the objects. They are limited in that they only work for certain objects, they contain a lot of display fields which are not need for transaction generation, cluttering the XML (unless you unpublish them). You can use the AOWSIMPORT/AOWSEXPORT both via SOAP and internally to process transaction generation/export.