11.10.2012, 12:11 | #1 |
Участник
|
Ax 2009 AIF Web service
Hi,
In some cases inbound message can have field values which should convert to other values in Ax and assign to certain field. For regular AIF services it is possible to create additional Ax<table>.parm<field> methods without real field behaind. I tried to use the same for web services by using 'find' action, but system asks for real field. Is it possible to convert somehow incoming value to other value and assign to certain field? An example, xml sends <field>1</field>, but in Ax it should be converted to 'Yes'. |
|
11.10.2012, 21:38 | #2 |
MCT
|
I think you need some transformation from one stuture to another
Here is some instructions
__________________
Axapta book for developer |
|
11.10.2012, 22:03 | #3 |
Модератор
|
Try any of these techniques (all standard AIF features)
- XSLT transformations - AIF value lookups - custom parm methods added to Axd document updating 'real' fields
__________________
-ТСЯ или -ТЬСЯ ? |
|
12.10.2012, 10:49 | #4 |
Участник
|
|
|
12.10.2012, 12:12 | #5 |
Модератор
|
That works in 4.0. May I see the parm() metod, the schema and exact error message?
__________________
-ТСЯ или -ТЬСЯ ? |
|
|
|