Hi,
In my project I need to implement a webservice client. The webservice is an
axis based webservice and deployed on Websphere application server.
The XML messages are exchanged based on SPML format , there are multiple types
like addUser, updateUser, disableUser and changepassword etc.
I am new to webservices and wehn I build the client using wsdl in an IDE , Its
not helping me much.
I need to be able to send SPML standard (XML requests) , the be able to parse
them when I receive response.
I would like to make client which is command line based.
Please guide.
Thanks,
Pandu