Added: incubator/servicemix/site/sm30ug/rss-binding.html URL: http://svn.apache.org/viewvc/incubator/servicemix/site/sm30ug/rss-binding.html?view=auto&rev=441090 ============================================================================== --- incubator/servicemix/site/sm30ug/rss-binding.html (added) +++ incubator/servicemix/site/sm30ug/rss-binding.html Thu Sep 7 07:16:46 2006 @@ -0,0 +1,241 @@ + +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<HTML> + <HEAD> +<!-- + Pier's plugin always overwrites the stylesheet so lets explicitly use another one + <link type="text/css" rel="stylesheet" href="autoexport:///SM30UG/resources/space.css"> +--> + <LINK type="text/css" rel="stylesheet" href="resources/site.css"> + <SCRIPT src="resources/space.js" type="text/javascript"></SCRIPT> + <TITLE> +RSS Binding + </TITLE> + <META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD> + <BODY onload="init()"> + + <!-- Banner --> + <DIV id="site-banner"> + </DIV> + + <!-- Bread crumbs and Quick Links --> + <DIV id="site-navbar"> + <TABLE border="0" cellpadding="0" cellspacing="0" width="100%"> + <TR> + <TD align="left" valign="middle" nowrap=""> + <DIV id="site-breadcrumbs"> +<A href="users-guide.html" title="ServiceMix 3.0 User Guide">ServiceMix 3.0 User Guide</A> > <A href="users-guide.html" title="User's Guide">User's Guide</A> > <A href="4-examples.html" title="4. Examples">4. Examples</A> > <A href="" title="RSS Binding">RSS Binding</A> + </DIV> + </TD> + <TD align="right" valign="middle" nowrap=""> + <DIV id="site-quicklinks"> + </DIV> + </TD> + </TR> + </TABLE> + </DIV> + +<!-- Integrate google search later. + <form name="search" action="http://www.google.com/search" method="get"> + <input type="hidden" name="ie" value="UTF- 8" /> + <input type="hidden" name="oe" value="UTF- 8" /> + <input type="hidden" name="domains" value="" /> + <input type="hidden" name="sitesearch" value="" /> + <input type="text" name="q" maxlength="255" value="" /> + <input type="submit" name="btnG" value="Google Search" /> + </form> +--> + + <DIV id="site-content"> + <TABLE> + <TR> + <TD valign="top"> + <DIV id="site-navigation"> + </DIV> + </TD> + <TD valign="top"> + <DIV id="site-page"> + +<!-- + <div class="pagetitle">RSS Binding</div> +--> + <DIV class="wiki-content"><STYLE type="text/css">/*<![CDATA[*/ +table.ScrollbarTable {border: none;padding: 3px;width: 100%;padding: 3px;margin: 0px;background-color: #f0f0f0} +table.ScrollbarTable td.ScrollbarPrevIcon {text-align: center;width: 16px;border: none;} +table.ScrollbarTable td.ScrollbarPrevName {text-align: left;border: none;} +table.ScrollbarTable td.ScrollbarParent {text-align: center;border: none;} +table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;} +table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;} + +/*]]>*/</STYLE><DIV class="Scrollbar"><TABLE class="ScrollbarTable"><TR><TD class="ScrollbarPrevIcon"><A href="loan-broker-bpel.html"><IMG border="0" align="middle" src="http://goopen.org/confluence/images/icons/back_16.gif" width="16" height="16"></A></TD><TD width="33%" class="ScrollbarPrevName"><A href="loan-broker-bpel.html">Loan Broker BPEL</A> </TD><TD width="33%" class="ScrollbarParent"><SUP><A href="4-examples.html"><IMG border="0" align="middle" src="http://goopen.org/confluence/images/icons/up_16.gif" width="8" height="8"></A></SUP><A href="4-examples.html">4. Examples</A></TD><TD width="33%" class="ScrollbarNextName"> <A href="vfs-binding.html">VFS Binding</A></TD><TD class="ScrollbarNextIcon"><A href="vfs-binding.html"><IMG border="0" align="middle" src="http://goopen.org/confluence/images/icons/forwd_16.gif" width="16" height="16"></A></TD></TR></TABLE></DIV> +<P><A name="RSSBinding-top"></A></P> + +<H1><A name="RSSBinding-RSSBindingexample"></A>RSS Binding example</H1> + + +<H2><A name="RSSBinding-Overview"></A>Overview</H2> + +<P>The following procedure describes how to run the <EM>RSS Binding</EM> example in ServiceMix and provides details regarding what the RSS Binding does. For information on the business use case, please refer to the <A href="#RSSBinding-Usecase" title="Use case on RSS Binding">use case</A> section. +<BR clear="all"> +<BR clear="all"> +The RSS Binding example illustrates:</P> +<UL> + <LI>use of declarative programming</LI> + <LI>how to perform an RSS binding in ServiceMix</LI> +</UL> + + +<P>The source code for the <EM>RSS Binding</EM> example is located in the ServiceMix installation directory under the <TT>examples\rss-binding</TT> directory in the <TT>servicemix.xml</TT> file. It is recommended that you refer to the source code while reading this document. +<BR clear="all"> +<BR clear="all"> +This example shows how to monitor RSS feeds for changes. The main component of this example periodically polls a list of RSS news feeds and when an update is found the new RSS items are displayed on the console.</P> + +<H2><A name="RSSBinding-RunningtheRSSBindingExample"></A>Running the <EM>RSS Binding</EM> Example</H2> + +<P><BR clear="all"></P> +<TABLE cellpadding="5" width="85%" cellspacing="8px" class="warningMacro" border="0" align="center"><COLGROUP><COL width="24"><COL></COLGROUP><TR><TD valign="top"><IMG src="http://goopen.org/confluence/images/icons/emoticons/forbidden.gif" width="16" height="16" align="absmiddle" alt="" border="0"></TD><TD> +<P>On a slow news day, you may have wait a while to see any output! <IMG class="emoticon" src="http://goopen.org/confluence/images/icons/emoticons/smile.gif" height="20" width="20" align="absmiddle" alt="" border="0"></P></TD></TR></TABLE> +<P><BR clear="all"></P> +<OL> + <LI>From a command shell, go to the RSS Binding example directory: +<DIV class="code"><DIV class="codeContent"> +<PRE class="code-java">cd [servicemix_install_dir]\examples\rss-binding</PRE> +</DIV></DIV> +<P>where <TT>servicemix_install_dir</TT> is the directory in which ServiceMix was installed originally.</P></LI> + <LI>Then type: +<DIV class="code"><DIV class="codeContent"> +<PRE class="code-java">[servicemix_install_dir]\bin\servicemix servicemix.xml</PRE> +</DIV></DIV> +<P><BR clear="all"> +<TABLE cellpadding="5" width="85%" cellspacing="8px" class="tipMacro" border="0" align="center"><COLGROUP><COL width="24"><COL></COLGROUP><TR><TD valign="top"><IMG src="http://goopen.org/confluence/images/icons/emoticons/check.gif" width="16" height="16" align="absmiddle" alt="" border="0"></TD><TD><B class="strong">Handy Hint</B><BR>Add <EM>$SERVICEMIX_HOME/bin</EM> directory to <EM>$PATH</EM> variable to simplify execution of the examples.</TD></TR></TABLE><BR clear="all"></P></LI> +</OL> + + +<H2><A name="RSSBinding-StoppingtheRSSBindingExample"></A>Stopping the <EM>RSS Binding</EM> Example</H2> + +<P>To terminate the <EM>RSS Binding</EM> example, type "CTRL-C" in the command shell in which it is running and answer "y" to the "Terminate batch job (y/n)?" question. +<BR clear="all"></P> + +<H2><A name="RSSBinding-HowitWorks"></A>How it Works</H2> + +<P>The diagram below illustrates the flow of messages through the <EM>RSS Binding</EM> components: +<BR clear="all"> +<BR clear="all"></P> +<DIV class="panel" style="border-style: solid; border-color: #ccc; "><DIV class="panelHeader" style="border-bottom-style: solid; border-bottom-color: #ccc; "><B>RSS Binding Example Message Flow Diagram</B></DIV><DIV class="panelContent"> +<P><DIV align="center"><IMG src="rss-binding.data/rssflow.jpg" border="0"></DIV></P> +</DIV></DIV> +<P><BR clear="all"> +Messages flow through the components as follows:</P> +<OL> + <LI>The <EM>rss</EM> component, which is implemented by RssPollingComponent class, uses customEditorConfigurer bean to parse the Date variable lastPolledDate into the specified format (yyyy/MMM/dd). lastPolledDate will be used to determine the new items added on the RSS feed.</LI> + <LI>The <EM>rss</EM> component periodically polls RSS feeds defined on its <TT>urlStrings</TT> property for changes. In this case <EM>rss</EM> component monitors the following RSS feeds: <SPAN class="nobr"><A href="http://rss.cnn.com/rss/cnn_topstories.rss" title="Visit page outside Confluence" rel="nofollow">http://rss.cnn.com/rss/cnn_topstories.rss<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN> and <SPAN class="nobr"><A href="http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml" title="Visit page outside Confluence" rel="nofollow">http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN>.</LI> + <LI>When an update is found, the <EM>rss</EM> component creates a normalized message that contains the new items. It then sends the normalized message to the NMR. The NMR routes the message to the <EM>trace</EM> component.</LI> + <LI>The trace component displays the RSS news items on the console.</LI> +</OL> + + +<P>Output from running <TT>[servicemix_install_dir]\bin\servicemix servicemix.xml</TT> looks like the following:</P> +<DIV class="code"><DIV class="codeContent"> +<PRE class="code-java"><item> +<title>Bush supporters' cars allegedly defaced by war veteran</title> +<link>http:<SPAN class="code-comment">//www.cnn.com/rssclick/2005/US/12/16/bush.vandalism.ap/index.html?sec +</SPAN>tion=cnn_topstories</link> +<description>Read full story <SPAN class="code-keyword">for</SPAN> latest details.</description> +<pubDate>Sat, 17 Dec 2005 00:52:01 GMT</pubDate> +<guid isPermaLink=<SPAN class="code-quote">"<SPAN class="code-keyword">false</SPAN>"</SPAN>>http:<SPAN class="code-comment">//www.cnn.com/rssclick/2005/US/12/16/bush.vandali +</SPAN>sm.ap/index.html?section=cnn_topstories</guid> +</item> +<item> +<title>Stern says goodbye to terrestrial radio</title> +<link>http:<SPAN class="code-comment">//www.cnn.com/rssclick/2005/SHOWBIZ/12/16/stern.last.day.ap/index.htm +</SPAN>l?section=cnn_topstories</link> +<description>Read full story <SPAN class="code-keyword">for</SPAN> latest details.</description> +<pubDate>Sat, 17 Dec 2005 02:13:07 GMT</pubDate> +<guid isPermaLink=<SPAN class="code-quote">"<SPAN class="code-keyword">false</SPAN>"</SPAN>>http:<SPAN class="code-comment">//www.cnn.com/rssclick/2005/SHOWBIZ/12/16/stern.l +</SPAN>ast.day.ap/index.html?section=cnn_topstories</guid> +</item></PRE> +</DIV></DIV> + +<H2><A name="RSSBinding-Details"></A>Details</H2> + +<P>The following table provides more details about the function of each component and bean in the servicemix.xml file: +<BR clear="all"> +<BR clear="all"></P> +<TABLE class="confluenceTable"><TBODY> +<TR> +<TH class="confluenceTh"> Component or Bean ID </TH> +<TH class="confluenceTh"> Description </TH> +</TR> +<TR> +<TD class="confluenceTd"> <EM>rss</EM> </TD> +<TD class="confluenceTd"> This component polls RSS feeds for changes and is implemented by RssPollingComponent class. The property urlStrings defines the RSS feeds to be monitored. When one of the RSS feeds being monitored is updated, this component will convert the content of the RSS feed into a normalized message and send it to a trace component via Normalized Message Router (NMR). </TD> +</TR> +<TR> +<TD class="confluenceTd"> <EM>trace</EM> </TD> +<TD class="confluenceTd"> This component accepts a normalized message and display its content to the console. </TD> +</TR> +<TR> +<TD class="confluenceTd"> <EM>customEditorConfigurer</EM> </TD> +<TD class="confluenceTd"> This bean allows convenient registration of custom property editors that can modify application context's bean definitions. It uses CustomDateEditor, a propertyEditor for java.util.Date to reformat date variable lastPolledDate. </TD> +</TR> +</TBODY></TABLE> + +<H2><A name="RSSBinding-Usecase"></A>Use case</H2> + +<P>The <EM>RSS binding</EM> example shows how to use the RSS bindings to poll RSS feeds for updates. RSS is an XML format designed for sharing web content between sites.</P> + +<P>A hypothetical business scenario, which uses RSS, is a web site constantly polling RSS feeds for its "What's New" section. Whenever <EM>rssPoller</EM> detects a change in one of the RSS feeds, <EM>rssPoller</EM> will send an updated list of URLs to <EM>displayNewSites</EM>. The <EM>displayNewSites</EM> component will then auomatically update the web site's "What's New" section accordingly.</P> + +<P>The following diagram illustrates this:</P> +<DIV class="panel" style="border-style: solid; border-color: #ccc; "><DIV class="panelHeader" style="border-bottom-style: solid; border-bottom-color: #ccc; "><B>News Feed Monitoring System</B></DIV><DIV class="panelContent"> +<P><DIV align="center"><IMG src="rss-binding.data/usecase_for_rss.jpg" border="0"></DIV></P> +</DIV></DIV> + +<H2><A name="RSSBinding-RelatedDocumentation"></A>Related Documentation</H2> + +<P>For more information on the following topics please see:</P> +<UL> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Glossary&linkCreation=true&fromPageId=13497" title="Create Page: Glossary" class="createlink">NMR<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> +</UL> + + +<UL> + <LI><SPAN class="nobr"><A href="http://www.xml.com/pub/a/2002/12/18/dive-into-xml.html" title="Visit page outside Confluence" rel="nofollow">RSS<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> +</UL> + + +<P>We support working with RSS and Atom via the <SPAN class="nobr"><A href="http://wiki.java.net/bin/view/Javawsxml/Rome" title="Visit page outside Confluence" rel="nofollow">Rome<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN> library. We support both the polling of existing RSS feeds to generate JBI messages (the example documented above) and the generation of RSS feeds from JBI messages. To see an example of how to generate RSS feeds from JBI messages go <SPAN class="nobr"><A href="http://docs.codehaus.org/x/3XM" title="Visit page outside Confluence" rel="nofollow">here<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN>.</P> + +<P>For a brief explanation of the XML tags in the <TT>servicemi.xml</TT> file, please see:</P> +<UL> + <LI><SPAN class="nobr"><A href="http://servicemix.codehaus.org/maven/servicemix.xsd.html" title="Visit page outside Confluence" rel="nofollow">XSD<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> +</UL> + + +<P><BR clear="all"></P> +<STYLE type="text/css">/*<![CDATA[*/ +table.ScrollbarTable {border: none;padding: 3px;width: 100%;padding: 3px;margin: 0px;background-color: #f0f0f0} +table.ScrollbarTable td.ScrollbarPrevIcon {text-align: center;width: 16px;border: none;} +table.ScrollbarTable td.ScrollbarPrevName {text-align: left;border: none;} +table.ScrollbarTable td.ScrollbarParent {text-align: center;border: none;} +table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;} +table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;} + +/*]]>*/</STYLE><DIV class="Scrollbar"><TABLE class="ScrollbarTable"><TR><TD class="ScrollbarPrevIcon"><A href="loan-broker-bpel.html"><IMG border="0" align="middle" src="http://goopen.org/confluence/images/icons/back_16.gif" width="16" height="16"></A></TD><TD width="33%" class="ScrollbarPrevName"><A href="loan-broker-bpel.html">Loan Broker BPEL</A> </TD><TD width="33%" class="ScrollbarParent"><SUP><A href="4-examples.html"><IMG border="0" align="middle" src="http://goopen.org/confluence/images/icons/up_16.gif" width="8" height="8"></A></SUP><A href="4-examples.html">4. Examples</A></TD><TD width="33%" class="ScrollbarNextName"> <A href="vfs-binding.html">VFS Binding</A></TD><TD class="ScrollbarNextIcon"><A href="vfs-binding.html"><IMG border="0" align="middle" src="http://goopen.org/confluence/images/icons/forwd_16.gif" width="16" height="16"></A></TD></TR></TABLE></DIV></DIV> + + </DIV> + </TD> + </TR> + </TABLE> + </DIV> + </DIV> + <DIV id="site-footer"> + Added by <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume Nodet</A>, + last edited by <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume Nodet</A> on Sep 06, 2006 + + (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=13497">edit page</A>) + </DIV> + + </BODY> + +</HTML> \ No newline at end of file
Added: incubator/servicemix/site/sm30ug/users-guide.html URL: http://svn.apache.org/viewvc/incubator/servicemix/site/sm30ug/users-guide.html?view=auto&rev=441090 ============================================================================== --- incubator/servicemix/site/sm30ug/users-guide.html (added) +++ incubator/servicemix/site/sm30ug/users-guide.html Thu Sep 7 07:16:46 2006 @@ -0,0 +1,243 @@ + +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<HTML> + <HEAD> +<!-- + Pier's plugin always overwrites the stylesheet so lets explicitly use another one + <link type="text/css" rel="stylesheet" href="autoexport:///SM30UG/resources/space.css"> +--> + <LINK type="text/css" rel="stylesheet" href="resources/site.css"> + <SCRIPT src="resources/space.js" type="text/javascript"></SCRIPT> + <TITLE> +User's Guide + </TITLE> + <META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD> + <BODY onload="init()"> + + <!-- Banner --> + <DIV id="site-banner"> + </DIV> + + <!-- Bread crumbs and Quick Links --> + <DIV id="site-navbar"> + <TABLE border="0" cellpadding="0" cellspacing="0" width="100%"> + <TR> + <TD align="left" valign="middle" nowrap=""> + <DIV id="site-breadcrumbs"> +<A href="" title="ServiceMix 3.0 User Guide">ServiceMix 3.0 User Guide</A> > <A href="" title="User's Guide">User's Guide</A> + </DIV> + </TD> + <TD align="right" valign="middle" nowrap=""> + <DIV id="site-quicklinks"> + </DIV> + </TD> + </TR> + </TABLE> + </DIV> + +<!-- Integrate google search later. + <form name="search" action="http://www.google.com/search" method="get"> + <input type="hidden" name="ie" value="UTF- 8" /> + <input type="hidden" name="oe" value="UTF- 8" /> + <input type="hidden" name="domains" value="" /> + <input type="hidden" name="sitesearch" value="" /> + <input type="text" name="q" maxlength="255" value="" /> + <input type="submit" name="btnG" value="Google Search" /> + </form> +--> + + <DIV id="site-content"> + <TABLE> + <TR> + <TD valign="top"> + <DIV id="site-navigation"> + </DIV> + </TD> + <TD valign="top"> + <DIV id="site-page"> + +<!-- + <div class="pagetitle">User's Guide</div> +--> + <DIV class="wiki-content"><H3><A name="User%27sGuide-ApacheServiceMix3.0Users%27Guide"></A>Apache ServiceMix 3.0 Users' Guide</H3> + +<P>Welcome to Apache ServiceMix Users' Guide. This guide is a work in progress from the Apache ServiceMix communit. Your contributions to this documentation effort are welcome.</P> +<UL> + <LI><A href="0-disclaimer.html" title="0. Disclaimer">0. Disclaimer</A></LI> +</UL> + + +<UL> + <LI><A href="1-quick-start.html" title="1. Quick start">1. Quick start</A> + <UL> + <LI><A href="1-quick-start.html#1.Quickstart-GettingtheSoftware" title="Getting the Software on 1. Quick start">Getting the Software</A></LI> + <LI><A href="1-quick-start.html#1.Quickstart-StarttheServer" title="Start the Server on 1. Quick start">Start the Server</A></LI> + <LI><A href="1-quick-start.html#1.Quickstart-Deployasampleapplication" title="Deploy a sample application on 1. Quick start">Deploy a sample application</A></LI> + </UL> + </LI> +</UL> + + +<UL> + <LI><A href="2-introduction.html" title="2. Introduction">2. Introduction</A> + <UL> + <LI><A href="2-introduction.html#2.Introduction-IntroductiontoESB" title="Introduction to ESB on 2. Introduction">Introduction to ESB</A></LI> + <LI><A href="2-introduction.html#2.Introduction-BackgroundtoServiceMix" title="Background to ServiceMix on 2. Introduction">Background to ServiceMix</A></LI> + <LI><A href="2-introduction.html#2.Introduction-FeaturesOverview" title="Features Overview on 2. Introduction">Features Overview</A></LI> + </UL> + </LI> +</UL> + + +<UL> + <LI><A href="3-installation.html" title="3. Installation">3. Installation</A></LI> +</UL> + + +<UL> + <LI><A href="4-examples.html" title="4. Examples">4. Examples</A> + <UL> + <LI><A href="4-examples.html#4.Examples-JBIpackagingusingMaven" title="JBI packaging using Maven on 4. Examples">JBI packaging using Maven</A></LI> + <LI><A href="4-examples.html#4.Examples-StaticconfigurationusingMaven" title="Static configuration using Maven on 4. Examples">Static configuration using Maven</A></LI> + <LI><A href="4-examples.html#4.Examples-JBIpackagingusingAnt" title="JBI packaging using Ant on 4. Examples">JBI packaging using Ant</A></LI> + <LI><A href="4-examples.html#4.Examples-StaticconfigurationusingAnt" title="Static configuration using Ant on 4. Examples">Static configuration using Ant</A></LI> + <LI><A href="4-examples.html#4.Examples-Webapplication" title="Web application on 4. Examples">Web application</A></LI> + </UL> + </LI> +</UL> + + +<UL> + <LI><A href="5-jbi.html" title="5. JBI">5. JBI</A> + <UL> + <LI><A href="5-jbi.html#5.JBI-Overview" title="Overview on 5. JBI">Overview</A></LI> + <LI><A href="5-jbi.html#5.JBI-WSDLmessagingmodel" title="WSDL messaging model on 5. JBI">WSDL messaging model</A></LI> + <LI><A href="5-jbi.html#5.JBI-NormalizedMessageRouter" title="Normalized Message Router on 5. JBI">Normalized Message Router</A></LI> + <LI><A href="5-jbi.html#5.JBI-JBIpackaging" title="JBI packaging on 5. JBI">JBI packaging</A></LI> + </UL> + </LI> +</UL> + + +<UL> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Deployment%20models&linkCreation=true&fromPageId=13484" title="Create Page: Deployment models" class="createlink">Deployment models<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> + <UL> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Standard%20JBI%20packaging&linkCreation=true&fromPageId=13484" title="Create Page: Standard JBI packaging" class="createlink">Standard JBI packaging<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Static%20configuration&linkCreation=true&fromPageId=13484" title="Create Page: Static configuration" class="createlink">Static configuration<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> + </UL> + </LI> +</UL> + + +<UL> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Features&linkCreation=true&fromPageId=13484" title="Create Page: Features" class="createlink">Features<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> + <UL> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=POJO%20support&linkCreation=true&fromPageId=13484" title="Create Page: POJO support" class="createlink">POJO support<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Flows&linkCreation=true&fromPageId=13484" title="Create Page: Flows" class="createlink">Flows<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Quality%20of%20Service&linkCreation=true&fromPageId=13484" title="Create Page: Quality of Service" class="createlink">Quality of Service<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Security&linkCreation=true&fromPageId=13484" title="Create Page: Security" class="createlink">Security<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> + </UL> + </LI> +</UL> + + +<UL> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Writing%20applications&linkCreation=true&fromPageId=13484" title="Create Page: Writing applications" class="createlink">Writing applications<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> + <UL> + <LI> </LI> + </UL> + </LI> +</UL> + + +<UL> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Components&linkCreation=true&fromPageId=13484" title="Create Page: Components" class="createlink">Components<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> + <UL> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=General%20concepts&linkCreation=true&fromPageId=13484" title="Create Page: General concepts" class="createlink">General concepts<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> + <UL> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Spring&linkCreation=true&fromPageId=13484" title="Create Page: Spring" class="createlink">Spring<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=XBean&linkCreation=true&fromPageId=13484" title="Create Page: XBean" class="createlink">XBean<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Classpath&linkCreation=true&fromPageId=13484" title="Create Page: Classpath" class="createlink">Classpath<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Properties&linkCreation=true&fromPageId=13484" title="Create Page: Properties" class="createlink">Properties<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> + </UL> + </LI> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=servicemix-http&linkCreation=true&fromPageId=13484" title="Create Page: servicemix-http" class="createlink">servicemix-http<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=servicemix-jms&linkCreation=true&fromPageId=13484" title="Create Page: servicemix-jms" class="createlink">servicemix-jms<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=servicemix-jsr181&linkCreation=true&fromPageId=13484" title="Create Page: servicemix-jsr181" class="createlink">servicemix-jsr181<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN><BR> + threading model, pooling, transactions ...</LI> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=servicemix-wsn2005&linkCreation=true&fromPageId=13484" title="Create Page: servicemix-wsn2005" class="createlink">servicemix-wsn2005<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=serviceimx-eip&linkCreation=true&fromPageId=13484" title="Create Page: serviceimx-eip" class="createlink">serviceimx-eip<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Lightweight%20components&linkCreation=true&fromPageId=13484" title="Create Page: Lightweight components" class="createlink">Lightweight components<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> + </UL> + </LI> +</UL> + + +<UL> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Administration&linkCreation=true&fromPageId=13484" title="Create Page: Administration" class="createlink">Administration<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> + <UL> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=JMX&linkCreation=true&fromPageId=13484" title="Create Page: JMX" class="createlink">JMX<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Ant&linkCreation=true&fromPageId=13484" title="Create Page: Ant" class="createlink">Ant<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Maven&linkCreation=true&fromPageId=13484" title="Create Page: Maven" class="createlink">Maven<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> + </UL> + </LI> +</UL> + + +<UL> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Integration&linkCreation=true&fromPageId=13484" title="Create Page: Integration" class="createlink">Integration<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> + <UL> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Geronimo&linkCreation=true&fromPageId=13484" title="Create Page: Geronimo" class="createlink">Geronimo<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Tomcat&linkCreation=true&fromPageId=13484" title="Create Page: Tomcat" class="createlink">Tomcat<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> + <LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=JBoss&linkCreation=true&fromPageId=13484" title="Create Page: JBoss" class="createlink">JBoss<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI> + </UL> + </LI> +</UL> +</DIV> + + <!-- + <div class="tabletitle"> + Children + <span class="smalltext" id="show" style="display: inline;"> + <a href="javascript:showChildren()">Show Children</a></span> + <span class="smalltext" id="hide" style="display: none;"> + <a href="javascript:hideChildren()">Hide Children</a></span> + </div> + <div class="greybox" id="children" style="display: none;"> + <a href="http://goopen.org/confluence/display/SM30UG/5.+JBI" title="5. JBI">5. JBI</a> + <span class="smalltext">(ServiceMix 3.0 User Guide)</span> + <br> + <a href="http://goopen.org/confluence/display/SM30UG/4.+Examples" title="4. Examples">4. Examples</a> + <span class="smalltext">(ServiceMix 3.0 User Guide)</span> + <br> + <a href="http://goopen.org/confluence/display/SM30UG/3.+Installation" title="3. Installation">3. Installation</a> + <span class="smalltext">(ServiceMix 3.0 User Guide)</span> + <br> + <a href="http://goopen.org/confluence/display/SM30UG/2.+Introduction" title="2. Introduction">2. Introduction</a> + <span class="smalltext">(ServiceMix 3.0 User Guide)</span> + <br> + <a href="http://goopen.org/confluence/display/SM30UG/1.+Quick+start" title="1. Quick start">1. Quick start</a> + <span class="smalltext">(ServiceMix 3.0 User Guide)</span> + <br> + <a href="http://goopen.org/confluence/display/SM30UG/0.+Disclaimer" title="0. Disclaimer">0. Disclaimer</a> + <span class="smalltext">(ServiceMix 3.0 User Guide)</span> + <br> + </div> +--> + </DIV> + </TD> + </TR> + </TABLE> + </DIV> + </DIV> + <DIV id="site-footer"> + Added by <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume Nodet</A>, + last edited by <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan">James Strachan</A> on Sep 06, 2006 + (<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=13484&originalId=13500">view change</A>) + + (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=13484">edit page</A>) + </DIV> + + </BODY> + +</HTML> \ No newline at end of file Added: incubator/servicemix/site/sm30ug/vfs-binding.html URL: http://svn.apache.org/viewvc/incubator/servicemix/site/sm30ug/vfs-binding.html?view=auto&rev=441090 ============================================================================== --- incubator/servicemix/site/sm30ug/vfs-binding.html (added) +++ incubator/servicemix/site/sm30ug/vfs-binding.html Thu Sep 7 07:16:46 2006 @@ -0,0 +1,108 @@ + +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<HTML> + <HEAD> +<!-- + Pier's plugin always overwrites the stylesheet so lets explicitly use another one + <link type="text/css" rel="stylesheet" href="autoexport:///SM30UG/resources/space.css"> +--> + <LINK type="text/css" rel="stylesheet" href="resources/site.css"> + <SCRIPT src="resources/space.js" type="text/javascript"></SCRIPT> + <TITLE> +VFS Binding + </TITLE> + <META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD> + <BODY onload="init()"> + + <!-- Banner --> + <DIV id="site-banner"> + </DIV> + + <!-- Bread crumbs and Quick Links --> + <DIV id="site-navbar"> + <TABLE border="0" cellpadding="0" cellspacing="0" width="100%"> + <TR> + <TD align="left" valign="middle" nowrap=""> + <DIV id="site-breadcrumbs"> +<A href="users-guide.html" title="ServiceMix 3.0 User Guide">ServiceMix 3.0 User Guide</A> > <A href="users-guide.html" title="User's Guide">User's Guide</A> > <A href="4-examples.html" title="4. Examples">4. Examples</A> > <A href="" title="VFS Binding">VFS Binding</A> + </DIV> + </TD> + <TD align="right" valign="middle" nowrap=""> + <DIV id="site-quicklinks"> + </DIV> + </TD> + </TR> + </TABLE> + </DIV> + +<!-- Integrate google search later. + <form name="search" action="http://www.google.com/search" method="get"> + <input type="hidden" name="ie" value="UTF- 8" /> + <input type="hidden" name="oe" value="UTF- 8" /> + <input type="hidden" name="domains" value="" /> + <input type="hidden" name="sitesearch" value="" /> + <input type="text" name="q" maxlength="255" value="" /> + <input type="submit" name="btnG" value="Google Search" /> + </form> +--> + + <DIV id="site-content"> + <TABLE> + <TR> + <TD valign="top"> + <DIV id="site-navigation"> + </DIV> + </TD> + <TD valign="top"> + <DIV id="site-page"> + +<!-- + <div class="pagetitle">VFS Binding</div> +--> + <DIV class="wiki-content"><STYLE type="text/css">/*<![CDATA[*/ +table.ScrollbarTable {border: none;padding: 3px;width: 100%;padding: 3px;margin: 0px;background-color: #f0f0f0} +table.ScrollbarTable td.ScrollbarPrevIcon {text-align: center;width: 16px;border: none;} +table.ScrollbarTable td.ScrollbarPrevName {text-align: left;border: none;} +table.ScrollbarTable td.ScrollbarParent {text-align: center;border: none;} +table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;} +table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;} + +/*]]>*/</STYLE><DIV class="Scrollbar"><TABLE class="ScrollbarTable"><TR><TD class="ScrollbarPrevIcon"><A href="rss-binding.html"><IMG border="0" align="middle" src="http://goopen.org/confluence/images/icons/back_16.gif" width="16" height="16"></A></TD><TD width="33%" class="ScrollbarPrevName"><A href="rss-binding.html">RSS Binding</A> </TD><TD width="33%" class="ScrollbarParent"><SUP><A href="4-examples.html"><IMG border="0" align="middle" src="http://goopen.org/confluence/images/icons/up_16.gif" width="8" height="8"></A></SUP><A href="4-examples.html">4. Examples</A></TD><TD width="33%" class="ScrollbarNextName"> <A href="wsdl-first.html">WSDL First</A></TD><TD class="ScrollbarNextIcon"><A href="wsdl-first.html"><IMG border="0" align="middle" src="http://goopen.org/confluence/images/icons/forwd_16.gif" width="16" height="16"></A></TD></TR></TABLE></DIV> +<P>This example to show how to use the <SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=VFS&linkCreation=true&fromPageId=13498" title="Create Page: VFS" class="createlink">VFS binding<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> to do a simple file transfer<BR> +<B>To start the the</B> <B><EM>vfs binding</EM></B> <B>example:</B></P> +<DIV class="code"><DIV class="codeContent"> +<PRE class="code-java">cd example/vfs-binding +../../bin/servicemix servicemix.xml</PRE> +</DIV></DIV> +<P>This will start a component which waits for files to arrive in the /tmp/servicemix-inbox directory.<BR> +It then does a file transfer to the /tmp/servicemix-outbox directory.</P> + +<P>Just copy the test-file.xml file into the /tmp/servicemix-inbox<BR> +directory and you should see it apear in the outbox directory in a<BR> +few seconds.</P> +<STYLE type="text/css">/*<![CDATA[*/ +table.ScrollbarTable {border: none;padding: 3px;width: 100%;padding: 3px;margin: 0px;background-color: #f0f0f0} +table.ScrollbarTable td.ScrollbarPrevIcon {text-align: center;width: 16px;border: none;} +table.ScrollbarTable td.ScrollbarPrevName {text-align: left;border: none;} +table.ScrollbarTable td.ScrollbarParent {text-align: center;border: none;} +table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;} +table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;} + +/*]]>*/</STYLE><DIV class="Scrollbar"><TABLE class="ScrollbarTable"><TR><TD class="ScrollbarPrevIcon"><A href="rss-binding.html"><IMG border="0" align="middle" src="http://goopen.org/confluence/images/icons/back_16.gif" width="16" height="16"></A></TD><TD width="33%" class="ScrollbarPrevName"><A href="rss-binding.html">RSS Binding</A> </TD><TD width="33%" class="ScrollbarParent"><SUP><A href="4-examples.html"><IMG border="0" align="middle" src="http://goopen.org/confluence/images/icons/up_16.gif" width="8" height="8"></A></SUP><A href="4-examples.html">4. Examples</A></TD><TD width="33%" class="ScrollbarNextName"> <A href="wsdl-first.html">WSDL First</A></TD><TD class="ScrollbarNextIcon"><A href="wsdl-first.html"><IMG border="0" align="middle" src="http://goopen.org/confluence/images/icons/forwd_16.gif" width="16" height="16"></A></TD></TR></TABLE></DIV></DIV> + + </DIV> + </TD> + </TR> + </TABLE> + </DIV> + </DIV> + <DIV id="site-footer"> + Added by <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume Nodet</A>, + last edited by <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume Nodet</A> on Sep 06, 2006 + + (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=13498">edit page</A>) + </DIV> + + </BODY> + +</HTML> \ No newline at end of file Added: incubator/servicemix/site/sm30ug/wsdl-first.html URL: http://svn.apache.org/viewvc/incubator/servicemix/site/sm30ug/wsdl-first.html?view=auto&rev=441090 ============================================================================== --- incubator/servicemix/site/sm30ug/wsdl-first.html (added) +++ incubator/servicemix/site/sm30ug/wsdl-first.html Thu Sep 7 07:16:46 2006 @@ -0,0 +1,99 @@ + +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<HTML> + <HEAD> +<!-- + Pier's plugin always overwrites the stylesheet so lets explicitly use another one + <link type="text/css" rel="stylesheet" href="autoexport:///SM30UG/resources/space.css"> +--> + <LINK type="text/css" rel="stylesheet" href="resources/site.css"> + <SCRIPT src="resources/space.js" type="text/javascript"></SCRIPT> + <TITLE> +WSDL First + </TITLE> + <META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD> + <BODY onload="init()"> + + <!-- Banner --> + <DIV id="site-banner"> + </DIV> + + <!-- Bread crumbs and Quick Links --> + <DIV id="site-navbar"> + <TABLE border="0" cellpadding="0" cellspacing="0" width="100%"> + <TR> + <TD align="left" valign="middle" nowrap=""> + <DIV id="site-breadcrumbs"> +<A href="users-guide.html" title="ServiceMix 3.0 User Guide">ServiceMix 3.0 User Guide</A> > <A href="users-guide.html" title="User's Guide">User's Guide</A> > <A href="4-examples.html" title="4. Examples">4. Examples</A> > <A href="" title="WSDL First">WSDL First</A> + </DIV> + </TD> + <TD align="right" valign="middle" nowrap=""> + <DIV id="site-quicklinks"> + </DIV> + </TD> + </TR> + </TABLE> + </DIV> + +<!-- Integrate google search later. + <form name="search" action="http://www.google.com/search" method="get"> + <input type="hidden" name="ie" value="UTF- 8" /> + <input type="hidden" name="oe" value="UTF- 8" /> + <input type="hidden" name="domains" value="" /> + <input type="hidden" name="sitesearch" value="" /> + <input type="text" name="q" maxlength="255" value="" /> + <input type="submit" name="btnG" value="Google Search" /> + </form> +--> + + <DIV id="site-content"> + <TABLE> + <TR> + <TD valign="top"> + <DIV id="site-navigation"> + </DIV> + </TD> + <TD valign="top"> + <DIV id="site-page"> + +<!-- + <div class="pagetitle">WSDL First</div> +--> + <DIV class="wiki-content"><STYLE type="text/css">/*<![CDATA[*/ +table.ScrollbarTable {border: none;padding: 3px;width: 100%;padding: 3px;margin: 0px;background-color: #f0f0f0} +table.ScrollbarTable td.ScrollbarPrevIcon {text-align: center;width: 16px;border: none;} +table.ScrollbarTable td.ScrollbarPrevName {text-align: left;border: none;} +table.ScrollbarTable td.ScrollbarParent {text-align: center;border: none;} +table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;} +table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;} + +/*]]>*/</STYLE><DIV class="Scrollbar"><TABLE class="ScrollbarTable"><TR><TD class="ScrollbarPrevIcon"><A href="vfs-binding.html"><IMG border="0" align="middle" src="http://goopen.org/confluence/images/icons/back_16.gif" width="16" height="16"></A></TD><TD width="33%" class="ScrollbarPrevName"><A href="vfs-binding.html">VFS Binding</A> </TD><TD width="33%" class="ScrollbarParent"><SUP><A href="4-examples.html"><IMG border="0" align="middle" src="http://goopen.org/confluence/images/icons/up_16.gif" width="8" height="8"></A></SUP><A href="4-examples.html">4. Examples</A></TD><TD width="33%" class="ScrollbarNextName"> </TD></TR></TABLE></DIV> + +<H1><A name="WSDLFirst-WSDLFirstexample"></A>WSDL First example</H1> + +<STYLE type="text/css">/*<![CDATA[*/ +table.ScrollbarTable {border: none;padding: 3px;width: 100%;padding: 3px;margin: 0px;background-color: #f0f0f0} +table.ScrollbarTable td.ScrollbarPrevIcon {text-align: center;width: 16px;border: none;} +table.ScrollbarTable td.ScrollbarPrevName {text-align: left;border: none;} +table.ScrollbarTable td.ScrollbarParent {text-align: center;border: none;} +table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;} +table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;} + +/*]]>*/</STYLE><DIV class="Scrollbar"><TABLE class="ScrollbarTable"><TR><TD class="ScrollbarPrevIcon"><A href="vfs-binding.html"><IMG border="0" align="middle" src="http://goopen.org/confluence/images/icons/back_16.gif" width="16" height="16"></A></TD><TD width="33%" class="ScrollbarPrevName"><A href="vfs-binding.html">VFS Binding</A> </TD><TD width="33%" class="ScrollbarParent"><SUP><A href="4-examples.html"><IMG border="0" align="middle" src="http://goopen.org/confluence/images/icons/up_16.gif" width="8" height="8"></A></SUP><A href="4-examples.html">4. Examples</A></TD><TD width="33%" class="ScrollbarNextName"> </TD></TR></TABLE></DIV></DIV> + + </DIV> + </TD> + </TR> + </TABLE> + </DIV> + </DIV> + <DIV id="site-footer"> + Added by <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume Nodet</A>, + last edited by <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume Nodet</A> on Sep 06, 2006 + + (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=13499">edit page</A>) + </DIV> + + </BODY> + +</HTML> \ No newline at end of file
