Results 1 to 3 of 3

Thread: Newbie - please help.

  1. #1
    Join Date
    Nov 2007
    Location
    Utrecht
    Posts
    6

    Question Newbie - please help.

    Ok, so I kinda know what webservices are. Communication between 2 applications via SOAP in XML-format. I know what a WSDL file is.

    But what does the spring webservices framework do ?
    That is something I do not know.

    Lets say you have a simple application: Helloworld.java.
    And now you want to make a webservice out of it, so clients can input their name and receive "Hello " + name.

    How can you use the spring WS framework , to achieve this ?

  2. #2
    Join Date
    Aug 2004
    Posts
    2,715

    Default

    Maybe your question about what Spring WS does could be answered here.

  3. #3
    Join Date
    Oct 2004
    Posts
    207

    Default

    Yes, definitely read over the "Introduction" chapter of the reference guide...
    http://static.springframework.org/sp...reference.html

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •