1 Reply Latest reply on Aug 8, 2011 12:08 AM by ffang

    CXFBC consumer->CXFSEProxy ->CXFBC Provider

    chandraprabha

      Hi All,

       

      Please help

       

      I am cxfbc consume which call the cxfse proxy component .

       

      but from proxy when i am call in the external webservice i am getting the below error.

       

      If i call the cxfbc->cxf provider it works fine .

       

      soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

         org.apache.cxf.interceptor.Fault: Unmarshalling Error: unexpected element (uri:"urn:mdWebServiceAddress", local:"Address"). Expected elements are &lt;Zip>,&lt;AddressType>org.apache.cxf.interceptor.Fault: Unmarshalling Error: unexpected element (uri:"urn:mdWebServiceAddress", local:"Address"). Expected elements are &lt;Zip>,&lt;AddressType></fault>

               </detail>

            </soap:Fault>

         </soap:Body>

      </soap:Envelope>

        • 1. Re: CXFBC consumer->CXFSEProxy ->CXFBC Provider
          ffang

          Hi,

           

          This error generally comes from that the service module(build from the wsdl or java code) used for your cxf se proxy and cxf bc provider doesn't match.

           

          You current work flow is like

          cxfbc consumer>cxf se->cxf se proxy--> cxfbc provider

           

          The service module between cxfbc consumer and cxf se should be same, the service module between cxf se proxy and cxf bc provider should be same.

           

          Freeman