zowe / zowe-cli-cics-plugin

Migrated to zowe/cics-for-zowe-client.
https://github.com/zowe/cics-for-zowe-client
Eclipse Public License 2.0
7 stars 11 forks source link

Define a CICS WEBSERVICE #58

Closed ghost closed 4 years ago

ghost commented 4 years ago

Create a new Zowe CLI command to define a CICS WEBSERVICE resource (zowe cics define webservice).

Required options:

Additional options:

IBM documentation:

Example of invoking REST API to define WEBSERVICE: POST <host>:<port>/CICSSystemManagement/CICSDefinitionWebService/CICCMCI2 where region name = "CICCMCI2" with the following XML body:

<request>
  <create>
    <parameter name="CSD"/>
    <attributes DESCRIPTION="" PIPELINE="pipeline" NAME="websvc" WSBIND="/u/exampleapp/wsbind/example.log" csdgroup="MYGRP"/>
  </create>
</request>
Joe-Winchester commented 4 years ago

@MikeBauerCA and @tjohnsonBCM - how's it going with the CICS WebService work ? Is there anything that you'd like anyone from IBM to help with - a lot of the Zowe Hursley team are co-located with the CICS development lab and we'd be keen to help with this and any other CICS related work. Tks

ghost commented 4 years ago

@Joe-Winchester Thanks for reaching out! Our team has been able to complete a few of the issues in this milestone, but for those that remain and do not yet have someone assigned, help would be appreciated.