Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Handling ashx http requests

  1. #1
    Junior Member
    Join Date
    Sep 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Handling ashx http requests

    Hi there

    I am trying to write a servlet that will handle requests like "mydomain/ussdxml.ashx?file=3&msisdn=132123123" for a USSD application.

    Is it all all possible to do so in Java or does it have to be implemented in ASP.

    ps: I apologise if this question seems unclear. Please ask me questions that will aid in your understanding


  2. #2
    Junior Member
    Join Date
    May 2013
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Handling ashx http requests

    Where is the rest of your code that you are using this in?

  3. #3
    Junior Member
    Join Date
    Sep 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Handling ashx http requests

    Hi and thank you for answering.

    I hadn't coded anything yet. I was still in the phase of getting my mind around what needs to be done.

    It seems though, that in order to handle such a request, I would have to create ussdxml.ashx (ASP) and handle the http parameters accordingly.

Similar Threads

  1. Count no of requests for same user
    By javanb in forum Java Servlet
    Replies: 1
    Last Post: February 19th, 2013, 10:10 AM
  2. Managing Http requests
    By maxitis in forum Java Networking
    Replies: 2
    Last Post: December 1st, 2012, 04:03 PM
  3. Servlet to respond many requests
    By CarlosM87 in forum Java Servlet
    Replies: 3
    Last Post: January 31st, 2012, 04:18 AM
  4. [SOLVED] exception handling
    By Topflyt in forum Exceptions
    Replies: 5
    Last Post: December 22nd, 2011, 12:00 PM
  5. Tutorial requests
    By Json in forum The Cafe
    Replies: 9
    Last Post: August 1st, 2009, 03:14 PM