I don't have errors using badgerfish but i want to parse it into
javascript and mapped is easier than badgerfish  to parse.

also i'm a neebie in java and axis2, could you suggest me some guides
to create services using axiom or how to specify namespaces to
default?

thanks a lot.




On 10/3/07, Thilina Gunarathne <[EMAIL PROTECTED]> wrote:
> AFAIK POJO support by defualt generates namespaces. But you can try
> specifying nameapce to package mapping pointing to the defualt
> namespace... Not sure whether it'll work..
>
> If not you will have to either create your service using Axiom or
> using a code generation...
>
> These are the results of impedence mismatch's between JSON and XML..
>
> Also wat's the error you are getting with badgerfish.
>
> Thanks,
> Thilina
>
> On 10/3/07, Karina Pereyra <[EMAIL PROTECTED]> wrote:
> > i'd like to use mapped service not badgerfish but when i try to use
> > mapped i have this error
> > Mapped formatted JSON with namespaces are not supported in Axis2.
> > Make sure that your request doesn't include namespaces or use the
> > Badgerfish convention.
> >
> > do you know how i can remove namespaces?
> >
> >
> >
> > On 10/3/07, keith chapman <[EMAIL PROTECTED]> wrote:
> > > Sorry Karina I'm not very familiar with Badgerfish. Did you have a look at
> > > http://wso2.org/library/768 ?
> > >
> > > Thanks,
> > > Keith.
> > >
> > >
> > > On 10/3/07, Karina Pereyra <[EMAIL PROTECTED]> wrote:
> > > >
> > > > I'm nearby of success.
> > > > I have now my pojo services with this method, but i have the last 
> > > > problem.
> > > > When i use Badgerfish response comes to client (response is difficult
> > > > to parse in javascript),
> > > > But when i use Mapped i have the next error:
> > > >
> > > > Mapped formatted JSON with namespaces are not supported in Axis2.
> > > > Make sure that your request doesn't include namespaces or use the
> > > > Badgerfish convention.
> > > >
> > > > How i could use mapped formatter in axis2 with pojo?
> > > >
> > > >         public User UserInfo(String username ) throws AxisFault{
> > > >                 MessageContext msgContext =
> > > >
> > > org.apache.axis2.context.MessageContext.getCurrentMessageContext().getCurrentMessageContext().getOperationContext().getMessageContext(
> > > WSDLConstants.MESSAGE_LABEL_OUT_VALUE
> > > > );
> > > >
> > > msgContext.setProperty(Constants.Configuration.MESSAGE_TYPE,"application/json");
> > > >                 return (User)entries.get(username);
> > > >         }
> > > >
> > > >
> > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail:
> > > [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Keith Chapman
> > > WSO2 Inc.
> > > Oxygen for Web Services Developers.
> > > http://wso2.org/
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> Thilina Gunarathne  - http://thilinag.blogspot.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to