It's in my first post. Here it is:

**************************** 
<beans xmlns:sm="http://servicemix.apache.org/config/1.0";
xmlns:jsr181="http://servicemix.apache.org/jsr181/1.0";
xmlns:http="http://servicemix.apache.org/http/1.0";
xmlns:demo="urn:servicemix:soap-binding"> 
        <sm:container id="jbi"> 
                <sm:activationSpecs>               
                        <sm:activationSpec> 
                                <sm:component> 
                                        <http:component> 
                                                <http:endpoints> 
                                                        <http:endpoint
service="demo:simple-service" endpoint="simple-service" role="consumer"
locationURI="http://localhost:8192/Service/";
defaultMep="http://www.w3.org/2004/08/wsdl/in-out"; soap="true"/> 
                                                </http:endpoints> 
                                        </http:component> 
                                </sm:component> 
                        </sm:activationSpec> 


                        <sm:activationSpec> 
                                <sm:component> 
                                        <jsr181:component> 
                                                <jsr181:endpoints> 
                                                        <jsr181:endpoint
pojoClass="soap.SimpleService" annotations="none"
service="demo:simple-service" endpoint="simple-service"/> 
                                                </jsr181:endpoints> 
                                        </jsr181:component> 
                                </sm:component> 
                        </sm:activationSpec> 
                </sm:activationSpecs> 
        </sm:container> 
</beans> 
**************************** 

-- 
View this message in context: 
http://www.nabble.com/Can%27t-get-WSDL-from-JSR181-service-tf1882104.html#a5153736
Sent from the ServiceMix - User forum at Nabble.com.

Reply via email to