Ask a Question related to ASP.NET Web Services, Design and Development.
-
Brad Quinn #1
controlling minOccurs and maxOccurs in wsdl
I was wondering if there was an attribute that I could apply to an array
that would allow the minOccurs and maxOccurs to be specified in the
generated wsdl.
I was also wondering if it was possible to override the automatically
generated wsdl.
I there a way to have [url]http://localhost/testingtypes/Service1.asmx?WSDL[/url]
return arbitrary xml?
Brad Quinn Guest
-
WSDL Minoccurs changes when nil="true" is set.
Hi, can someone tell me why the following scneario occurs. With the nillable attribute set to true on an element that has min occurs set to zero, I... -
Problem with minOccurs="0" in client WSDL
I have created a web service for a client to consume. The element I am having trouble with is, as described in their WSDL: <xsd:element... -
WebMethod + MaxOccurs for input parameter; possible?
Good afternoon everyone, I have a WebMethod function (VB .NET) that receive a parameter (Order #). I would like to be able to change my function... -
generating minoccurs=1 for strings in wsdl ?
If I have string types in my object in my web service. In wsdl file it always comes as minoccurs=0. Is there a way to fix this ? Regards, AK -
Relation between XmlNode and WSDL minoccurs or type
I have a WSDL-file that looks like the following (Part of it) - <s:complexType name="Persoonslijst"> - <s:sequence> <s:element minOccurs="0"... -
Brad Quinn #2
Re: controlling minOccurs and maxOccurs in wsdl
Sweet!
[url]http://msdn.microsoft.com/msdnmag/issues/02/12/XMLSchemaImporting/default.aspx[/url]
Although a bit overkill for my particular need.
"Brad Quinn" <brad_quinn@yahoo.com> wrote in message
news:ONCpV$FWDHA.1280@tk2msftngp13.phx.gbl...> I was wondering if there was an attribute that I could apply to an array
> that would allow the minOccurs and maxOccurs to be specified in the
> generated wsdl.
>
> I was also wondering if it was possible to override the automatically
> generated wsdl.
>
> I there a way to have [url]http://localhost/testingtypes/Service1.asmx?WSDL[/url]
> return arbitrary xml?
>
>
>
Brad Quinn Guest



Reply With Quote

