yes, I hardcoded the style="document". Do you think that coding the stub
classes instead of using wsdl2java could solve my problem?


On Mon, Oct 26, 2009 at 2:53 PM, Daniel Kulp <[email protected]> wrote:

>
> Just took a quick look at your wsdl.    The wsdl is using soap-encoding
> which
> is not supported by CXF.   That alone would keep it from working:
>
> <soap:body use="encoded" namespace="http://hndac.gob.pe/soasighhc/message/
> "
> encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; parts="tcHcNum
> tnYear"/>
>
>
> However, you also have it set to  style="document".   Thus, even removing
> the
> encoding stuff leaves it with doc/literal, which would normally be OK,
> except
> WSI-BasicProfile only allows a single part for doc/literal.
>
> Anyway, to me, it looks like your entire problem is centered around an
> unsupportable wsdl.
>
> Dan
>
>
> On Mon October 26 2009 3:07:55 pm Jaime Hablutzel Egoavil wrote:
> > Hi, I'm testing servicemix 4 for a week until now and I can't get working
> a
> > cxf web service inside servicemix, that queries another external web
> >  service inside its implementation and connects to ldap using DirContext
> >  (its fails because of an intercepting stuff inside servicemix).
> > Can someone give me an example of I cxf web service inside servicemix,
> with
> > a ws client inside of it? And, an example of an application connecting to
> > ldap from inside of one cxf web service?
> >
> > Thank you very much.
> >
>
> --
> Daniel Kulp
> [email protected]
> http://www.dankulp.com/blog
>



-- 
Jaime Hablutzel

(tildes omitidas intencionalmente) 9 8964 0369

Reply via email to