Hi,
I'm trying to 'POST' http request to my local server... upto now i have had success sending only 'text' string in the message body.
I now would like to try out sending java objects. And I understand, xml is the best wy to go about it...
I have learnt that using xsd (xml schema defination) one can instantiate xml file and then post it to the server...
I would like to know how I can use xsd to instantiate xml ...
I have used a sample xml to generate xsd, using visual studio xsd.exe...
I'm trying to 'POST' http request to my local server... upto now i have had success sending only 'text' string in the message body.
I now would like to try out sending java objects. And I understand, xml is the best wy to go about it...
I have learnt that using xsd (xml schema defination) one can instantiate xml file and then post it to the server...
I would like to know how I can use xsd to instantiate xml ...
I have used a sample xml to generate xsd, using visual studio xsd.exe...
Comment