• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Generic Client - to be or not to be ?

 
Ranch Hand
Posts: 177
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Currently my Master Theses is to create a generic client in SOPA framework, it is now relatively ready but it doesn't support complex type in XSD.

I(maybe with some other Uni. students) would like to create open source project and implement it, in a way that can be used for all kind of webservices, do you think it make a sense to define this project?
Is anybody going to use it ? Is it useful project? Do I solve all the humanity problems ? ...

Currently there is www.soapclient.com available with same functionality but it is not free.

When I start my PhD I can use some of my few uni.credits for project.
[ December 08, 2006: Message edited by: Reza Rawassizadeh ]
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Since there are already open source SOAP libraries with long histories of development - AXIS, Glassfish, JAX-WS etc etc - what would your unique contribution be in the proposed project?
Bill
 
Reza Rav.
Ranch Hand
Posts: 177
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi William

Of course I use these technlogies you mentioned, but the thing is:
There is no open source Generic client available that:
1) you give WSDL to it, it parses the WSDL
2) you enter some values
3) it create a SOAP request appropriate for that WSDL with your entered data(for example name='William' you enter William).

This means there will be a generic client which can create SOAP request for every kind of WSDL, based on reading WSDL file.
 
William Brogden
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You should be able to accomplish this using the existing open source Axis 2 toolkit as a base - why dont you join the Axis2 project and make your contribution there?

Bill
 
Reza Rav.
Ranch Hand
Posts: 177
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes good idea I also prefer to do it in Axis frame work.
 
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So you were talking about a SOAP Web Services tool like .NET Web Services Studio 2.0 (only in Java and more up-to-date) or Stylus Studio�'s Web Service Call Composer (only Open Source).
 
Reza Rav.
Ranch Hand
Posts: 177
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Stylus studio is same as what I think to develope but it is not free and open source as I know.
reply
    Bookmark Topic Watch Topic
  • New Topic