Hi All,

       I am trying out servicemix concept for POJO example using CXF - SE.
       The flow and i am trying out is :
     
       Client --> HTTP SU (SOAP request) ----> CXF - SE ---> Client.

       And here everything ( compiling, deployment) is fine. After that when
ever i hit HTTP SU using a 
client.html which sends a soap request.

The Error i am getting is:

     DEBUG - HttpComponent                  - Created correlation id:
ID:192.168.2.53-11a01d1f1ec-4:0
DEBUG - DeliveryChannelImpl            - Send
ID:192.168.2.53-11a01d1f1ec-4:0 in DeliveryChannel{servicemix-http}
WARN  - DefaultBroker                  - ServiceName
({http://servicemix.in2m.com/samples/pojo}PersonService) specified for
routing, but can't find it registered
WARN  - DefaultBroker                  - ServiceName
({http://servicemix.in2m.com/samples/pojo}PersonService) specified for
routing, but can't find it registered
DEBUG - DeliveryChannelImpl            - Exception processing:
ID:192.168.2.53-11a01d1f1ec-4:0 in DeliveryChannel{servicemix-http}


Here are my files:

http xbean.xml file:
-----------------------------
<http:endpoint service="person:PersonService"
                 endpoint="soap"
                 role="consumer" 
                 targetService="person:PersonService"
                 locationURI="http://localhost:8192/PersonService/";
                 defaultMep="http://www.w3.org/2004/08/wsdl/in-out";
                 soap="true" />  

Any my client.html file is:
-----------------------------------------
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/";
              xmlns:tns="http://servicemix.in2m.com/samples/pojo/types";>
  <env:Body>
    <tns:GetPerson>
      <tns:personId>world</tns:personId>
    </tns:GetPerson>
  </env:Body>
</env:Envelope>

And every thing is fine at CXF - SE side. 

      1) So, what's going wrong here.
      2) Interesting point the same example i tried out using JSR181 and its
working.

Please help me i stuck with this problem.
-----------------------------
Sandeep.





-- 
View this message in context: 
http://www.nabble.com/Problem-with-CXF-SE-tp17320941p17320941.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to