Re: IS there any thing better than JAXM for accessing document style web service
Posted By:
Milan_Boruvka
Posted On:
Thursday, May 5, 2005 08:15 AM
If you work at the XML level, playing with elements, attributes and these things, then the JAXM is I think the best way.
If you do not want to parse the XML, you can do just simple HTTP POST with text/xml content and your XML string in the payload. It depends also what you want to do with the response, if any.
Cheers,
Milan