Ask a Question related to ASP.NET Web Services, Design and Development.
-
Bjorn Holmberg #1
WS-I Basic Profile compliance
Has anyone tested .net webservices for ws-i basic profile compliance? I get a
failute even when testing a simple service such as:
[WebService(Namespace="http://example.com/stockquote")]
public class Quote {
[WebMethod]
public Single GetQuote(string tickerSymbol, DateTime time) {
return 23.45F;
}
}
I use the 1.1 testing tool kit at:
[url]http://www.ws-i.org/deliverables/workinggroup.aspx?wg=testingtools[/url]
I get a failure on BP1212 (corresponds to R2212 in the profile):
"The content of the soap:Body element is inconsistent with its description. The
envelope does not contain exactly one part accessor element for each of the
wsdl:part elements bound to the envelope's corresponding soapbind:body element."
And on the wire I have this:
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<GetQuote xmlns="http://example.com/stockquote">
<tickerSymbol>vlv</tickerSymbol>
<time>2005-06-25T16:06:53.9044544+02:00</time>
</GetQuote>
</soap:Body>
</soap:Envelope>
Regards
Bjorn
Bjorn Holmberg Guest
-
SCORM compliance
I am writing an elearning course in Dreamweaver using CourseBuilder. I have been told that I must deliver my course in a SCORM compliant format. I... -
CourseBuilder ADA Compliance
Hi, Please let me know whether CourseBuilder is ADA compliant, and how can I make the CourseBuilder interactions ADA compliant. Thank you! -
CFInput and 508 compliance
Does CFInput accept the title or id attributes? I need to make some form fields 508 compliant, but it doesn't look like CFInput will let mue use... -
PDF/X-1a compliance errors
Acrobat Pro 6, Quark 6.1, OSX 10.3.4 I've distilled over 300 pages of a catalog and have worked out all the errors I've found so far, mostly images... -
Licensing Compliance
As Adobe is a charter member of the BSA Nazi Gestapo I would expect you to make licensing compliance as easy as possible. To that end could you...



Reply With Quote

