You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Bummer <sa...@gmail.com> on 2007/06/01 02:14:06 UTC

Re: 404 Unable to find requested resource when requesting WSDL

Try take out the "/" character in your http-provider xbean setting at
locationURI ...
It should work (SOAPUI request and response)


Michael Mattox-3 wrote:
> 
> To help those who may have the same problem and hopefully stumble upon
> this thread in the archives, here is the xbean.xml that allows
> retrieving the WSDL :
> 
> <beans xmlns:http="http://servicemix.apache.org/http/1.0"
>        xmlns:echange="http://www.company.com/echange"
>        xmlns:xfire="http://xfire.codehaus.org">
> 
>    <http:endpoint service="xfire:EchoService"
>                  endpoint="EchoServiceHttpBinding"
>                  targetService="xfire:EchoService"
>                  soapVersion="1.1"
>                  soap="true"
>                  role="consumer"
>                  locationURI="http://localhost:9000/EchoService"
>                  defaultMep="http://www.w3.org/2004/08/wsdl/in-out"
> 
> wsdlResource="http://localhost:8080/test-business-service/services/EchoService?wsdl"
>                  />
> 
>     <http:endpoint service="xfire:EchoService"
>                    endpoint="EchoServiceHttpBindingProvider"
>                    soapVersion="1.1"
>                    soap="true"
>                    role="provider"
> 
> locationURI="http://localhost:8080/test-business-service/services/EchoService/"
> 
> wsdlResource="http://localhost:8080/test-business-service/services/EchoService?wsdl"/>
> 
> </beans>
> 
> URL: http://localhost:9000/EchoService/?wsdl
> 
> 

-- 
View this message in context: http://www.nabble.com/404-Unable-to-find-requested-resource-when-requesting-WSDL-tf3835016s12049.html#a10904449
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: 404 Unable to find requested resource when requesting WSDL

Posted by Michael Mattox <mi...@gmail.com>.
FINALLY!  It works!  Thank you & everyone else for all the help, I
really appreciate it.

On 6/1/07, Bummer <sa...@gmail.com> wrote:
>
> Try take out the "/" character in your http-provider xbean setting at
> locationURI ...
> It should work (SOAPUI request and response)
>
>
> Michael Mattox-3 wrote:
> >
> > To help those who may have the same problem and hopefully stumble upon
> > this thread in the archives, here is the xbean.xml that allows
> > retrieving the WSDL :
> >
> > <beans xmlns:http="http://servicemix.apache.org/http/1.0"
> >        xmlns:echange="http://www.company.com/echange"
> >        xmlns:xfire="http://xfire.codehaus.org">
> >
> >    <http:endpoint service="xfire:EchoService"
> >                  endpoint="EchoServiceHttpBinding"
> >                  targetService="xfire:EchoService"
> >                  soapVersion="1.1"
> >                  soap="true"
> >                  role="consumer"
> >                  locationURI="http://localhost:9000/EchoService"
> >                  defaultMep="http://www.w3.org/2004/08/wsdl/in-out"
> >
> > wsdlResource="http://localhost:8080/test-business-service/services/EchoService?wsdl"
> >                  />
> >
> >     <http:endpoint service="xfire:EchoService"
> >                    endpoint="EchoServiceHttpBindingProvider"
> >                    soapVersion="1.1"
> >                    soap="true"
> >                    role="provider"
> >
> > locationURI="http://localhost:8080/test-business-service/services/EchoService/"
> >
> > wsdlResource="http://localhost:8080/test-business-service/services/EchoService?wsdl"/>
> >
> > </beans>
> >
> > URL: http://localhost:9000/EchoService/?wsdl
> >
> >
>
> --
> View this message in context: http://www.nabble.com/404-Unable-to-find-requested-resource-when-requesting-WSDL-tf3835016s12049.html#a10904449
> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>
>