Author: vanto
Date: Fri Dec 28 16:30:11 2012
New Revision: 1426570
URL: http://svn.apache.org/viewvc?rev=1426570&view=rev
Log:
link fixes.
Modified:
ode/site/trunk/content/wsdl-11-http-binding-support.mdtext
Modified: ode/site/trunk/content/wsdl-11-http-binding-support.mdtext
URL:
http://svn.apache.org/viewvc/ode/site/trunk/content/wsdl-11-http-binding-support.mdtext?rev=1426570&r1=1426569&r2=1426570&view=diff
==============================================================================
--- ode/site/trunk/content/wsdl-11-http-binding-support.mdtext (original)
+++ ode/site/trunk/content/wsdl-11-http-binding-support.mdtext Fri Dec 28
16:30:11 2012
@@ -1,4 +1,5 @@
Title: WSDL 1.1 HTTP Binding Support
+
Since version [1.2](getting-ode.html), ODE supports [HTTP
Binding](http://www.w3.org/TR/wsdl#_http). ODE is almost fully compliant with
the WSDL 1.1 spec. The few limitations are related to MIME types.
Actually only the following [MIME
types](http://www.iana.org/assignments/media-types/) are supported:
1. Media types that represent [XML MIME
entities](http://www.rfc-editor.org/rfc/rfc3023.txt). Basically any types
matching `"text/xml"`, `"application/xml"` and `"\*+xml"`.
@@ -7,5 +8,5 @@ Actually only the following [MIME types]
[mime:multipartRelated](http://www.w3.org/TR/wsdl#_mime:multipartRelated),
[mime:soap:body](http://www.w3.org/TR/wsdl#_mime:soap:body) and
[mime:mimeXml](http://www.w3.org/TR/wsdl#_mime:mimeXml) are not supported.
Considering how unsuitable WSDL 1.1 HTTP Binding is for a large majority of
services -- especially RESTful services -- a set of extensions is available.
-All the details you want to know are [here](wsdl-11-extensions-for-rest.html).
+All the details you want to know are
[here](/extensions/wsdl-11-extensions-for-rest.html).