Hi

I have a bean as a parameter to my service method. This bean has a property
called 'arg0' of type string. Now I want to change this arg0 to 'someField'
during Aegis mapping. Here is what I have done in the aegis XML file. But it
is not giving me the desired results.

<mappings>
    <mapping name="MyService">
        <method name="myMethod">
            <parameter index="0" mappedName="myBean" nillable='false' />
        </method>
    </mapping>
    <mapping name="myBean">
  <property name="arg0" mappedName="someField" />
    </mapping>
</mappings>

Any idea?

Thx

Raj

Reply via email to