Try http://localhost:8192/NSRService/?wsdl
-----Original Message----- From: Benamin [mailto:[EMAIL PROTECTED] Sent: jeudi, 10. mai 2007 17:00 To: [email protected] Subject: jsr problems I am trying to expose a web service called NSRService such as in the wsdl-first example. When I browse to http://localhost:8192/NSRService/main.wsdl, it doesn't display the wsdl. Any ideas on why it might not be able to find it? I will list my xbeans for jsr and http below: <beans xmlns:jsr181="http://servicemix.apache.org/jsr181/1.0"> <classpath> <location>.</location> </classpath> <jsr181:endpoint pojoClass="org.apache.servicemix.samples.servicemanagerassembly.NSRImpl" wsdlResource="classpath:externalsystem.wsdl" style="document" /> </beans> <beans xmlns:http="http://servicemix.apache.org/http/1.0" xmlns:NSR="http://servicemix.apache.org/servicemanagerassembly"> <http:endpoint service="NSR:NSRService" endpoint="soap" role="consumer" locationURI="http://localhost:8192/NSRService/" defaultMep="http://www.w3.org/2004/08/wsdl/in-out" soap="true" soapAction="getNSR" /> </beans> -- View this message in context: http://www.nabble.com/jsr-problems-tf3722100s12049.html#a10414909 Sent from the ServiceMix - User mailing list archive at Nabble.com. This email (and any attachments) contains confidential information, and is intended only for the named recipient. Distribution or copying of this email by anyone other than the named recipient is prohibited. If you are not the named or intended recipient, please notify TEMENOS or the sender immediately and permanently destroy this email (and any attachments) and all copies of it. No member of TEMENOS Group AG or any of its associated or affiliated companies is liable for any errors or omissions in the content or transmission of this email. Any opinions contained in this email are solely those of the author and, unless clearly indicated otherwise in writing, are not endorsed by any member of TEMENOS Group AG or any of its associated and affiliated companies.
