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 1 of 1

Thread: Web service login help

  1. #1
    Junior Member
    Join Date
    Jul 2012
    Location
    I live in northern VA.
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Web service login help

    I need help with setting up a web service (using JBOSS along with MySQL) call that allows users to login/register. Also, how do you validate the parameters received from a web service routine, e.g. do u have use JAXB to validate against the XML schema or if there is simpler way to do that ?
    My web service call is and its a top down web service application.
    public void VerifyUser(String username, String userPassword)
    {

    }
    Last edited by bimini; July 22nd, 2012 at 01:04 PM.


Similar Threads

  1. Web service references
    By Eggbert in forum Java IDEs
    Replies: 3
    Last Post: October 25th, 2011, 06:46 AM
  2. web service client
    By maverick257 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: December 24th, 2010, 03:59 AM
  3. How web service returns xml?
    By nikos in forum Web Frameworks
    Replies: 2
    Last Post: October 7th, 2010, 12:50 PM
  4. [SOLVED] Web Service from WSDL
    By wilky in forum Java Theory & Questions
    Replies: 3
    Last Post: January 25th, 2010, 10:45 AM
  5. simple login web service
    By mr_aliagha in forum JavaServer Pages: JSP & JSTL
    Replies: 3
    Last Post: January 5th, 2010, 03:49 PM