What is the best way to send XML data to webservices jaxws

前端 未结 5 695
刺人心
刺人心 2021-01-20 04:09

What is the best way to send XML data to web services jax-ws?

One of the way I could make out is to convert xml into String from client side and send it as a String

5条回答
  •  我在风中等你
    2021-01-20 04:42

    Best way is to use framework that supports web-service standards. For Java try Apache CXF or Apache Axis 2.

提交回复
热议问题