-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XML --> SOAP call different behavior #796
Comments
Could you please provide more context? What exactly is the code difference between SOAP call and local call in your case? |
In case of execution the code directly from web client IsXmlElement return TRUE value and that is correct in this context, |
In addition:
In case of execution the code directly from web client - NodeName(Equal) is retreaded. |
Could you please provide a complete snippet containing how to reproduce this issue together with a minimal XML document? As far as I understand, you have two documents from two different sources, one retrieved through a SOAP request and another from a local source. Could you check if these documents are identical? Please correct me if I misunderstood you. |
Cant't reproduce it with current version 11.0.19756.0-finus |
CurrentNodeGlobal : xmlNode
CurrentNodeGlobal =
<Equal>CT000004</Equal>
CurrentNodeGlobal.IsXmlText return TRUE through SOAP call.
CurrentNodeGlobal.IsXmlElement return TRUE through Local call
The text was updated successfully, but these errors were encountered: