membrane / soa-model

Toolkit and Java API for WSDL, WADL and XML Schema.
http://www.membrane-soa.org/soa-model/
Apache License 2.0
94 stars 73 forks source link

REQUESTCREATOR: Values can not be put into the request in multilevel structues #210

Open predic8 opened 10 years ago

predic8 commented 10 years ago

See: https://groups.google.com/forum/#!topic/soa-model/2ScgJOQs7Ns

if I use

xpath:/GsResponse/IM[1]/PF[1]/Value and put the value "me"

it is not set

if I use

xpath:/GsResponse/IM[1]/PF/Value and put the value "me"

it is working .

Thanks ck for reporting!