You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by sam tam <sa...@gmail.com> on 2006/11/28 07:36:20 UTC

ODE input request format

Hello Guys,

For ODE  the input request from a Java Client  is like
<message><TestPart>Hello</TestPart></message>

Is there any other way to request  ODE (someother format ?)

Is this format the standard one ? ie [
<message><TestPart>Hello</TestPart></message> ]

So for all request does the request has to be like this ?

thanx in advance..

Sam..

Re: ODE input request format

Posted by sam tam <sa...@gmail.com>.
Thank You Lance...



On 11/28/06, Lance Waterman <la...@gmail.com> wrote:
>
> Sam,
>
> Input/output messages are defined by the service interface ( i.e. the WSDL
> <message> element ). ODE doesn't place any restrictions on how the WSDL is
> defined. Take a look at some of the other BPEL tests for examples of other
>
> message definitions.
>
> Lance
>
>
> On 11/27/06, sam tam <sa...@gmail.com> wrote:
> >
> > Hello Guys,
> >
> > For ODE  the input request from a Java Client  is like
> > <message><TestPart>Hello</TestPart></message>
> >
> > Is there any other way to request  ODE (someother format ?)
> >
> > Is this format the standard one ? ie [
> > <message><TestPart>Hello</TestPart></message> ]
> >
> > So for all request does the request has to be like this ?
> >
> > thanx in advance..
> >
> > Sam..
> >
> >
>
>

Re: ODE input request format

Posted by Lance Waterman <la...@gmail.com>.
Sam,

Input/output messages are defined by the service interface ( i.e. the WSDL
<message> element ). ODE doesn't place any restrictions on how the WSDL is
defined. Take a look at some of the other BPEL tests for examples of other
message definitions.

Lance


On 11/27/06, sam tam <sa...@gmail.com> wrote:
>
> Hello Guys,
>
> For ODE  the input request from a Java Client  is like
> <message><TestPart>Hello</TestPart></message>
>
> Is there any other way to request  ODE (someother format ?)
>
> Is this format the standard one ? ie [
> <message><TestPart>Hello</TestPart></message> ]
>
> So for all request does the request has to be like this ?
>
> thanx in advance..
>
> Sam..
>
>