Back to StorNet Meetings
Mar. 25, 2010
Attendees: Dimitrios, Xin, Junmin, Alex, Arie
Technical discussion
- WSDL interface is settled: wsdl is modified for server's convenience to handle bad inputs
- Discussed on X509 credential passing over https
- protocol will be https, because credential from client is needed to pass to terapth through stornet
- Java file generation from wsdl
- Xin discussed the code generation from wsdl on jdk 1.6 for interface function name - upper/lower case.
- Xin is porting stornet code from jax-rpc/jdk1.4 to jax-ws/jdk1.6.
- wsdl generation converts all functions to lowercase names. (this is already what the current wsdl has)
- Dmitri is working on a setting up a simple test server based on the defined WSDL.
- mitrios will provide a sample client.
- LBNL will try to make a client communication to the test server.