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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

creating a web services system [FYP]

  • 09-10-2008 6:10pm
    #1
    Registered Users, Registered Users 2 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, Registered Users 2 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