Great -- I'll give that a try. I did try pox, but not with that additional
messageType property setting.

On Thu, Sep 18, 2008 at 8:56 PM, Ruwan Linton <[EMAIL PROTECTED]>wrote:

> Hi Jeff,
>
> It should be possible to do this using the 'pox' option, but you will need
> to set the messageType property on the axis2 scope to the
> application/x-www-form-urlencoded to serialize it to the url encoded
> format.
>
> <property name="messageType" value="application/x-www-form-urlencoded"
> scope="axis2"/>
> <send>
>  <endpoint>
>    <address uri="..." format="pox"/>
>  </endpoint>
> </send>
>
> Thanks,
> Ruwan
>
> On Fri, Sep 19, 2008 at 3:49 AM, Jeff Davis <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> >
> > I'm working on a project where the source service receives the request in
> > HTTP Post format (application/x-www-form-urlencoded) and then returns the
> > results back via XML. Unfortunately, they don't support HTTP GET.
> >
> > I see that the format attribute of the address element accepts values of
> > get|pox|soap11|soap12, but not post. Is there a way I can accomplish
> this?
> >
> > Thanks in advance to your help!
> >
> > jeff
> >
>
>
>
> --
> Ruwan Linton
> http://wso2.org - "Oxygenating the Web Services Platform"
> http://ruwansblog.blogspot.com/
>

Reply via email to