Ask a Question related to ASP.NET Web Services, Design and Development.
-
g.fiorentini #1
PROBLEM: webservice, XmlNode return value, XMLSchema and WSDL
Is there a way to make the following:
1. we have a webmethod, that should return an xml document that is valid
respect an XmlSchema.
2. the web method is like the following:
...
[webmethod]
public XmlNode MyMethod ( ... param-list ...) {
...
... build xml-document that respect the XmlSchema
...
... return xml_doc;
}
...
3. When viewing the generated WSDL , we see only a general return type, not
the Xml Schema.
THE PROBLEM::
How instruct the .net system, to consider the return value from the
webmethod-call, as exactly
compliant or valid, to the giveng XmlSchema ?
Thanks for any help.
-giacomo-
g.fiorentini Guest
-
WSDL Webservice Problem - Urgent Help!!!
I have setup a Flash form to use the WebServiceConnector to do credit card authorizations. The connector works when running inside Flash but when I... -
Error returning an XmlNode from a webservice
I am using WSE 2.0 and ASP.NET to consume two webservices. The first works fine 100% of the time - the second doesn't. The first has a signature... -
My webservice WSDL doesn't return any information about the elements.
If I go to the following public service WSDL @ http://www.swanandmokashi.com/HomePage/WebServices/StockQuotes.asmx?WSDL I see the following... -
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"... -
NullReferenceException...hitting them all today...on XmlNode return
Hi again, I've solved my previous posting (which I'll comment in when it appears) -- I had a http://www.developersdex.com *** Don't just...



Reply With Quote

