E
egarcia
Guest
Hello, Thank you for checking the mapping.xml file. There are two sections in the mapping.xml file: mapInput and mapOutput. The text that you posted, which seems to be for mapInput section, seems fine. It shows two input parameters. The mapOutput section should have a something like the following (two output parameters, one string and one integer): conditional:conditionalRuleSet conditional:if condition="${(rest.resourcename == 'Class1_method1') and (rest.operationname == 'Class1..method1') and (rest.verb == 'PUT')}" mapping:rule source="${idl.param['output_parameter1']}" target="${json.object['response'].string['output_parameter1']}"/ mapping:rule source="${idl.param['output_parameter2']}" target="${json.object['response'].integervalue['output_parameter2']}"/ /conditional:if /conditional:conditionalRuleSet Do you have this in your mappinp.xml file? Thanks.
Continue reading...
Continue reading...