铁路肥皂服务名称

时间:2015-10-13 10:20:24

标签: soap coldfusion railo

我正在将我的SOAP Web服务从ColdFusion转移到Railo服务器。 但是,我的SOAP-webservice的名称在Railo中发生了更改,这会导致使用此服务的服务器出错。

来自Railo生成的wsdl: < wsdl:service name =“ FMSService_wrapService ”>

ColdFusion中的相同服务 < wsdl:service name =“ FMSServiceService ”>

有没有办法手动更改服务的名称?

我在网络服务的cfc中试过这个: < cfcomponent name =“FMSService”...

它不起作用......

0 个答案:

没有答案