Hello! I'd like to develope a service, what can handle a big, complex request, but I need only a part of this request, so I think I try do a XSLT on the body first, and than give the new XML to deseriasabling. I have two question: - is there some example/tutorial to do a XSLT for the incomming/outgoing xml body? (i think i can do with interceptor) - is there some example/tutorial to create a code first service? I'd like to write the object first in java, and than create a service to it.
Thanx Csaba
