This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 905 - SOAP interface
Summary: SOAP interface
Status: RESOLVED FIXED
Alias: None
Product: Validator
Classification: Unclassified
Component: check (show other bugs)
Version: 0.7.0
Hardware: Other other
: P2 enhancement
Target Milestone: 0.7.3
Assignee: Terje Bless
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-06 23:08 UTC by Martijn
Modified: 2007-08-06 06:05 UTC (History)
0 users

See Also:


Attachments

Description Martijn 2004-10-06 23:08:07 UTC
I think an XML webservice interface should be added to the validator. So that we 
can call it transparently from an application written in a modern programming 
language like C#, Java or Delphi.
Comment 1 Bj 2004-10-06 23:12:23 UTC
What do you mean by "XML webservice interface" exactly? Something like 
http://validator.w3.org/docs/users.html#stb maybe?
Comment 2 Martijn 2004-10-06 23:17:49 UTC
I just mean a plain XML webservice. You know, a SOAP/WSDL thingy that can be 
imported as a WebReference in a .NET project. I can't imagine you not knowing 
what that is :)
Comment 3 Olivier Thereaux 2004-10-06 23:46:21 UTC
I think Bjoern meant to link to
http://validator.w3.org/docs/users.html#Output
which is likely to become a proper Soap1.2 service sooner (or/than) later.
Comment 4 Martijn 2004-10-07 17:24:58 UTC
I don't know the XML output already existed. Maybe that could be useful as well. 
However SOAP/WSDL would be much better, because it's easier to handle from the 
perspective of a programmer.
Comment 5 Olivier Thereaux 2007-08-06 06:05:22 UTC
SOAP API added in 0.7.3. closing.