Ask a Question related to ASP.NET Web Services, Design and Development.
-
Bryan #1
Making a value-type property optional in WSDL generated by ASP.NET
Hello all,
Is there a way to mark a value-type property on a class as optional when
being used as a parameter to a web service? The problem is that I don't want
the consumer of the web service to be required to set a value on this
property. In the set{} of the property I have some logic that should only
happen if the consumer explicitly wants it to.
On another note, is there any way to control the order that properties are
deserialized by ASP.NET? Say I require that property B is set before I can
set property A. Can that be achieved?
Thanks,
Bryan
Bryan Guest
-
.NET should move documentation from the WSDL to the generated code
When I have a WSDL that is documented like: <?xml version="1.0" encoding="UTF-8"?> <!-- edited by Sebastien Tardif (Anacomp) --> <wsdl:definitions... -
WSDL and Optional Parameters
Since there's no way to create a c# method with optional, or nullable parameters. And since you can't write an overloaded web method. Is it... -
wsdl.exe fails with WebMethods generated wsdl file
Using WebMethods, Inc Developer tool to create a wsdl for a flow service. Try to use .NET wsdl utility to create a C# proxy, but get the errors... -
Problem generating appropriate WSDL from C# classes generated from an XSD
Hi all, We are integrating Great Plains 7.5 (GP) with BizTalk 2004 (BT) through web services. GP's connectivity component (eConnect) works... -
WebMethod and WSDL with optional parameters
Hi If i have a simple web service lik [WebMethodAttribute() public string DoIt(string Name, int Age return "" and i look at the WSDL i get...



Reply With Quote

