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

Thread: java webservices

  1. #1
    Junior Member
    Join Date
    Feb 2011
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question java webservices

    i want to create web service and i don't know to create.pls tell me how to create a web service in java and what are all i need to create web service


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: java webservices

    Did you try google? There is a wealth of tutorials to lead you through it out there and it would be redundant to reproduce them here. I recommend you look through them, and if you have more specific questions along the way come back and ask (preferably with code and a specific question)

  3. #3
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: java webservices

    Hello kuzhali,

    Have a look at The Java(TM) Web Services Tutorial and Metro Guide — Java.net

    // Json

  4. #4
    Junior Member
    Join Date
    Feb 2011
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: java webservices

    thanks for ur replies. i got some tutorials to create web services using netbeans. now i'm trying to search web services in uddi using uddi4j. uddi4j needs apache soap version 1.1.
    i got class files of it. i don't where to place it. can u help me to do this.