Ask a Question related to ASP.NET Web Services, Design and Development.
-
enrico sabbadin #1
How To control how WSDL generate schema for nested .NET classes ? (part 2)
Hi, I've got another issue about how WSDL handles nested classes.
consider this type :
Public Class CMPXQueryEnvResponse
Public Envelope() As CEnvelope
Public Class CEnvelope
....End Class
End Class
if I expose this type from a web method
public function mymethod() as CMPXQueryEnvResponse ..
the signature of the client generated proxy is
public function mymethod() as CEnvelope :
the outer class ha been stripped away ..
is there any atrtibute I can apply to the type or the method signature to
avoid this ?
(the outer class makes sense since I'll probably add fields to it later )
thank in advance
--
[email]sabbadin@sabbasoft.com[/email]
MTS - COM+ - VBCOM - Enterprise Services - Security FAQ
..NET & COM+ books selected list
[url]http://www.sabbasoft.com[/url]
"Moving fast is not the same as going somewhere."
enrico sabbadin Guest
-
How do I generate ActionScript Objects from Schema orDTD
Hi, I'm a developer new to Flex. I'm interested in applying schema driven development to my Flex applications. For example, I have a schema that... -
Trying to generate classes from an XSD schema
Hi, I'm new to web services so please forgive. For some reason I'm unable to generate classes for the schema... -
How To control how WSDL generate schema for nested .NET classes ?
Hi, is there any attrubute I can place on the web service side to control how nested types are defined in the WSDL ? basically I'd like that such... -
How to generate schema for existing web method?
I have 2 completed web methods which accept posted parameter values and spit out the appropriate XML structure as a response. What is the best... -
How to generate a document from table schema?
In article <bc503f80.0306270809.50bdb2cd@posting.google.com>, dnlchou@yahoo.com says... I've done that with Sybase PowerDesigner. After 'reverse...



Reply With Quote

