Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

creating a web services system [FYP]

Options
  • 09-10-2008 7:10pm
    #1
    Registered Users Posts: 269 ✭✭


    I want to develope a web services system for my fourth year project. Any advice would be greatly appreciated. What technologies can i use in the development of a web services application e.g. SOAP. What microsoft, java or other technologies can i use.


Comments

  • Closed Accounts Posts: 194 ✭✭charlesD


    HTTPClient for Java offers a pretty neat library for interacting with web services, I am not sure if it is what you are looking for, but it is worth checking out.

    http://hc.apache.org/httpclient-3.x/


  • Registered Users Posts: 21,264 ✭✭✭✭Hobbes


    cyberwit wrote: »
    I want to develope a web services system for my fourth year project. Any advice would be greatly appreciated. What technologies can i use in the development of a web services application e.g. SOAP. What microsoft, java or other technologies can i use.

    http://ws.apache.org/axis/

    Pretty much everything offers the ability to create/consume web services these days.

    AXIS is probably the easiest out there (if your a java fan). Creates your server for you, and you write your web service as a javabean, save it as text and the server does the rest.


Advertisement