dear friends.
im new in spring ws,
i saw spring ws examples,
im looking for some other simple example, please help me
and a question :
can i use java annotation in spring ws ?
regards
shams
Printable View
dear friends.
im new in spring ws,
i saw spring ws examples,
im looking for some other simple example, please help me
and a question :
can i use java annotation in spring ws ?
regards
shams
There is a new, simple example provided in the 1.0 M1 release. It's is in the spring-ws-samples/echo directory.Quote:
Originally Posted by m.h.shams
It depends on which annotations you mean ;), but I suppose you mean JSR 181 annotations like @WebService, @WebMethod, etc. Also known as the Web service magic pixie dust.Quote:
Originally Posted by m.h.shams
We don't support those, because they enforce a RPC (Remote-Procedure-Call) development style, while Spring-WS focusses on document-driven web services. During a recent interview, Ted Neward explained his view on these annotations, and I think he is right. That said, we might support other annotations in the future. I honestly haven't thought about that yet. If you have any ideas, feel free to post them!
If you are looking for a SOAP stack that supports JSR 181, may I suggest using XFire, which does support them.
Cheers,
dear poutsma,
thanks, to your kindly help.