Hi... I would like to automatically create new Kashflow invoices using details held within my db3 (clipper/harbour/ntk) exe application (running on my local machine). I already call a .VBS file to read (and convert to text) external Excel files, and this works well. So, my thoughts are... is it be possible to write a VBS routine which runs the necessary SOAP functions to add new sales invoice data to the Kashflow account rather than manuually re-typing each invoice every time? My experence with VBS is minimal, and with SOAP is zero, although I've been writing clipper db3 applications since time began. I am reading the several other posts which discuss adding new invoices. However, they do mention VBS, but... I'm not quite there on how to code this text into my own local .VBS file which, when called from within my EXE, is able to access the Kashflow account and create the necessary invoices. Any help or pointers (to get the ball rolling) will be gratefully received. cheers Al Smith
No reason why you can't create a SOAP object in VB Script, just take a look at an ASP or older VB sample SOAP code and then take a look at the API docs and away you go.