I have a WSDL of type RPC/Encoded and implementing Message Level Security开发者_JAVA技巧 (my XSD is complex type).
- Can I use Spring WS for this type of Web Service?
- 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
精彩评论