You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Dimuthu Chathuranga <di...@gmail.com> on 2006/08/08 15:59:20 UTC

Re: Created: (AXIS2C-228) Woden/C doesnt provide the correct MEP for WSDL1.0

yea it is Message Exchange Pattern.
I was using the short name used in codegen template.
Sorry about that.

On 8/8/06, Franz Fehringer <fe...@isogmbh.de> wrote:
> I found Message Exchange Pattern
>
> Franz Fehringer schrieb:
> > What is MEP?
> >
> > Greetings
> >
> > Franz
> >
> > Dimuthu Chathuranga (JIRA) schrieb:
> >> Woden/C doesnt provide the correct MEP for WSDL1.0
> >> --------------------------------------------------
> >>
> >>                  Key: AXIS2C-228
> >>                  URL: http://issues.apache.org/jira/browse/AXIS2C-228
> >>              Project: Axis2-C
> >>           Issue Type: Bug
> >>     Affects Versions: Current (Nightly)
> >>          Environment: Linux
> >>             Reporter: Dimuthu Chathuranga
> >>             Priority: Minor
> >>
> >>
> >> Codegen/C is using Woden for wsdl parser. MEP is essential in
> >> Codgeneration.
> >>
> >> This is the code I used starting from interface_op
> >>
> >>         interface_msg_refs = WODEN_INTERFACE_OP_GET_INTERFACE_MSG_REFS(
> >>                 interface_op, env);
> >>         if(interface_msg_refs)
> >>             msg_refs_size = AXIS2_ARRAY_LIST_SIZE(interface_msg_refs,
> >> env);
> >>         for(j = 0; j < msg_refs_size; j++)
> >>         {
> >>
> >>             interface_msg_ref =
> >> AXIS2_ARRAY_LIST_GET(interface_msg_refs, env, j);
> >>             direction =  WODEN_WSDL10_INTERFACE_MSG_REF_GET_DIRECTION
> >>                                     (interface_msg_ref, env);
> >>             str_direction = WODEN_DIRECTION_TO_STRING(direction, env);
> >>             if(0 == AXIS2_STRCMP(str_direction, "in"))
> >>             {
> >>                 in = AXIS2_TRUE;
> >>             }
> >>             if(0 == AXIS2_STRCMP(str_direction, "out"))
> >>             {
> >>                 out = AXIS2_TRUE;
> >>             }
> >>         }
> >>
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org