I would like to use GWT in my next project but a non-negotiable
requirement is the ability to receive an incoming soap message and
parse through the xml information.  Essentially we are registering to
be notified of events and the notification is delivered to an endpoint
you supply (which would be the GWT service) and is a POST of a soap
message, with a content type of text/xml.

I'm unable to figure a way to allow GWT to receive this message.  I
have tried to override doPost (like doGet) in my implementation that
extends RemoteServiceServlet but doPost is final in GWT.   I also
noticed that for post's GWT expects text/x-gwt-rpc, unfortunately I
have no control over the service so text/xml is sent.

My hope is that there's a way I can intercept or receive the POST
within my GWT implementation and then subsequently parse the soap
message which should just be parsing xml at that point.

Thanks for any suggestions.

-- 
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.

Reply via email to