Sorry. I knew I'd get this wrong.
On Mon, Jul 28, 2008 at 4:42 PM, Daniel Kulp <[EMAIL PROTECTED]> wrote: > > Any chance you can whip up a test case? All of the direct child elements > of the soap:body should be ns qualified. I'd like to see your test case to > figure out why for you it isn't. > > Dan > > > On Jul 28, 2008, at 11:25 AM, Maciej Kwiecien wrote: > >> Hello >> >> My CXF app generates request as follows: >> >> >> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> >> <soap:Header> >> ... >> </soap:Header> >> <soap:Body> >> <Request >> xmlns:ns2="http://www.example.org"> >> .... >> </Request> >> </soap:Body> >> </soap:Envelope> >> >> >> The problem is Request tag does not have prefix "ns2". >> How can I configure namespace prefix using CXF API? >> ( I found only configuration via Spring - >> http://cwiki.apache.org/CXF20DOC/jaxb.html) >> >> >> Any help will be appreciated. >> >> Regards, >> Maciej > > --- > Daniel Kulp > [EMAIL PROTECTED] > http://www.dankulp.com/blog > > > > >
