You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsif-dev@ws.apache.org by ow...@apache.org on 2003/07/18 12:41:04 UTC

cvs commit: xml-axis-wsif/forrest-src/src/documentation skinconf.xml

owenb       2003/07/18 03:41:04

  Modified:    forrest-src status.xml
               forrest-src/src/documentation/content/xdocs/providers
                        apacheaxis_provider.xml ejb_provider.xml
                        apachesoap_provider.xml java_provider.xml index.xml
               forrest-src/src/documentation/content/xdocs faq.xml bugs.xml
                        book.xml
               forrest-src/src/documentation/content/xdocs/providers/wsdl_extensions
                        ejb_extension.xml
               forrest-src/src/documentation skinconf.xml
  Log:
  updates to FAQ, provider information and copyright dates
  
  Revision  Changes    Path
  1.3       +1 -1      xml-axis-wsif/forrest-src/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/forrest-src/status.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- status.xml	31 Jan 2003 14:56:03 -0000	1.2
  +++ status.xml	18 Jul 2003 10:41:01 -0000	1.3
  @@ -39,7 +39,7 @@
     -->
    </todo>
   
  - <changes>
  + <changes> 
      <release version="2.0" date="27th Jan 2003">
           <action dev="" type="add" context="admin">
               <strong>First official release (WSIF_2_0) <link href="http://cvs.apache.org/dist/axis/wsif/">Download here</link></strong>
  
  
  
  1.2       +5 -1      xml-axis-wsif/forrest-src/src/documentation/content/xdocs/providers/apacheaxis_provider.xml
  
  Index: apacheaxis_provider.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/forrest-src/src/documentation/content/xdocs/providers/apacheaxis_provider.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- apacheaxis_provider.xml	31 Jan 2003 13:06:40 -0000	1.1
  +++ apacheaxis_provider.xml	18 Jul 2003 10:41:02 -0000	1.2
  @@ -5,6 +5,10 @@
             <title>WSIF Apache Axis Provider</title> 
           </header> 
           <body>
  -          <p>WORK IN PROGRESS</p>
  +          <p>The Apache Axis provider allows WSIF to invoke SOAP services via the use of Apache Axis</p>
  +          <p>
  +The Axis provider offers a greater level of function than the Apache SOAP provider and it is for this reason that it 
  +is the default soap provider i.e. the default provider for the <code>http://schemas.xmlsoap.org/wsdl/soap/</code> namespace.           
  +          </p>
        </body>
       </document>
  
  
  
  1.2       +6 -1      xml-axis-wsif/forrest-src/src/documentation/content/xdocs/providers/ejb_provider.xml
  
  Index: ejb_provider.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/forrest-src/src/documentation/content/xdocs/providers/ejb_provider.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ejb_provider.xml	31 Jan 2003 13:06:40 -0000	1.1
  +++ ejb_provider.xml	18 Jul 2003 10:41:02 -0000	1.2
  @@ -5,6 +5,11 @@
             <title>WSIF EJB Provider</title> 
           </header> 
           <body>
  -          <p>WORK IN PROGRESS</p>
  +          <p>The EJB provider allows the invocation of remote EJBs. It relies on two WSDL exstensions
  +          </p>
  +          <ul>
  +          <li><link href="wsdl_extensions/ejb_extension.html">EJB extension</link></li>
  +          <li><link href="wsdl_extensions/formattypemapping_extension.html">Format binding extension</link></li>
  +          </ul>
        </body>
       </document>
  
  
  
  1.2       +1 -1      xml-axis-wsif/forrest-src/src/documentation/content/xdocs/providers/apachesoap_provider.xml
  
  Index: apachesoap_provider.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/forrest-src/src/documentation/content/xdocs/providers/apachesoap_provider.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- apachesoap_provider.xml	31 Jan 2003 13:06:40 -0000	1.1
  +++ apachesoap_provider.xml	18 Jul 2003 10:41:02 -0000	1.2
  @@ -5,6 +5,6 @@
             <title>WSIF Apache SOAP Provider</title> 
           </header> 
           <body>
  -          <p>WORK IN PROGRESS</p>
  +          <p>The Apache SOAP provider allows WSIF to invoke SOAP services via the use of Apache SOAP</p>
        </body>
       </document>
  
  
  
  1.2       +6 -1      xml-axis-wsif/forrest-src/src/documentation/content/xdocs/providers/java_provider.xml
  
  Index: java_provider.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/forrest-src/src/documentation/content/xdocs/providers/java_provider.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- java_provider.xml	31 Jan 2003 13:06:40 -0000	1.1
  +++ java_provider.xml	18 Jul 2003 10:41:02 -0000	1.2
  @@ -5,6 +5,11 @@
             <title>WSIF Java Provider</title> 
           </header> 
           <body>
  -          <p>WORK IN PROGRESS</p>
  +          <p>The Java provider allows the invocation of local Java classes. It relies on two WSDL exstensions
  +          </p>
  +          <ul>
  +          <li><link href="wsdl_extensions/java_extension.html">Java extension</link></li>
  +          <li><link href="wsdl_extensions/formattypemapping_extension.html">Format binding extension</link></li>
  +          </ul>
        </body>
       </document>
  
  
  
  1.2       +1 -1      xml-axis-wsif/forrest-src/src/documentation/content/xdocs/providers/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/forrest-src/src/documentation/content/xdocs/providers/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	31 Jan 2003 13:06:40 -0000	1.1
  +++ index.xml	18 Jul 2003 10:41:02 -0000	1.2
  @@ -5,6 +5,6 @@
             <title>WSIF Providers</title> 
           </header> 
           <body> 
  -          <p>Information on the differenent providers shipped with WSIF and also the WSDL extensions used by these providers</p>
  +          <p>Information on the different providers shipped with WSIF and also the WSDL extensions used by these providers</p>
        </body>
       </document>
  
  
  
  1.2       +39 -2     xml-axis-wsif/forrest-src/src/documentation/content/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/forrest-src/src/documentation/content/xdocs/faq.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- faq.xml	31 Jan 2003 13:06:47 -0000	1.1
  +++ faq.xml	18 Jul 2003 10:41:03 -0000	1.2
  @@ -53,10 +53,47 @@
     </answer>
    </faq>
   
  +<faq>
  +  <question>How do I set an HTTP proxy to be used by WSIF?</question>
  +  <answer>
  +<p>HTTP proxy settings can be set using the following system properties</p>
  +<ul>
  +<li><code>http.proxyHost</code>  - The hostname of the proxy server</li>
  +<li><code>http.proxyPort</code> - The port for the proxy server</li>
  +<li><code>http.nonProxyHosts</code> - A comma separated list of hosts to access directly rather than through the proxy</li>
  +</ul>
  +  </answer>
  +</faq>
  +
     <faq>
  -  <question>How to use and set HTTP proxy with WSIF and SOAP over HTTP</question>
  +  <question>How can I configure WSIF to work through an authenticating proxy server?</question>
     <answer>
  -   <p>TODO: describe here current support for system properties etc.</p>
  +   <note>The following applies to the latest nightly builds and is not available in WSIF 2.0</note>
  +   <p>In order to retrieve and parse a wsdl document from behind an
  +authenticating proxy, you can use the WSIFUtils.readWSDLThroughAuthProxy
  +method. Assuming a username of <em>fred</em> and password of <em>cat</em> then use:</p>
  +<source>
  +String wsdlLoc = "http://someserver.com/somedoc.wsdl"
  +char[] passwd = "cat".toCharArray();
  +java.net.PasswordAuthentication pa = new java.net.PasswordAuthentication("fred", c);
  +Definition def = WSIFUtils.readWSDLThroughAuthProxy(wsdlLoc, pa);
  +</source>
  +<p>
  +If using the Axis provider, you can invoke a service through an
  +authenticating proxy by setting proxy usernames and passwords in one of two
  +ways:</p>
  +<ol>
  +<li>Set system properties <code>http.proxyUser</code> and <code>http.proxyPassword</code> or</li>
  +<li>Set the username and password on the context message used by the service
  +via:</li>
  +  </ol>
  +<source>
  +  WSIFService service = ..... /// Get from factory
  +  WSIFMessage ctx = service.getContext();
  +  ctx.setObjectPart(WSIFConstants.CONTEXT_HTTP_PROXY_USER, "fred");
  +  ctx.setObjectPart(WSIFConstants.CONTEXT_HTTP_PROXY_PWSD, "cat");
  +  service.setContext(ctx);
  +  </source>
     </answer>
    </faq> 
   
  
  
  
  1.2       +1 -1      xml-axis-wsif/forrest-src/src/documentation/content/xdocs/bugs.xml
  
  Index: bugs.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/forrest-src/src/documentation/content/xdocs/bugs.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- bugs.xml	31 Jan 2003 13:06:47 -0000	1.1
  +++ bugs.xml	18 Jul 2003 10:41:03 -0000	1.2
  @@ -10,7 +10,7 @@
   <ul>
    <li>Please report bugs against the newest release.</li>
    <li> To avoid duplicate bug reports, please query Bugzilla to see whether the bug has already been reported (and perhaps fixed).
  -Click on <link href="http://nagoya.apache.org/bugzilla/buglist.cgi?long_desc=wsif&amp;long_desc_type=allwordssubstr">
  +Click on <link href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;product=Axis-WSIF">
   WSIF open bugs</link> for a list with links to each bug report.</li>
    <li>If you can't find your bug in the database, it would help if you could check out
   WSIF from CVS, and build it locally to verify that the bug still exists.</li>
  
  
  
  1.3       +1 -1      xml-axis-wsif/forrest-src/src/documentation/content/xdocs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/forrest-src/src/documentation/content/xdocs/book.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- book.xml	3 Feb 2003 04:48:37 -0000	1.2
  +++ book.xml	18 Jul 2003 10:41:03 -0000	1.3
  @@ -16,7 +16,7 @@
   
     <menu label="Using WSIF">
       <menu-item label="Quick Start" href="quickstart.html"/>
  -    <menu-item label="Reqirements" href="requirements.html"/>
  +    <menu-item label="Requirements" href="requirements.html"/>
       <menu-item label="Samples" href="wsif_samples/index.html"/>
       <menu-item label="Mailing Lists" href="mail.html"/>
     </menu>
  
  
  
  1.3       +4 -6      xml-axis-wsif/forrest-src/src/documentation/content/xdocs/providers/wsdl_extensions/ejb_extension.xml
  
  Index: ejb_extension.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/forrest-src/src/documentation/content/xdocs/providers/wsdl_extensions/ejb_extension.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ejb_extension.xml	25 Feb 2003 14:29:57 -0000	1.2
  +++ ejb_extension.xml	18 Jul 2003 10:41:03 -0000	1.3
  @@ -39,8 +39,7 @@
                    className="nmtoken" 
                    jndiName="nmtoken"? 
                    initialContextFactory="nmtoken"?
  -                 jndiProviderURL="url"?
  -                 archive="nmtoken"? /&gt; 
  +                 jndiProviderURL="url"?  /&gt; 
           &lt;/port&gt; 
       &lt;/service&gt; 
   &lt;/definitions&gt; 
  @@ -68,10 +67,9 @@
   <li><strong><code>ejb:address</code></strong>
   This element is an extension under the WSDL <em>port</em> element that allows specification of an EJB object as an endpoint for a service available via 
   the EJB binding. The port whose address is specified this way must be associated with an EJB binding only.<br /><br />
  -The <em>className</em> attribute specifies the fully qualified name of the home interface class of the EJB. The optional <em>jndiName</em> attribute 
  -specifies the name under which this EJB can be looked up in a JNDI context.  The <em>initialContextFactory</em> and <em>jndiProviderURL</em> attributes 
  -complete the set if information required to perform a JNDI lookup for the EJB. The optional <em>classLoader</em> attribute specifies the class loader to 
  -be used for loading the service class, and the optional <em>archive</em> attribute is the location of a jar file that the client would need. It is upto 
  +The <em>className</em> attribute specifies the fully qualified name of the home interface class of the EJB. The <em>jndiName</em> attribute 
  +specifies the name under which this EJB can be looked up in a JNDI context.  The optional <em>initialContextFactory</em> and <em>jndiProviderURL</em> attributes 
  +complete the set if information required to perform a JNDI lookup for the EJB. It is up to 
   the service provider to insure that all java methods used for mapping abstract operations must be publicly available through the specified interface in the EJB.
   </li>
   </ul>
  
  
  
  1.3       +2 -2      xml-axis-wsif/forrest-src/src/documentation/skinconf.xml
  
  Index: skinconf.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/forrest-src/src/documentation/skinconf.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- skinconf.xml	7 Feb 2003 17:35:53 -0000	1.2
  +++ skinconf.xml	18 Jul 2003 10:41:03 -0000	1.3
  @@ -43,7 +43,7 @@
   <skinconfig>
     <!-- Do we want to disable the Google search box? -->
     <disable-search>false</disable-search>
  -  <searchsite-domain>/</searchsite-domain>
  +  <searchsite-domain>ws.apache.org</searchsite-domain>
     <searchsite-name>WSIF</searchsite-name>  
   
     <!-- mandatory project logo
  @@ -64,7 +64,7 @@
     <host-logo></host-logo>
   
     <!-- The following are used to construct a copyright statement -->
  -  <year>2002</year>
  +  <year>2003</year>
     <vendor>The Apache Software Foundation.</vendor>
   
     <!-- Some skins use this to form a 'breadcrumb trail' of links. If you don't