Hi Michael, I've written an XML mapper for GWT. You can take a look at it under http://code.google.com/p/piriti/. I'm using it to parse XML representation of REST resources. Let me know if this is somewhat useful for you.
Harald On 15 Feb., 02:56, Michael Dausmann <[email protected]> wrote: > I would like to work with xml on the client side to enable invocation > of web services that expose a document style interface (WSDL etc). > > Is there an XMLBeans or XStream type technology that will work client > side so that I can work on custom xml-derived classes or will I just > need to craft my XML manually using the standard classes provided in > the com.google.gwt.xml.client package (Document... etc). > > Michael -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
