You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-user@ws.apache.org by ju...@bt.com on 2009/09/15 13:27:16 UTC

Show wsdl

Hi all,

I am trying to show the wsdl of a muse web service on the browser, the
parameters and the location of the wsdl within the webapp are as I
describe below.

The wsdl is within a folder called wsdl
(webapps\WsSongStore\WEB-INF\classes\wsdl) and in the muse.xml you can
read this:
	
	<wsdl>
            <wsdl-file>/wsdl/WsSongStore.wsdl</wsdl-file>
            <wsdl-port-type
xmlns:pfx="http://songstore.org/tns">pfx:WsSongStorePortType</wsdl-port-
type>
	</wsdl>

But when I do a
http://localhost:8080/WsSongStore/services/WsSongStore?wsdl what I get
back is a 405 telling me that get method is not allowed. It is urgent to
fix this because I need to show the wsdl to expose it to the gateway.

Can you please help me with this?

Thanks

JuanLu