Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 20962 invoked from network); 27 Apr 2007 06:10:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Apr 2007 06:10:56 -0000 Received: (qmail 17298 invoked by uid 500); 27 Apr 2007 06:11:02 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 17203 invoked by uid 500); 27 Apr 2007 06:11:02 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 17192 invoked by uid 500); 27 Apr 2007 06:11:02 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 17189 invoked by uid 99); 27 Apr 2007 06:11:02 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Apr 2007 23:11:02 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Apr 2007 23:10:54 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id A7D9E1A9838; Thu, 26 Apr 2007 23:10:34 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r532979 - /webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/userguide-samples.html Date: Fri, 27 Apr 2007 06:10:34 -0000 To: axis2-cvs@ws.apache.org From: chatra@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070427061034.A7D9E1A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chatra Date: Thu Apr 26 23:10:33 2007 New Revision: 532979 URL: http://svn.apache.org/viewvc?view=rev&rev=532979 Log: added information on FlickrClient sample in wso2 wsas Modified: webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/userguide-samples.html Modified: webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/userguide-samples.html URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/xdocs/%40axis2_version_dir%40/userguide-samples.html?view=diff&rev=532979&r1=532978&r2=532979 ============================================================================== --- webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/userguide-samples.html (original) +++ webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/userguide-samples.html Thu Apr 26 23:10:33 2007 @@ -85,97 +85,118 @@ -

Clients (in samples/userguide/src/clients):

+

Clients (in AXIS2_HOME/samples/userguide/src/clients):

-

EchoBlockingClient.java: A basic example of the send/receive MEP.

+

EchoBlockingClient.java: A basic example of the +send/receive MEP.

-

EchoBlockingDualClient.java: Specifies that the return message should be -sent over a different channel than the request message.

+

EchoBlockingDualClient.java: Specifies that the return +message should be sent over a different channel than the request message.

-

EchoBlockingWsaBasedClient.java: Provides an example of using the -capabilities of WS-Addressing action mapping.

+

EchoBlockingWsaBasedClient.java: Provides an example of +using the capabilities of WS-Addressing action mapping.

-

EchoNonBlockingClient.java: Demonstrates an asynchronous request using -Callbacks.

+

EchoNonBlockingClient.java: Demonstrates an asynchronous +request using Callbacks.

-

EchoNonBlockingDualClient.java: Similar to the above, but uses a separate -listener for the response.

+

EchoNonBlockingDualClient.java: Similar to the above, but +uses a separate listener for the response.

-

ClientForWebServiceWithModule.java: Simply makes a call to a service with -engaged modules.

+

ClientForWebServiceWithModule.java: Simply makes a call +to a service with engaged modules.

-

ClientSideModuleEngagement.java: Demonstrates the use of modules on the -client side, in addition to the server side.

+

ClientSideModuleEngagement.java: Demonstrates the use of +modules on the client side, in addition to the server side.

-

MailClient.java: Demonstrates the use of the Robust In-Only MEP.

+

MailClient.java: Demonstrates the use of the Robust +In-Only MEP.

-

PingClient.java: A simple "fire and forget" client.

+

PingClient.java: A simple "fire and forget" client.

-

RESTClient.java: Demonstrates the ability to request a REST response -rather than a SOAP response. Also demonstrates setting arbitrary properties -on the Options object.

+

RESTClient.java: Demonstrates the ability to request a +REST response rather than a SOAP response. Also demonstrates setting +arbitrary properties on the Options object.

-

TCPClient.java: Provides an example of using the TCP transport rather than -HTTP.

+

TCPClient.java: Provides an example of using the TCP +transport rather than HTTP.

-

Services (in samples/userguide):

+

Services (in AXIS2_HOME/samples/userguide):

-

groovyService.aar: Demonstrates how to use Groovy classes in the -processing of SOAP messages.

+

groovyService.aar: Demonstrates how to use Groovy classes +in the processing of SOAP messages.

-

MyService.aar: Provides simple "echo" and "ping" operations.

+

MyService.aar: Provides simple "echo" and "ping" +operations.

-

MyServiceWithModule.aar: Same as above, but demonstrates how to engage a -module.

+

MyServiceWithModule.aar: Same as above, but demonstrates +how to engage a module.

-

WsaMappingService.aar: Demonstrates the mapping of WS-Addressing -actions.

+

WsaMappingService.aar: Demonstrates the mapping of +WS-Addressing actions.

-

Sample WSDL files (in samples):

+

Sample WSDL files (in AXIS2_HOME/samples):

-

Axis2SampleDocLit.wsdl: Demonstrates the use of the Document/Literal WSDL -pattern, rather than RPC.

+

Axis2SampleDocLit.wsdl: Demonstrates the use of the +Document/Literal WSDL pattern, rather than RPC.

-

perf.wsdl: Demonstrates the use of array values as input values.

+

perf.wsdl: Demonstrates the use of array values as input +values.

-

Other samples (in samples):

+

Other samples

+ +

In AXIS2_HOME/samples Directory:

-

faulthandling: Demonstrates the use of SOAP faults and their definitions -in WSDL enabling exception processing in the client.

+

faulthandling: Demonstrates the use of SOAP faults and +their definitions in WSDL enabling exception processing in the client.

-

googleSpellcheck: Demonstrates both synchronous and non-synchronous use of -the Google Web Service in a GUI.

- -

mtom: Demonstrates the use of MTOM and SOAP with Attachments to send -binary files to a service.

+

googleSpellcheck: Demonstrates both synchronous and +non-synchronous use of the Google Web Service in a GUI.

-

saopwithattachments: Demonstrates the capabilities and power of SOAP with -Attachment support and the Attachment API of Axis2.

+

mtom: Demonstrates the use of MTOM and SOAP with +Attachments to send binary files to a service.

-

pojo: Example of a POJO (Plain Old Java Object) Web service. It shows how -to expose the methods of a Java class as a Web service using Apache Aixs2.

+

saopwithattachments: Demonstrates the capabilities and +power of SOAP with Attachment support and the Attachment API of Axis2.

-

servicelifecycle: Demonstrates the usage of a service life cycle and a bit -of session management. The main idea is to show where and how to use the -service life cycle interface and session related methods.

+

pojo: Example of a POJO (Plain Old Java Object) Web +service. It shows how to expose the methods of a Java class as a Web service +using Apache Aixs2.

+ +

servicelifecycle: Demonstrates the usage of a service +life cycle and a bit of session management. The main idea is to show where +and how to use the service life cycle interface and session related +methods.

-

databinding: Demonstrates how to use WSDL2Java generated code with -Castor.

+

databinding: Demonstrates how to use WSDL2Java generated +code with Castor.

+ +

version: A very simple service that simply outputs the +Apache Axis2 version.

-

version: A very simple service that simply outputs the Apache Axis2 -version.

+

yahoorestearch: A complete example of the use of a REST +service rather than a SOAP service.

-

yahoorestearch: A complete example of the use of a REST service rather -than a SOAP service.

+

External:

+ +

FlickrClient : Demonstrates code generation capabilities +for WSDL 2.0. The FlickrService.wsdl describes services offered by flickr in +terms of WSDL 2.0. It also demonstrates how a restful service can be +described using the HTTPBinding of wsdl 2.0.

+ +

Extract the WSO2 WSAS for +Java nightly build distribution and you will find the sample at +WSAS_HOME/samples/FlickrClient or checkout sample from SVN: +http://wso2.org/repos/wso2/trunk/wsas/java/modules/samples/FlickrClient

See Next Section - For Further Study

--------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org