|
The second excercise within this subchapter is based on the previous excercises in the chapter.
In excercise 1 you've linked two WebServices together using the facilities of your commandline.
Implement a Java WebService client, which should combine the WSDfetch
WebService and the BioDOM WebService
in a single program. Your program should support the following features:
- databasea and sequence id
as commandline parameter (supported by WSDfetch)
- exception handling using
AxisFault and HOBIT status codes (for biodomws)
- (well-formatted) SequenceML as output (on STDOUT)
|
|