Wrox Programmer Forums
|
BOOK: Professional Java Development with the Spring Framework
This is the forum to discuss the Wrox book Professional Java Development with the Spring Framework by Rod Johnson, Juergen Hoeller, Alef Arendsen, Thomas Risberg, Colin Sampaleanu; ISBN: 9780764574832
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional Java Development with the Spring Framework section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 28th, 2006, 04:34 AM
Registered User
 
Join Date: Sep 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default HTTP Listener


I need to setup a HTTP Listener which will capture an XML post done by a different server.

Can anyone tell how to proceed?

Any help is highly appreciated.


 
Old May 6th, 2008, 06:01 PM
Registered User
 
Join Date: May 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Well firstly, I think you must create a new instance of the Httplistener class:

Visual Basic Way:
Dim MyHttpListener As System.Net.HttpListener = New System.Net.HttpListener()

Next, you must start your listener:
Visual Basic Way:
MyHttpListener.Start()

That's what you must do to get it started. Hope it helps :D
 
Old May 7th, 2008, 04:03 PM
Registered User
 
Join Date: May 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

oops java code is at

http://www.koders.com/java/fidD25931...Aconfiguration

sorry 'bout that





Similar Threads
Thread Thread Starter Forum Replies Last Post
Webservice listener dcrooks .NET Web Services 0 February 18th, 2005 05:33 PM
PHP IIS5 listener stew998 Pro PHP 0 February 9th, 2005 11:36 AM
mouse listener trouble dazednconfused Flash (all versions) 3 October 28th, 2004 02:09 PM
HTTP Status 405 - HTTP method GET .... nsakic Servlets 1 January 25th, 2004 04:50 PM
XML Listener rodmcleay VB How-To 2 June 25th, 2003 08:58 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.