AutoSys Workload Automation

 View Only
  • 1.  Suberror for a WS_DOCLIT job type

    Posted Jul 05, 2019 01:55 PM
    Hi,

    Getting below listed error when trying to execute Webservice Doclit job type on CA Workload Automation DE product.
    Any pointers to fix the error would be helpful.
    I have already verified the WSDL, Endpoint URL, SOAP action and User setup on the CAWA agent.

    Product: CA Workload Automation DE
    Product Version: 12.1
    Agent Version: 11.4.01
    Error:
    WebservicePlugin.webservice Internal Thread.CybWOBWebserviceRundoclitHandler.processWob[:1089] - org.exolab.castor.util.NestedIOException: Error retrieving document at org.exolab.castor.xml.schema.reader.SchemaReader.handleException(SchemaReader.java:386)
    at org.exolab.castor.xml.schema.reader.SchemaReader.handleException(SchemaReader.java:414)
    at org.exolab.castor.xml.schema.reader.SchemaReader.read(SchemaReader.java:307)
    at cybermation.commonservice.webservice.wsdl.CybWSDLParser.getSchema(CybWSDLParser.java:263)
    at cybermation.commonservice.webservice.wsdl.CybWSDLParser.parseWSDL(CybWSDLParser.java:475)
    at cybermation.commonservice.webservice.wsdl.CybWSDLParser.parseWSDL(CybWSDLParser.java:435)
    at cybermation.plugins.webservice.handler.CybWSDocLitHandler.prepare(CybWSDocLitHandler.java:300)
    at cybermation.plugins.webservice.wobhandler.CybWOBWebserviceRundoclitHandler.processWob(CybWOBWebserviceRundoclitHandler.java:1075)
    at cybermation.plugins.library.base.CybRMIExternalPluginBaseManager.processWob(CybRMIExternalPluginBaseManager.java:628)
    at cybermation.plugins.library.base.CybRMIExternalPluginBaseManager.run(CybRMIExternalPluginBaseManager.java:461)
    at java.lang.Thread.run(Thread.java:748)





    ------------------------------
    Mala
    ------------------------------


  • 2.  RE: Suberror for a WS_DOCLIT job type
    Best Answer

    Broadcom Employee
    Posted Jul 17, 2019 06:15 PM
    In order for the agent to make a Document / Literal SOAP request, the agent must have access to the WSDL.  The failure you are seeing is because the agent cannot download the WSDL at the specified location defined in the job definition.


  • 3.  RE: Suberror for a WS_DOCLIT job type

    Posted Jul 23, 2019 09:02 PM
    Hi Richard,

    I have checked the User ID  can login to the agent and access the WSDL. Is there something I am missing in Job configurations?

    Thanks,
    Mala


    ------------------------------
    Mala
    ------------------------------



  • 4.  RE: Suberror for a WS_DOCLIT job type

    Broadcom Employee
    Posted Jul 24, 2019 01:51 AM
    It really depends on the structure of the WSDL.  It looks like it is failing during the schema processing this can be due to imports.  The agent needs access to all of the WSDL imports.  Not just the top level portion.  With out seeing the WSDL it is hard to tell what the problem is.