Forum Discussion
Robert_Nemet
18 years agoOccasional Contributor
>sh mockservicerunner.sh -m"SidManagementWSSOAP11Binding MockService" "/local/mnt/home/camadmin/soapui-2.0.2/SIDManagement-soapui-project.xml"
Your service name have white space. Remove it from service name example: ......
Unix removes " and for it looks like you are parsing 3 instead 2 params. So, it should be something like this:
sh mockservicerunner.sh -mSidManagementWSSOAP11Binding /local/mnt/home/camadmin/soapui-2.0.2/SIDManagement-soapui-project.xml
Your service name have white space. Remove it from service name example: ...
Unix removes " and for it looks like you are parsing 3 instead 2 params. So, it should be something like this:
sh mockservicerunner.sh -mSidManagementWSSOAP11Binding /local/mnt/home/camadmin/soapui-2.0.2/SIDManagement-soapui-project.xml