This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Sockets and Internet Protocols and the fly likes Processing UDP (Radius)  and (TCP) SOAP packets Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "Processing UDP (Radius)  and (TCP) SOAP packets" Watch "Processing UDP (Radius)  and (TCP) SOAP packets" New topic
Author

Processing UDP (Radius) and (TCP) SOAP packets

Chandru Ganesan
Ranch Hand

Joined: Feb 08, 2003
Posts: 37
Hi All

I'd like to create 2 server process within one JVM to do the following:

1. A UDP application process, that receives Radius protocol (UDP application) requests and sends a response.

I am thinking about using Datagram Socket class for this.

2. A SOAP process that receives SOAP/HTTP requests and sends a response back.

Are there classes availabe in J2SE to accept and process SOAP/XML requests.
Since I don't plan on using a Web server or Application server, can I do it using the standard packages provided by J2SE, like SAAJ, etc.

Any implementation idea is appreciated.

3. Is there a standard encode/decode tool available in Java for processing RADIUS messages.



thanks
Chandru
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Processing UDP (Radius) and (TCP) SOAP packets
 
Similar Threads
TCP & UDP client/server - need help!
Which one is the correct answer ( HFS) please clear
Enabling WS Security for XML Encryption of an EJB Web Service
How to code a simple load tester using AJAX
Different Message Exchange Pattern interfaces