I have integrated a self built WebService in InfoPath. an example xpath to an element is
/dfs:myFields/dfs:dataFields/ns2:MyServiceResponse/ns2:MyServiceResult/MyService/data/mail
my problem are these ns2: because i have to change them to tns:
I assume they come from InfoPath since they are nowhere to be found in my xml Structure (which is actually a C# DataSet)
what i did:
- changed some stuff in my web service and watched if it changes something
- read the tutorial/syntax of XPath http://ift.tt/nXzziJ
where do they come from and how can i change them?
No comments:
Post a Comment