On Feb 13, 2008 10:26 AM, nate roe <[EMAIL PROTECTED]> wrote:
>
> I'm using ServiceMix 3.2.1, and Java 1.6
>
> I've attempted to create a WebService using a POJO deployed to ServiceMix's
> HTTP component.  When I hit ServiceMix at http://localhost:8192/ my service
> is shown, but when I attempt to view its WSDL, I receive a 404.  (When
> ServiceMix deploys my SA, however, it writes the WSDL to stdout.)

A 404 when trying to access the WSDL is almost always due to the fact
that the endpoint name in the xbean.xml does not match the wsdl:port
name attribute. I see that the endpoint name in your xbean.xml above
is soap. So what is the wsdl:port name in the generated WSDL?

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

Apache ActiveMQ - http://activemq.org/
Apache Camel - http://activemq.org/camel/
Apache ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/

Blog: http://bruceblog.org/

Reply via email to