Hi, We are trying to develop a test harness which needs to submit web service calls after forming a soap request, once it has read data out of an excel sheet. The excel sheet data has been mapped to java objects to hold the values. Apache POI has been used for this purpose.
As a next step, what is the best way to translate this object data, into a way that can be passed on to a client stub calling the ultimate web service. Note that, the outgoing xml message has to be according to a pre defined xsd schema. Is there a way to handle this, other than first generating the binding classes using the wsdl2java, latter manually mapping the data read from excel classes to the binding classes. Will appreciate any help. Cheers Natraj Gudla. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
