spring - How to parse SOAP message into map object or json string without declaring java type?
过去多啦不再A梦
过去多啦不再A梦 2017-06-12 09:26:51
0
1
1030

RT, I have recently come into contact with web services. My understanding of web services is that the server declares the message format through the wsdl list, and the two parties use this format to send and receive soap messages for communication.

The problem now is that the methods I found on the Internet for parsing messages are to use third-party tools to generate java classes from xsd/wsdl files, and then convert the soap messages into java classes before operating. Is there any way to directly How to convert soap message into Map object?

过去多啦不再A梦
过去多啦不再A梦

reply all(1)
我想大声告诉你

When transmitting, just pass the map directly, and then use map to obtain it

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template