Thanx, but can you provide a few lines example?

If just change the parameter type to Node and change databinding to Aegis then 
Aegis just bind Node as java bean and on invocation create proxy object for 
interface Node (also generate schema for that in WSDL). 

Maybe there is way  to get XML as InputStream or Reader?

В сообщении от 18 ноября 2010 21:41:12 автор Benson Margulies написал:
> The Aegis data binding supports  this by making a parameter of type
> org.w3c.dom.Node. I don't know the JAXB incantation.
> 
> On Thu, Nov 18, 2010 at 1:30 PM, Владимир Коньков <[email protected]> 
> wrote:
> > Hi there!
> > How to achieve something like that:
> > @WebService(endpointInterface = "ru.citc.techtest.cxfconcepts.HelloWorld")
> > public class HelloWorldImpl implements HelloWorld {
> >
> >    public String sayHi(DOMSource xml) {
> >        return "Hello " + xml;
> >    }
> > }
> >
> > My project is wsdl first and I've strict schemas for my messages. But I'nt 
> > need any Java proxy, because all my processing is XML based (I need a raw 
> > XML for processing SAX or DOM). In same time I want to leverage existing 
> > method routing of JAX-WS or Simple frontends. Please, suggest how.
> > Thanx in any advice
> > --
> > Vladimir
> >
> 

Reply via email to