Hi All, I have an interesting design issue related to my http component and
wsdl publishing 
currently I have below scenario 

smx:http consumer(no wsdl, accep any well formed soap message) -> camel
router-> external web service

I need to publish wsdl with my http component but would need to accept any
well formed soap message then route to a pojo class to do few validation on
my own then route to a camel router then to external web service

here is the new flow
smx:http consumer(could be cxf bc? , publishing wsdl) -> pojo class with
doListen()->camel router->external web service
Important  point to be noted here are
**  the pojo class will not have any operation defined for the operations
declared in the wsdl 
** doListen() method in the pojo class will receive any incoming soap
message for all operations declared in the wsdl and do a few validation and
send to camel router. 

How would I proceed doing this? Any suggestion will be very helpful
-- 
View this message in context: 
http://old.nabble.com/publishing-wsdl-with-no-autovalidation-and-with-no-webservice-associated-with-it-tp28489180p28489180.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to