Hi,
i have problem to route message from a jsr pojo.
Where to do the route and how ? wich components to use ? PojoReceiver ?

Thanks for your response.

Abdeslam


here some code
-------------------------- http su :

<beans xmlns:http="http://servicemix.apache.org/http/1.0";
       xmlns:ws_messaging="urn:com:thales:eai:ws_messaging">

  <http:endpoint service="ws_messaging:MessagingService"
endpoint="MessagingPort"
                                                                
interfaceName="Messaging"
                                                                role="consumer"
                  locationURI="http://localhost:8192/MessagingService/";
                                                        
defaultMep="http://www.w3.org/2004/08/wsdl/in-out";
                  defaultOperation="getMessaging"
                                                        soap="true"
                                                        
targetService="ws_messaging:MessagingService" />
</beans>
-------------------------- 


-----------------------jsr su -------------------------
<jsr181:endpoint 
        endpoint="MessagingPort"
                typeMapping="xmlbeans"
                        wsdlResource="classpath:ws_messaging.wsdl">
                                        <jsr181:pojo>
                                                        <bean 
class="com.thales.eai.ws_messaging.ws_messagingImpl" />
                                        </jsr181:pojo>
</jsr181:endpoint>


-- 
View this message in context: 
http://www.nabble.com/Route-Message-from-JSR181-POJO-webservice-tf4523249s12049.html#a12904006
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to