You can access the WSDL by browsing to the URI followed by ?wsdl So it may be something like: http://localhost:8192/latestService/?wsdl
On Tue, Mar 4, 2008 at 3:48 PM, Joshi, Mahesh <[EMAIL PROTECTED]> wrote: > > > Now I can access a service deployed on it successfully from my machine > as well as remotely but when I opened it on the browser it is showing > > HTTP ERROR: 404 > Unable to find requested resource > RequestURI=/latestService/ > > Powered by Jetty:// > > > The service response with correct result but it is not showing its wsdl > on the browser. How to see the wsdl of above service? > > > > Version of servicemix : 3.21. > Operating System : Windows XP Professional > JVM version : 1.5 > Application server : Jboss > > > > > Can anybody please let me know as to why that is happening? > > Any help would be appreciated. > > > > Mahesh Joshi > --------------------------------------------------- > Fiserv, A-94/8, SECTOR 58 NOIDA UP INDIA 201301 > Phone- 91-120-4023000 extn. 3272 Cell- 91-99100-43458 > > > > > -----Original Message----- > From: Guillaume Nodet [mailto:[EMAIL PROTECTED] > Sent: Monday, March 03, 2008 1:39 PM > To: [email protected] > > > Subject: Re: Remotely access the service deployed on servicemix. > > Try to deploy them using the following URI instead > http://0.0.0.0:8192/MyService > You need to change the xbean.xml to update the URI. > > On Mon, Mar 3, 2008 at 9:07 AM, Mahesh Joshi <[EMAIL PROTECTED]> > wrote: > > > > Hello, > > > > > > > > I am a newbie as far as ServiceMix is concerned. I have installed > ServiceMix > > 3.x on my machine. I can access a service deployed on it successfully > from > > my machine but I can't remotely access the same. In other words, > > http://localhost:8192/MyService is working fine while > > http://mymachineip:8192/MyService is not working. > > > > > > > > Version of servicemix : 3.21. > > > > Operating System : Windows XP Professional > > > > JVM version : 1.5 > > > > Application server : Jboss > > > > > > > > > > > > > > > > > > > > Can anybody please let me know as to why that is happening? > > > > > > > > Any help would be appreciated. > > > > > > > > > > > > Thanks > > > > Mahesh Joshi > > > > -- > > View this message in context: > http://www.nabble.com/Remotely-access-the-service-deployed-on-servicemix > .-tp15799297s12049p15799297.html > > Sent from the ServiceMix - User mailing list archive at Nabble.com. > > > > > > > > -- > Cheers, > Guillaume Nodet > ------------------------ > Blog: http://gnodet.blogspot.com/ > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
