How to get namespace of a xml file

post_request_01.xml (595 Bytes)
Hi team ,

I want to extract “urn:com.workday/bsvc” from the attached xml file.
I tried - XDoc.Root.Name.Namespace but could not fetch it .

Kindly help.

Regards,
GK

this namespace is located somewhere more down and not defined at root level
grafik

so it cannot be retrived from the root
kindly note: env, xsd defintions as well

for creating a Namespace variable for the wd do it as also done in your other cases
xnsWD | DataType: XNamespace = “urn:com.workday/bsvc”

Got it , Thanks!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.