Action WSDL2Java

Assigned
BAM

Prev assigned
ABR (description)

Tasks adressed
["TaskB.5"]

Time estimated
3md

Time used
2h

Priority
3

Status
In progress

Iteration
13

Notes

The Problem

The interface to DOMS is exclusively through SOAP-based webservices. These webservices must have a uniform and documented interface, that is not dependent on any particular client lanquage. For that purpose we have decided to use WSDL.

For all the webservices in DOMS, we must write a wsdl, which should be used to generate the rest of the service from. Change testbed to give copies of these WSDLs rather than genrating new ones.

For the already completed services, we could autogenerate one from the java interfaces, but it must subsequently be reformatted and documented. This is a general note, the wsdls must use documentation tags whenever they are appropriate. They are the interface to the outside, and must contain explicit documentation.

All wsdls must use the binding style "document" and the "literal" use. If possible, use the wrapped style, but this does not allow for overloaded operations. Avoid passing complex objects as input, but complex objects will be passed as output. Document these objects extensively.

Progress

The webservices in question:

Service

Status

Notes

Bitstorage

dynamically autogenerated wsdl

Filecharacterizer

dynamically autogenerated wsdl

Pidgenerator

dynamically autogenerated wsdl

Search

dunno

Conclusion

Checklist For Working On An Action

The Life Cycle of an Action:

Please make sure that you address the below issues, when working on an action: