Did you look at aegis?

On Nov 14, 2010, at 4:39 PM, loeffelholz wrote:

> 
> Now as I came to implement it I created a serviceFactory based upon the
> Reflectionfactory and overrided much of the code in it and it's
> parentclasses. The most difficult problem was, that in my case there
> aren't any methods to inspect, just input and outputdatatypes, so I had
> to do much codechanges too and created an Invoker that doesn't need the
> methoddispatcher, which I removed too.
> 
> It seems to work so far and the service is put online including a
> correct looking wsdl.
> 
> But there is a problem of style within the document.
> 
> Although I removed pretty much anything that had to do with the
> document/literal (wrapped) style, wanting to get the service in
> rpc/literal style instead, it states the service as document style in
> the wsdl.
> 
> I removed every case that was !isRPC or (!isRPC && !isWrapped) and
> searched for possible ways to set the style to rpc, but didn't find any,
> at least yet. As time begins to run short... do you perhaps know where
> CXF does the decision which style to use or how could I change to rpc
> using the extended ReflectionFactory?
> 
> hopeful regards
>   Marty
> 
> -- 
> View this message in context: 
> http://cxf.547215.n5.nabble.com/dynamic-exposure-of-webservices-without-annotations-tp2642299p3264963.html
> Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to