Category Archives: Webservices

Mashups, SOAP WebServices and SAML

Many years ago I created a little Mashup that called a MWS SOAP WebService to return invoices for a supplier on a specific day. More recently IFL updated to 13.4, and as part of the 13.4 upgrade we moved to … Continue reading

Posted in Development, M3 / MoveX, Mashups, Webservices | 3 Comments

WebService Dataload

There are times when you want to bulk load data, especially if you are doing significant process changes or new customer installs, unfortunately there aren’t really any generic bulk load tools that I’ve come across that are…um…free or don’t offend … Continue reading

Posted in Misc, Webservices | 4 Comments

Mashups, WebServices and Variable Substitution

So in my last post I was talking about my next wee experiment. Using a Mashup with a WebService and supplying the parameters for the WebService. Initially I was thinking that this wouldn’t be an issue at all especially when … Continue reading

Posted in M3 / MoveX, Mashups, Webservices | 5 Comments

LSO10, APIs & WebServices, things have changed

We recently upgraded to LSO10 (yay!), got Mashups (yay!), DAF (yay!) and LES (yay!) and we went as far as we could with the Grid. So M3 is now in the Grid so we lose Server View and instead get … Continue reading

Posted in M3 / MoveX, Webservices | 5 Comments

Modification Removal – Freecap In OIS101 – BackgroundWorker and Adding Columns

In this post I will be rather wordy, as it marks a turning point – the realisation of a dream 😉 If you want to avoid some of the excessive chatter I’ve divided this in to sections so you can … Continue reading

Posted in Development, M3 / MoveX, Webservices | Tagged , , , , , , , , | 4 Comments

Importing BUS100 Budgets via WebServices Part II

Ok, so I posted some code about submitting importing budgets last week. And now we have some improvements. Since last week I have had some time to think about the script and some of the improvements. I didn’t really like … Continue reading

Posted in M3 / MoveX, Webservices | Tagged , , , , , | Leave a comment

Importing BUS100 Budgets via WebServices

In my last post I was talking about importing Budgets for BUS100 from a spreadsheet by purely using jscripts, and it was a miserable failure; well, not quite miserable, but sadly didn’t work in a way suitable to deploy to … Continue reading

Posted in Development, M3 / MoveX, Webservices | Tagged , , , , | Leave a comment

Calling WebServices from jscript in LSO – A Rough Cut

So, here it is, how to call WebServices from Jscript in LSO. In my experience with scripting languages, they typically aren’t great when it comes to handling complex tasks such as processing XML files. Sure, they can but you put … Continue reading

Posted in Development, M3 / MoveX, Webservices | Tagged , , | 11 Comments