On 4/17/07, Owen Thomas <[EMAIL PROTECTED]> wrote:
Thanks Guillaume for that. I have made changes to my HTTP BC's xbean.xml
file as stated.

Still, I cannot get the WSDL.

If my xbean.xml is...

<beans xmlns:http="http://servicemix.apache.org/http/1.0";
       xmlns:jwsdl="http://au.net.wcg.webservice.jvmhost/WSDL";>
    <http:endpoint service="jwsdl:owen"
                   endpoint="soap"
                   role="consumer"
                   locationURI="http://0.0.0.0:8192/example/";
                   defaultMep="http://www.w3.org/2004/08/wsdl/in-out";
                   soap="true" />
</beans>

... what will I enter in my browser to get the WSDL?

I believe you still need to define the wsdlResource attribute as noted
in the servicemix-http documentation to point to the WSDL file. Then
you can visit the URL defined in the locationURI attribute like so:

http://0.0.0.0:8192/example/?wsdl

This will forward the request to http://0.0.0.0:8192/example/main.wsdl
and should display the WSDL for the service.

Bruce
--
perl -e 'print unpack("u30","D0G)[EMAIL 
PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache Geronimo - http://geronimo.apache.org/
Apache ActiveMQ - http://activemq.org/
Apache ServiceMix - http://servicemix.org/
Castor - http://castor.org/

Reply via email to