Any workaround for ignoring unexpected elements in Apache Axis 1.4?

后端 未结 3 1320
北恋
北恋 2021-02-19 02:23

The problem was asked before \"Apache AXIS Ignore/Skip additional element while parsing\" in 2012 for Apache Axis 2. Is there no workaround yet for Axis 1.4?

Pro

3条回答
  •  天命终不由人
    2021-02-19 02:34

    Try using Metro library instead of Axis, it worked for me in October 2014. Please, ignore this suggestion if you must use Axis library.

    Using Axis 2 library to create a Java client that calls .NET WCF service (communicating over the Internet securely), we got errors generating Java client class from WSDL. As a workaround, we switched to a different library, Metro 2.3, and we were able to generate Java client that runs without any problems.

    One of the important steps to getting a successful secure web service call from Java was configuring client and server certificates.

提交回复
热议问题