
Chapter 4. Modern Web services development tools 61
DFHWS2LS
DFHWS2LS generates a language structure and Web services binding file from
a Web services description. Example 4-2 shows sample JCL for running
DFHWS2LS.
Example 4-2 DFHWS2LS JCL sample
//WS2LS JOB ’accounting information’,name,MSGCLASS=A
// SET QT=’’’’
//JAVAPROG EXEC DFHWS2LS,
// TMPFILE=&QT.&SYSUID.&QT
//INPUT.SYSUT1 DD *
PDSLIB=//CICSHLQ.CICS.SDFHSAMP
REQMEM=CPYBK1
RESPMEM=CPYBK2
LANG=COBOL
PGMNAME=DFH0XCMN
URI=exampleApp/inquireSingle
PGMINT=COMMAREA
WSBIND=/u/exampleapp/wsbind/inquireSingle.wsbind
WSDL=/u/exampleapp/wsdl/inquireSingle.wsdl
/*
4.2 WebSphere Developer for System z ...