Did you look in the ISAdmin and create web service end point alias for Consumer/Provider (although you are not asking about this?) and I believe /ws/ is a must in the call.
You can create the alias from IS admin page. I assume you can also create a http url alias from the developer (wM 8.2 and above) from the flow step properties. Kindly check that also.
Yes RMG, I agree with you, we can change only the port details( localhost and port ) from end point alias.
/ws/ directive is ok to have. But I’m concerned with the tail .: this is not so fancy to share with external partners. And also it will be difficult in case there is a change in folder structure at our end ( partner has to change the path again)
Hi
For alias create you can create a soapprocessor and register it and then you can edit that name in SOAPUI as
http:\servername:port\soap\name of processor
Yes your suggestion is fine.but if he want to change the alias and want to call that alias by different name then registersoapprocessor service use and then give the directive name as he want.