cancel
Showing results for 
Search instead for 
Did you mean: 

RuleSet returns the same xml string what I send from webdynpro project

former_member202443
Participant
0 Kudos

Hello,

I made an webdynpro application which invokes the RuleSet in BRM project by calling invoke rulset method with 4 parameters e.g. Project name, ruleset name, xmlstring, and rule engine.

I guess in project name, and ruelset there is no problem.

xmlString made dynamically picking values from webdynpro UI elements. which is

[<tns:Insurance xmlns:tns="http://www.example.org/Insurance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.example.org/Insurance BasePremiumCalculation.xsd ">

<tns:Make>Audi</tns:Make>

<tns:Model>1</tns:Model>

<tns:TypeClass>19</tns:TypeClass>

<tns:AreaCode>R9</tns:AreaCode>

<tns:BasePremium></tns:BasePremium>

</tns:Insurance>

]

I need to get the premium by giving first 4 element of the above xml string.

After calling the invokeRuleSet method returns the same xmlString as an output.

Can any body help me??

Regards,

Naeem

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member202443
Participant
0 Kudos

thanks. I resolved myself.

xyla
Participant
0 Kudos

Hello!

Can you tell me how you solved this problem? I have the same problem and i have no idea how to solve it.

Thanks,

Szilamer