Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/svg/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
IBM Websphere application server 7 JAX-WS客户端WSSE UsernameToken_Websphere_Jax Ws_Wsse_Usernametoken - Fatal编程技术网

IBM Websphere application server 7 JAX-WS客户端WSSE UsernameToken

IBM Websphere application server 7 JAX-WS客户端WSSE UsernameToken,websphere,jax-ws,wsse,usernametoken,Websphere,Jax Ws,Wsse,Usernametoken,我正在IBMWebSphereApplicationServer7上使用JAX-WS使用web服务。在传递SOAP消息时设置WS-message级别的安全性。 UsernameToken xmlns:wsu未正确传递到提供程序端。WebSphere server上是否需要任何配置 SOAP消息打印在我的应用程序日志中 wsse:UsernameToken wsu:Id=“XXXX”xmlns:wsu=”http://docs.oasis-open.org/wss/2004/01/oasis-20

我正在IBMWebSphereApplicationServer7上使用JAX-WS使用web服务。在传递SOAP消息时设置WS-message级别的安全性。 UsernameToken xmlns:wsu未正确传递到提供程序端。WebSphere server上是否需要任何配置

SOAP消息打印在我的应用程序日志中

wsse:UsernameToken wsu:Id=“XXXX”xmlns:wsu=”http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"

Web服务提供商收到SOAP消息

wsse:UsernameToken wsu:Id=“XXXX”xmlns:wsse=”http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"


不知道SOAP消息WS-Security头是如何被覆盖的

我发现了问题并解决了。WSSE和WSU的命名空间应正确应用。 WSSE=“” WSU=“”