hello, 

into an http component, this config should work fine
;-)


*****************************************************
    <!-- BC : Input endpoint -->
    <http:endpoint service="test:TestInOnlyService"

                 endpoint="TestInOnlyServiceProxy"

                targetService="test:AttachmentService"
                                 soapVersion="1.1"

                 soap="true"

                 role="consumer"

              
locationURI="http://0.0.0.0:8080/test/AttachmentWS";

                
defaultMep="http://www.w3.org/2004/08/wsdl/in-only"; 
                                 />

    <!-- FIN BC -->                 
           
        
        <!-- BC Output endpoint -->

    <http:endpoint service="test:AttachmentService"

                  
endpoint="AttachmentServiceProvider"

                  
interfaceName="test:AttachmentServiceImpl"

                   soapVersion="1.1"

                   soap="true"

                   role="provider" 
                  
locationURI="http://<remoteWS>:8080/test/AttachmentWS"

                                  
defaultMep="http://www.w3.org/2004/08/wsdl/in-only"; />

    <!-- FIN BC -->
******************************************************

Cordiallement,
Grégoire A.

--- [EMAIL PROTECTED] a écrit :

> 
> 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
> 



        

        
                
___________________________________________________________________________

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


        

        
                
___________________________________________________________________________ 
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