开发者

Can we use Spring WS for webservice of type RPC/ENCODED?

开发者 https://www.devze.com 2023-04-08 19:46 出处:网络
I have a WSDL of type RPC/Encoded and implementing Message Level Security开发者_JAVA技巧 (my XSD is complex type).

I have a WSDL of type RPC/Encoded and implementing Message Level Security开发者_JAVA技巧 (my XSD is complex type).

  1. Can I use Spring WS for this type of Web Service?
  2. is JAX-WS support this type of web service?

What is best way to implement this type of webservice? I need to implement the client.


JAX-WS does not support RPC/Encoded type of web services. For this we can use Rampart and also for more reference we can also refer to WSO2

0

精彩评论

暂无评论...
验证码 换一张
取 消