Hi,
I'm receiving data from a SOAP
BizComponent.
I mapped the expected
XML into the xa:response node.
For each node mapped here I call a SQLBizComponent to store the received data passing as parameter the value and some other info using the attribute parametername=%xa-result::./mynode%. There are requests in which mynode doesn't exists so the parameter assume as value "%xa-result::.mynode%"
How can I manage this situation? in this case I'd like to pass 0 as value or better don't make the call at all.
Thank's for your reply.
GG