I am trying to the utility DFHWS2LS to create a CICS Web service requester.
The first step mentioned in the IBM redbooks or the guides is running this in a JCL.
I face this issue on submitting the JCL.
I am doing something wrong. Can't figure out what.
Any help regarding this would be appreciated.
//IBMUSERW JOB (),'WS2LS',MSGCLASS=A,NOTIFY=&SYSUID,
// REGION=0M
// SET QT=''''
// JCLLIB ORDER=(IBMUSER.SAMPLE.JCLS)
//JAVAPROC EXEC DFHWS2LS,REGION=0M,
// PATHREF='/u',
// TMPFILE=&QT.&SYSUID.&QT
//INPUT.SYSUT1 DD *
PDSLIB=//IBMUSER.SAMPLE.CPYBK
REQMEM=REQCOP
RESPMEM=RESCOP
LANG=COBOL
LOGFILE=
/u/SharedProjectDirectory/MyFirstWebServiceRequester/wsbind/example.log
MAPPING-LEVEL=3.0
CHAR-VARYING=NULL
INLINE-MAXOCCURS-LIMIT=2
URI=exampleApp/example
PGMINT=COMMAREA
SYNCONRETURN=YES
WSBIND=
/u/SharedProjectDirectory/MyFirstWebServiceRequester/wsbind/ES.wsbind
WSDL=
/u/SharedProjectDirectory/MyFirstWebServiceRequester/wsdl/ES.wsdl
/*