<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to wsdl11</title><link>https://sourceforge.net/p/tinywsdl/wiki/wsdl11/</link><description>Recent changes to wsdl11</description><atom:link href="https://sourceforge.net/p/tinywsdl/wiki/wsdl11/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 11 Jul 2014 12:48:05 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/tinywsdl/wiki/wsdl11/feed" rel="self" type="application/rss+xml"/><item><title>wsdl11 modified by redmitry</title><link>https://sourceforge.net/p/tinywsdl/wiki/wsdl11/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -8,7 +8,7 @@
 org.inb.bsc.wsdl20.converter.WSDLConverter
 ~~~~~~

-It relies on [wsdl4j](https://sourceforge.net/projects/wsdl4j/) and [tinyXMLSchema](schema) which is based on [Apache XML Schema 2](http://ws.apache.org/commons/xmlschema20/) library.
+It relies on [wsdl4j](https://sourceforge.net/projects/wsdl4j/) and [tinyXMLSchema](schema) which is based on [Apache XML Schema 2](http://ws.apache.org/xmlschema/xmlschema-core/index.html) library.

 WSDLConverter class has only one public method:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">redmitry</dc:creator><pubDate>Fri, 11 Jul 2014 12:48:05 -0000</pubDate><guid>https://sourceforge.net818f4568c0d9f6f862b2adc0783dc7f9db29b42a</guid></item><item><title>WikiPage wsdl11 modified by Ratoo</title><link>https://sourceforge.net/p/tinywsdl/wiki/wsdl11/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -25,5 +25,5 @@

 ##### things that doesn't work #####

-1. Operation overloading. Renaming the operation to something like op1, op2... would change a contracts.
+1. Operation overloading. Renaming the operation to something like op1, op2... would change a contract.
 * Does anyone know what to do with WSDL 1.1 5.4 mime:multipartRelated?
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ratoo</dc:creator><pubDate>Sat, 15 Dec 2012 10:47:01 -0000</pubDate><guid>https://sourceforge.netde5dd25be6d4f5524e7e00b3256b6253ab96b4dd</guid></item><item><title>WikiPage wsdl11 modified by Ratoo</title><link>https://sourceforge.net/p/tinywsdl/wiki/wsdl11/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="wsdl-11-to-wsdl-20-converter"&gt;WSDL 1.1 to WSDL 2.0 converter&lt;/h2&gt;
&lt;p&gt;Converting WSDL 1.1 definitions into WSDL 2.0 descriptions is a very complicated and error-prone task.&lt;br /&gt;
The converter is implemented within a single class:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;org&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;inb&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;bsc&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;wsdl20&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;converter&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;WSDLConverter&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;It relies on &lt;a class="" href="https://sourceforge.net/projects/wsdl4j/"&gt;wsdl4j&lt;/a&gt; and &lt;a class="" href="/p/tinywsdl/wiki/schema/"&gt;tinyXMLSchema&lt;/a&gt; which is based on &lt;a class="" href="http://ws.apache.org/commons/xmlschema20/"&gt;Apache XML Schema 2&lt;/a&gt; library.&lt;/p&gt;
&lt;p&gt;WSDLConverter class has only one public method:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;public&lt;/span&gt; &lt;span class="n"&gt;static&lt;/span&gt; &lt;span class="n"&gt;Description&lt;/span&gt; &lt;span class="n"&gt;convert&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;Definition&lt;/span&gt; &lt;span class="n"&gt;definition&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="n"&gt;throws&lt;/span&gt; &lt;span class="n"&gt;Exception&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;The exception is generally WSDLException and is risen when there is a serious WSDL 1.1 validation error.&lt;br /&gt;
The message contains WSDL 1.1-like Element Identifiers (with no namespaces) to help localize the error within the WSLD 1.1 definition.&lt;/p&gt;
&lt;p&gt;The converter algorithm goes through Service, Binding, PortType first to provide better conversion for concrete services, rather abstract interfaces.&lt;/p&gt;
&lt;p&gt;It supports both SOAP and HTTP bindings.&lt;/p&gt;
&lt;h5 id="things-that-doesnt-work"&gt;things that doesn't work&lt;/h5&gt;
&lt;ol&gt;
&lt;li&gt;Operation overloading. Renaming the operation to something like op1, op2... would change a contracts.&lt;/li&gt;
&lt;li&gt;Does anyone know what to do with WSDL 1.1 5.4 mime:multipartRelated?&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ratoo</dc:creator><pubDate>Fri, 14 Dec 2012 16:05:48 -0000</pubDate><guid>https://sourceforge.nete4c6cd5ce39ad2898c7a027a4eba1556933a1e8f</guid></item></channel></rss>