Interface IWebServiceDefinition

    • Method Detail

      • getChangeAgent

        IWebServiceDefinition.ChangeAgentValue getChangeAgent()
        Getter for field CHANGEAGENT

        Last modification agent

        The change agent identifier that made the last modification.

        • CSDAPI - The resource was last changed by a CEDA transaction, by the programmable interface to DFHEDAP or by an EXEC CICS CSD command.
        • CSDBATCH - The resource was last changed by a DFHCSDUP job.
        • DREPAPI - Resource was last changed by a CICSPlex SM API command.
        • N_A - Resource was created or last updated prior to CICS TS Version 4 Release 1 and support for resource signatures.
      • getUserdata1

        java.lang.String getUserdata1()
        Getter for field USERDATA1

        User data area 1

        Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.

      • getUserdata2

        java.lang.String getUserdata2()
        Getter for field USERDATA2

        User data area 2

        Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.

      • getUserdata3

        java.lang.String getUserdata3()
        Getter for field USERDATA3

        User data area 3

        Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.

      • getPipeline

        java.lang.String getPipeline()
        Getter for field PIPELINE

        Pipeline in which to install this web service

        The name of the PIPELINE in which the WEBSERVICE is installed; that is, the name of the PIPELINE resource that contains this WEBSERVICE resource. The name can be up to 8 characters long.

      • getWsbind

        java.lang.String getWsbind()
        Getter for field WSBIND

        Fully-qualified WSBind file on zFS

        The file name of the web service binding file associated with the web service resource.

      • getWsdlfile

        java.lang.String getWsdlfile()
        Getter for field WSDLFILE

        Fully-qualified WSDL file on zFS

        The file name of the web service description (WSDL) file associated with the web service resource.

      • getValidation

        ICICSEnums.YesNoValue getValidation()
        Getter for field VALIDATION

        Perform validation of SOAP messages against WSDL

        Indicates whether full validation of SOAP messages against the corresponding schema in the web service description is specified.

      • getArchivefile

        java.lang.String getArchivefile()
        Getter for field ARCHIVEFILE

        Fully-qualified archive file on zFS

        The archive file contains the wsdl document for this Web Service.