I use "soapUI"
http://www.soapui.org/.
Hey its working now, your suggestion helped me to think little out of box. :) Thank you
very much.
Here is the change i have made to make it work.
Changed the below code:
| <copy>
| <from part="length" variable="ac3ipRequest"/>
| <to part="calarea" query="/area:calculateArea/in0"
variable="calculateAreaRequest"/>
| </copy>
|
TO:
| <copy>
| <from part="breadth" variable="ac3ipRequest"/>
| <to part="calarea" query="/calarea/in1"
variable="calculateAreaRequest"/>
| </copy>
|
Did the same for all the xpath queries.
Thanks
Sandeep.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106625#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...