Cxf webservice: exception SOAPFaultException: Unexpected wrapper element found solution, unexpectedelement

Source: Internet
Author: User

Cxf webservice: exception SOAPFaultException: Unexpected wrapper element found solution, unexpectedelement

An exception occurred when the client used SOAP to call the CXF service:

Javax. xml. ws. soap. SOAPFaultException: Unexpected wrapper element {urn: hl7-org: v3} hello found. Expected {urn: hl7-org: v3} hello

Cause: The namespace of the client and server is different, that is, the path of the WebService Interface package of the client and the server is inconsistent.

Solution:

1. the WebService Interface package path of the client and server is the same.

2. Specify the same targetNamespace on the client and server interface annotations. We recommend that you use the same package name.

3. for reverse-generated server code, comment out: wsdlLocation section; wsdlLocation will cause failure to find specific services.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.