aslom 2003/01/23 13:45:41 Modified: java/samples/multibinding/client/dynamic README.html Log: fixed StockquoteService to uppercase Quote (StockQuoteService) as it matters on UN*X (not on Wndows though ...) Revision Changes Path 1.4 +7 -5 xml-axis-wsif/java/samples/multibinding/client/dynamic/README.html Index: README.html =================================================================== RCS file: /home/cvs/xml-axis-wsif/java/samples/multibinding/client/dynamic/README.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- README.html 22 Jan 2003 21:00:53 -0000 1.3 +++ README.html 23 Jan 2003 21:45:41 -0000 1.4 @@ -11,11 +11,13 @@ Web Services Invocation Framework:<br> Invoking the MultiBinding Sample using WSIF's dynamic invocation interface</h2> <p>After you have <a href="../../../../doc/samples.html">set up the CLASSPATH in your environment</a>, to invoke this sample using WSIF's DII, run the DynamicInvoker class. Specify as command line arguments the location of the WSDL file for the multibinding sample followed by the operation you wish to invoke, an optional preferred port in parentheses and the symbol for the company whose stockquote you are interested in. For example, -<br>Invocation with no port preference: <tt>java clients.DynamicInvoker samples/multibinding/StockQuoteService.wsdl getQuote IBM</tt> -<br>Invocation with SOAP port preference: <tt>java clients.DynamicInvoker samples/multibinding/StockQuoteService.wsdl getQuote(StockQuoteSOAPPort) IBM</tt> -<br>Invocation with java port preference: <tt>java clients.DynamicInvoker samples/multibinding/StockQuoteService.wsdl getQuote(StockQuoteJavaPort) IBM</tt> +<br>Invocation with no port preference: <tt><br> +java clients.DynamicInvoker samples/multibinding/StockQuoteService.wsdl getQuote IBM</tt> +<br>Invocation with SOAP port preference: <tt><br> +java clients.DynamicInvoker samples/multibinding/StockQuoteService.wsdl getQuote(StockQuoteSOAPPort) IBM</tt> +<br>Invocation with java port preference: <tt><br> +java clients.DynamicInvoker samples/multibinding/StockQuoteService.wsdl getQuote(StockQuoteJavaPort) IBM</tt> </p> <p>To see details of how the WSIF API is used to make invocations dynamically, take a look at the code for the <a href="../../../clients/DynamicInvoker.java">DynamicInvoker class</a>. Note the use of the <tt>portName</tt> parameter to make the invocation using the selected port.</p> <hr width="100%"> -</body></html> - +</body></html> \ No newline at end of file