ServiceMix does not require any wsdl, it's all optional, so you can just receive an incoming http request and send it to servicemix-bean without any wsdl anywhere.
On Jan 17, 2008 10:19 AM, intalio314 <[EMAIL PROTECTED]> wrote: > > > > gnodet wrote: > > > > I don't see any reference to a WSDL anywhere in your files. > > WSDL will only be generated from POJOs by servicemix-jsr181 and > > servicemix-cxf-se AFAIK. > > If you use servicemix-bean, you'd have to write your WSDL and associated > > it > > (either on the servicemix-bean endpoint or the servicemix-http one). > > > > > Thanks, that (using jsr181 instead of bean) definitely worked. Is there > any > way, however, to feed into the system normal HTTP requests (non SOAP) > without having to write a WSDL anywhere by hand (I guess I'm too > influenced > by Mule's approach)?. > > > > -- > View this message in context: > http://www.nabble.com/%3A---Can%27t-get-a-simple-connection-to-work-tp14903524s12049p14914941.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
