I'm working on a project involving an Oracle team in a Solaris environment. They need to be able to update a list item from their environment, programmatically. I need to write a proof of concept that will update SharePoint from their environment.
What is the best way to interact with SharePoint from a UNIX environment? PERL plays nicely with web services, right? I'm thinking I can just access the SharePoint web services and attach the file with no problems from a PERL script.
Does anyone have any experience with this, and do you have any recommendations? If there's a way to call an Oracle stored procedure to accomplish the same thing, that might be easier.