Hi,
I am facing an issue while using OD webservices while deploying files.
INFORMATION:
=> We are working on TS 7.2.1, OD 7.2.1 and we are using Access service webservice and OD webservice for deployment(through workflows)
=> We upgraded TS product from 6.7 to 7.2.1
=> We also performed the migration activity
ISSUE:
=> I am trying to use the OD webservice and CSF access service for deployment. But I am facing issues doing the same.
I get an error in server.log when I deploy some file through workflows which internally are using the OD webservices for deployment:
2011-07-28 01:24:02,281 ERROR [STDERR] AxisFault
faultCode: {
http://xml.apache.org/axis/}Server.NoService faultSubcode:
faultString: The AXIS engine could not find a target service to invoke! targetService is null
faultActor:
faultNode:
faultDetail:
{
http://xml.apache.org/axis/}stackTrace:The AXIS engine could not find a target service to invoke! targetService is null
at org.apache.axis.server.AxisServer.invoke(AxisServer.java:270)
at org.apache.axis.transport.http.SimpleAxisWorker.execute(SimpleAxisWorker.java:449)
at org.apache.axis.transport.http.SimpleAxisWorker.run(SimpleAxisWorker.java:167)
at java.lang.Thread.run(Thread.java:619)
{
http://xml.apache.org/axis/}hostname:localhost2011-07-28 01:24:02,281 ERROR [STDERR] The AXIS engine could not find a target service to invoke! targetService is null
=> I also tried to access the web-services using the URLs:
http://localhost:12973/iw/services/csf/1.2/accessservicehttp://localhost:11111/iw/services/cd/1.2/opendeployserviceThough I get a response when I hit these URLs but the response is not a xml its just a plain html mentioning some services that are available. But I suppose I should get some XML output instead of plain HTML.
Does it mean I am missing some WSDL configuration?
Please let me know if I can provide more information on same.
=> I also executed the command iwodcmd start which works successfully
=> No errors were logged in OD log files, meaning that the default deployment process is working, but the deployment using webservice is not.
Any related suggestions would be of great help
Thanks