<jaxws:endpoint id="iemp" implementorClass="com.qfy.service.IEmp" implementor="com.qfy.service.impl.EmpImpl" address="/iemp"></jaxws:endpoint>
这么写就可以发布webservice了
不需要告诉计算机IP地址吗?
cxf可以自动识别吗?
<jaxws:endpoint id="iemp" implementorClass="com.qfy.service.IEmp" implementor="com.qfy.service.impl.EmpImpl" address="/iemp"></jaxws:endpoint>
这么写就可以发布webservice了
不需要告诉计算机IP地址吗?
cxf可以自动识别吗?