Hello, 

you will use servicemix like a bridge, won't you?
for this need, you have to always use the http
component, but twice. 
one for get request (consumer) and one for 
relaying the request to your remote WS (provider).
please see:
http://servicemix.org/site/servicemix-http.html for
more information.

    |--------------- SMX 3.1 ---------------|
in <-> http(consumer) <---> http(provider) <->  out 

             -- request flow -->
             <-- reply flow -- 

Cordialement,
Grégoire A.

--- jlbarrera <[EMAIL PROTECTED]> a écrit :

> 
> But .. the web services already exists (external
> webservices). I only wish
> exposed it in ServiceMix and that i could access him
> throught ServiceMix.
> 
> 
> 
> keogaa-ddo wrote:
> > 
> > 
> > Hello,  
> > 
> > you have to create 2 component, 
> > one for get all http request , servicemix-http
> > one to process your fullsoap request,
> > servicemix-jsr181
> > 
> > the first one will get the httprequest and sends
> it to
> > the second one.
> > 
> > please try, in (SMX 3.1) the 'examples/wsdl-first'
> > example. it should be match your needs.
> > 
> > Regards,
> > 
> > --- jlbarrera <[EMAIL PROTECTED]> a écrit :
> > 
> >> 
> >> I want exposed a web service enabled in
> ServiceMix,
> >> i try by a lot of ways,
> >> but its impossible for me.
> >> 
> >> Somebody can tell me, how i can exposed a simple
> web
> >> service (hello world)
> >> in Servicemix??
> >> -- 
> >> View this message in context:
> >>
> >
>
http://www.nabble.com/Exposed-Web-services-in-ServiceMix%2C-how--tf3136506s12049.html#a8691471
> >> Sent from the ServiceMix - User mailing list
> archive
> >> at Nabble.com.
> >> 
> >> 
> > 
> > 
> > 
> >     
> > 
> >     
> >             
> >
>
___________________________________________________________________________
> 
> > Découvrez une nouvelle façon d'obtenir des
> réponses à toutes vos questions
> > ! 
> > Profitez des connaissances, des opinions et des
> expériences des
> > internautes sur Yahoo! Questions/Réponses 
> > http://fr.answers.yahoo.com
> > 
> > 
> 
> -- 
> View this message in context:
>
http://www.nabble.com/Exposed-Web-services-in-ServiceMix%2C-how--tf3136506s12049.html#a8693460
> Sent from the ServiceMix - User mailing list archive
> at Nabble.com.
> 
> 



        

        
                
___________________________________________________________________________ 
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur 
Yahoo! Questions/Réponses 
http://fr.answers.yahoo.com

Reply via email to