How would I go generating some user interface (winform/webform) from schema
in WSDL <types> element ? So far I have been able to read operation and
message information, now I need information about types that make message
parts.
Thank you
M.
Dan Rogers - 03 Dec 2004 22:48 GMT
Hi Marko,
WSDL isn't really intended to be used to build user interfaces, but that's
a separate question anyhow.
The content of the Types section are 1 or more XML Schemas. Nothing magic
here - just regular schemas that reflect the types referenced in the
messages.
I hope this helps
Dan Rogers
Microsoft Corporation
--------------------
From: "Marko" <marko.hrovatic@rsh.si>
Subject: wsdl and <types> element
Date: Thu, 11 Nov 2004 13:57:50 +0100
Lines: 9
Organization: RSH d.o.o.
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-RFC2646: Format=Flowed; Original
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Message-ID: <#zGpO4#xEHA.3376@TK2MSFTNGP12.phx.gbl>
Newsgroups: microsoft.public.dotnet.framework.webservices
NNTP-Posting-Host: bsn-95-206-236.dsl.siol.net 193.95.206.236
Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12
.phx.gbl
Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.webservices:7366
X-Tomcat-NG: microsoft.public.dotnet.framework.webservices
How would I go generating some user interface (winform/webform) from schema
in WSDL <types> element ? So far I have been able to read operation and
message information, now I need information about types that make message
parts.
Thank you
M.