我正在使用 mule cxf 客户端来使用 Web 服务。如何更改 mule cxf 客户端的默认配置?我需要的是更改“Keep-Alive 标头”。其他选项是更改 http 协议版本以将其设置为 1.0,如果可能的话?谢谢你。
<cxf:jaxws-client operation="updateParcelDetails"
clientClass="com.pb.pts.service.endpoint.TrackingserviceV10"
port="ParcelTrackingServiceEndpoint_V1_0Port"
wsdlLocation="classpath:wsdl/TrackingV10.wsdl" />