The 'Request' tag belongs to namespace 'http://tempuri.org/SOAP_MessageSet'. You must either use a wildcard for the namespace or ( better) explicitly declare and use the namespace in your ESQL.
Like this:
Code:
DECLARE soapms NAMESPACE http://tempuri.org/SOAP_MessageSet;
SET int_A = FIELDVALUE(InputRoot.XMLNSC.soapms:Request.(XMLNSC.Field)faktor_a);
SET int_B = FIELDVALUE(InputRoot.XMLNSC.soapms:Request.(XMLNSC.Field)faktor_b);
btw, thanks for using a code section for the trace node output...but the indentation in the Trace node output looks wrong. I would have expected faktor_a and faktor_b to be indented under the 'Request' element.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum