标签: java xml soap cxf
我的代码如下:
MyService f = new MyService(); MyPortType type = f.getMyPortType();
我需要使用x509证书签署soap请求 据我所知,我需要使用
XmlSigOutInterceptor
但是我发现无法找到文件的奇怪错误?