Where can I find WSDLs in Websphere web console interface
Yep, that's the question.
I didn't manage to find web service endpoints in websphere console. But I'm pretty 开发者_运维技巧sure they must be there, please help.
For JAX-WS services you can find it in two places:
- Applications > WebSphere enterprise applications > applicationName > Publish WSDL files
- or Sercices > Service providers > serviceName > View WSDL
And you can access it via service url also: http://host:port/context/serviceName?wsdl
In order to find or set the web service endpoint in administration console(for WAS version 6.1) go to: Applications>Enterprise Applications>App Name>Provide HTTP endpoint URL information
Go to Enterprise Applications > -> Service providers(under Web Service Properties) >, you will see the wsdl file. even it can be found Enterprise Applications > > Publish WSDL files(its under Web Service Properties)
精彩评论