Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以在运行时配置 cxf 元素,在运行 mule 期间。
例如如何设置“地址”和“wsdlLocation”
两者都不是必需的...您可以提供 wsdl 位置或地址 .. 例如:-
< cxf:jaxws-service wsdlLocation="wsdl/helloservice.wsdl" serviceClass="com.myapp.serviceA.IServiceA" doc:name="SOAP"/ >