Designer : changing a service name

Hi,

Is there any way to change the service name of a web service please?

I have generated a web service from a Service Flow with webMethods and the complete path obtained is including all the directories:
Example :
Service name : mifMetier.synchrone.ws.sonic:BeneficiaireWSService

<wsdl:service name=“mifMetier.synchrone.ws.sonic.BeneficiaireWSService”>
<wsdl:port name=“BeneficiaireWSPort” binding=“mif:BeneficiaireWSSOAPBinding”>
<soap:address location=“…”/>
</wsdl:port>
</wsdl:service>

For keeping upward compatibility, I would need to have the service name named exactly like below:
Service name : BeneficiaireWSService

<wsdl:service name=“BeneficiaireWSService”>
<wsdl:port name=“BeneficiaireWSPort” binding=“mif:BeneficiaireWSSOAPBinding”>
<soap:address location=“…”/>
</wsdl:port>
</wsdl:service>

Regards

I don’t think it is possible, but let us see what other comments on this.

Thanks,

Thanks for your reply.

If what you’re trying to do is expose the service to the consumer with a simpler name, e.g. http:///BeneficiaireWSService, then you could use a URL alias. Login to the IS admin console and you will find URL Aliases in the menu on the left under Settings.

Percio