<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<rss version="2.0">
<channel>
<title>jSoapServer FAQ - The five questions posted most recently:</title>
<description>Frequently Asked Questions about jSoapServer</description>
<link>http://jsoapserver.sourceforge.net/faq</link>	<item>
		<title><![CDATA[View methods of all deployed services]]></title>
		<description><![CDATA[<p>You can get a list of methods that belong to the deployed web-services by entering the following URL into the address bar of your browser:</p><p><tt>http://[bind-address]:[port]/?list=</tt></p><p align="baseline">The generated list looks like this:</p><p><img src="http://jsoapserver.sourceforge.net/faq/images/example_list.png" /></p>]]></description>
		<link>http://jsoapserver.sourceforge.net/faq/index.php?action=artikel&amp;cat=1&amp;id=5&amp;artlang=en</link>
		<pubDate>Fri, 29 Sep 2006 08:31:38 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[View the WSDL document of a deployed service]]></title>
		<description><![CDATA[<a title="Web Services Description Language" href="http://de.wikipedia.org/wiki/WSDL"></a><p>
The <a title="Web Services Description Language" href="http://de.wikipedia.org/wiki/WSDL">WSDL</a> (Web Services Description Language) document of a deployed web-service is generated by jSoapServer on the fly.</p><p>You can view it by entering the following URL into the address bar of your browser:</p><p><tt>http://[bind-address]:[port]/[servicename]</tt></p><p align="baseline">The generated WSDL document should look like this:</p><p><img src="http://jsoapserver.sourceforge.net/faq/images/example_wsdl.png" /></p>]]></description>
		<link>http://jsoapserver.sourceforge.net/faq/index.php?action=artikel&amp;cat=1&amp;id=4&amp;artlang=en</link>
		<pubDate>Fri, 29 Sep 2006 08:25:13 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[How to use jSoapServer with https]]></title>
		<description><![CDATA[<p>To use jSoapServer with https instead of http you need to modify your server config file.</p><p>Insert the following lines into the enclosing quickserver tag of your config file:</p><pre>&lt;secure&gt;<br />  &lt;enable&gt;false&lt;/enable&gt;<br />  &lt;load&gt;true&lt;/load&gt;<br />  &lt;port&gt;8090&lt;/port&gt;<br />  &lt;protocol&gt;TLSv1&lt;/protocol&gt;<br />  &lt;client-auth-enable&gt;false&lt;/client-auth-enable&gt;<br />  &lt;secure-store&gt;<br />    &lt;type&gt;JKS&lt;/type&gt;<br />    &lt;algorithm&gt;SunX509&lt;/algorithm&gt;<br />    &lt;key-store-info&gt;<br />      &lt;store-file&gt;test.keystore&lt;/store-file&gt;<br />      &lt;store-password&gt;keystore password&lt;/store-password&gt;<br />      &lt;key-password&gt;key password&lt;/key-password&gt;<br />    &lt;/key-store-info&gt;<br />  &lt;/secure-store&gt;<br />&lt;/secure&gt;</pre><p>if <i>store-password</i> and/or <i>key-password</i> are commented out, then a popup window will be displayed to prompt you for the password.</p><pre><pre /></pre>]]></description>
		<link>http://jsoapserver.sourceforge.net/faq/index.php?action=artikel&amp;cat=1&amp;id=1&amp;artlang=en</link>
		<pubDate>Fri, 29 Sep 2006 07:49:15 GMT</pubDate>
	</item>
</channel>
</rss>