I have created a web service with MSG protocol, in that web service I have mentioned “tn” as a prefix. I created the webconnector for that web service, when I call this web service through this web connector I get the SOAP Request and I am able to do the query on the body of this SOAP Request because it has the prefix “tn” as indicated in the WSDL. The problem is that when I gave that same WSDL to DotNet developers, they created a web reference through the same WSDL but some how DotNet eliminated the “tn” and used the “prefix0” as a prefix when calling my web service. Now I can also do the query on that but my problem is if different applications calls this web service they wouldn’t have the same prefix since I have seen in case of Dotnet where they replaced the original prefix and placed their own.
I was hoping if some how I can do the XQL or WQL query where I don’t have to be dependent on prefix. Has someone come across this kind of problem ? Mark really looking forward for your reply. I am using webMethods IS 6.1 on Windows 2000 operating system.