Hi,
I am trying to write an external task from wfm that will use the Open Deploy Web Services. Calling getCSContext() from CSF.
When I run the task, I get the error:
"The AXIS engine could not find a target service to invoke! targetService is null".
Am calling the URL :
http://:12973/iw/services/csf/1.1/accessserviceand I can see a list of services. But when I add "?wsdl" to the URL, it gives me the same error. Is it supposed to be this way?
The code I'm using has been used before in a machine having TS/LS/OD version 7.1, which did not give any error. Now I'm re-using it in another machine, having TS/LS/OD version 7.3.1.
Was wondering if there's something wrong with my settings for AccessService / OD ?
Any ideas would be appreciated.
Thank You.