Yeah, that is the correct response for that example. To see the real result of the example, however, you need to examine the JMS queues that get populated with the message you sent. You can use a jmx console (jconsole comes bundled with the java sdk) or some other program (HermesJMS has some nice features) to examine the queues, and you should see the body of the soap message that you send in the client.html page.
-Andeep -----Original Message----- From: BenP [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 12, 2006 3:28 PM To: [email protected] Subject: RE: Help trying to run Bridge Example Well, that certainly helped. Thanks. Another question though - When I click send on the client.html page, my response is : STATUS: 202 I'm not sure what I am supposed to get back. Is this correct? thanks, Toor, Andeep wrote: > > In the same directory as the bridge example > (${SERVICEMIX_HOME}/examples/bridge) there should be a client.html file. > Just open this file up, and you can use it to send a POST to the url of > the http endpoint in the example. > > I was originally very confused about how to run this example myself, as > the client.html file was not referenced from the README file. > > -Andeep > > -----Original Message----- > From: BenP [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 12, 2006 12:57 PM > To: [email protected] > Subject: Help trying to run Bridge Example > > > > I am trying to run the Bridge Example. It does the mvn install with no > errors and I can do mvn jbi:projectDeploy with no errors. ServiceMix runs > with no errors, but when I try to go to the sample URL, I get the > following > error: > HTTP ERROR: 404 > > Unable to find requested resource > > RequestURI=/bridge/main.wsdl > > Powered by Jetty:// > > Does anybody have any idea what I can look for here to find out what my > problem is? Also, what exactly should I expect to happen from this > example? > > Thanks, > -- > View this message in context: > http://www.nabble.com/Help-trying-to-run-Bridge-Example-tf2809117s12049.html#a7838186 > Sent from the ServiceMix - User mailing list archive at Nabble.com. > > > -- View this message in context: http://www.nabble.com/Help-trying-to-run-Bridge-Example-tf2809117s12049.html#a7840976 Sent from the ServiceMix - User mailing list archive at Nabble.com.
