I have created a method in a new module as per the Web Services instructions .
it runs perfectly well on a Windows environment .
If I "unixify" the module and deploy the war file.
When my test client attempts to invoke the method I get
otfgsapiws.CreateFGSObject_ws() failed on the Livelink Server. No results were returned. Check the Livelink Server thread logs.
the thread logs confirm the request with the correct ServiceName and ServiceMethod and other "_" prefixed variables but then nothing more.
just to confirm - this module and war file deployment work on a Windows instance.
What does the log message indicate?