This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Query regarding HTTP endpointbeve Mar 18, 2008 5:29 AM (in response to puneetjain)Hi Puneet, 
 take a look at the webservice_producer quickstart (in the samples directory).
 This shows how you can configure a http endpoint using a jboss remoting listener:<jbr-provider name="JBR-Http" protocol="http" host="localhost"> <jbr-bus busid="Http-1" port="8765" /> </jbr-provider> 
 This might give you some ideas for you application.
 Regards,
 Daniel
- 
        2. Re: Query regarding HTTP endpointpuneetjain Mar 19, 2008 2:56 AM (in response to puneetjain)Hi Daniel, 
 Thanks for you reply.
 Actually, I am new with JbossESB. I have to write a very simple application.
 The application have a http endpoint reference. A string is passed to the application. It reverse it and send the response back to the http browser.
 Please help to write this sample application.
 Thanks,
 Puneet
 
    