Forum Discussion
aveo
15 years agoNew Contributor
Well in fact i've got an other problem concerning another mockup service...
I'm trying to add several response to a service and i got a problem.
Here the request:
I'm trying to select the zcrof value using xpath with this expression:
It doesn't work.
If i delete the xmlns="" in my zcrof tag it work... The problem is i can't modify my request, it's not my work...
Anyone have a clue?
I already try without success:
Or
I'm trying to add several response to a service and i got a problem.
Here the request:
<editicFlow xmlns="http://edition.webservice.web.process.newbusiness.sopra.com/">
<serviceSessionDto xmlns="">
<companyId>432</companyId>
</serviceSessionDto>
<zcrof xmlns="">00000051800</zcrof>
<docId xmlns="">ZZ</docId>
</editicFlow>
I'm trying to select the zcrof value using xpath with this expression:
declare namespace web='http://edition.webservice.web.process.newbusiness.sopra.com/'
//web:zcrof
It doesn't work.
If i delete the xmlns="" in my zcrof tag it work... The problem is i can't modify my request, it's not my work...
Anyone have a clue?
I already try without success:
declare namespace web=''
//web:zcrof
Or
declare namespace empty=''
declare namespace web='http://edition.webservice.web.process.newbusiness.sopra.com/'
//web:editicFlow/empty:zcrof