21%put TEST1: creating web service;
23 path=&mcTestAppLoc/temp/macros,
24 name=mv_createwebservice,
27%put TEST1: fetching web service code;
29 path=&mcTestAppLoc/temp/macros,
30 name=mv_createwebservice,
33%put TEST1: checking web service code;
34data work.test_results;
35 length test_description $256 test_result $4 test_comments $256;
36 if _n_=1 then call missing (of _all_);
37 infile compare end=eof;
40 if _infile_=
'01'x then test_result=
'PASS';
41 else test_result=
'FAIL';
42 test_description=
"Creating web service with invisible character";