|
Home > Archive > BizTalk Server Orchestration > July 2004 > Namespace prefix issue
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Namespace prefix issue
|
|
| Vijen 2004-06-20, 11:09 pm |
| Hi,
I have a schema(top most Element marked as Qualified) which has a
specific namespace (and related prefix) to refer.
When I publish SoapPort as a webservice and I refer it from client
(which is one more orchestration) I can see the reference.xsd having
related namespace and prefix(tns), but when I post a msg to this
port,in Received msg NameSpace remains in topmost element but
Prefixes are removed from all the elements . When I observed
DataType.cs in published webservice ...it doesn't have any element
attributes ......
some thing similar to
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
Is this problem realted to these attributes or anything else???
Vijen
| |
| Tatyana Yakushev [MSFT] 2004-07-28, 6:09 pm |
| Can you attach your schema, XML you get and XML you expect?
Thanks
Tatyana
--------------------
>From: vijendrasawant@yahoo.com (Vijen)
>Newsgroups: microsoft.public.biztalk.orchestration
>Subject: Namespace prefix issue
>Date: 18 Jun 2004 08:31:26 -0700
>Organization: http://groups.google.com
>Lines: 17
>Message-ID: <82bd7b04.0406180731.379e8579@posting.google.com>
>NNTP-Posting-Host: 203.197.246.202
>Content-Type: text/plain; charset=ISO-8859-1
>Content-Transfer-Encoding: 8bit
>X-Trace: posting.google.com 1087572686 27742 127.0.0.1 (18 Jun 2004 15:31:26 GMT)
>X-Complaints-To: groups-abuse@google.com
>NNTP-Posting-Date: Fri, 18 Jun 2004 15:31:26 +0000 (UTC)
>Path: cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-online.de!news.glorb.com!postnews2.google.com!not-
for-mail
>Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.orchestration:6614
>X-Tomcat-NG: microsoft.public.biztalk.orchestration
>
>Hi,
> I have a schema(top most Element marked as Qualified) which has a
>specific namespace (and related prefix) to refer.
>When I publish SoapPort as a webservice and I refer it from client
>(which is one more orchestration) I can see the reference.xsd having
>related namespace and prefix(tns), but when I post a msg to this
>port,in Received msg NameSpace remains in topmost element but
>Prefixes are removed from all the elements . When I observed
>DataType.cs in published webservice ...it doesn't have any element
>attributes ......
>some thing similar to
>[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
>
>Is this problem realted to these attributes or anything else???
>
>
>Vijen
>
--
This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.
|
|
|
|
|