Web & Grid Services Tutorial at ADASS XIII.Contributors : Tamás Budavári, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André SchaaffProgramme
Reference linksAxisC# Java .Net Framework SDK SOAP Tomcat WSDL Doing the tutorial at ADASSMost of the information you need for the tutorial will be available here before ADASS. Many of the examples use Apache AXIS. If you are intereested in trying to do get these working during the tutorial on you lap top you should install AXIS.To actually get AXIS running you will need to set up your environment after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building (it's for DOS - you can convert for UNIX easily right ;): set ALIB=C:\java\axis-1_1RC2\lib\ set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-discovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar;Notice this includes c:\java - it's a good idea to include some directory in the classpath which you will generate WebService stubs into. Many of the examples will be in C# using .NET. If you want to try them download and install the .NET Framework SDK software. Doing the grid-services bitGrid services are more complicated than web services (they do more complicated things) and need more infrastructure to build and run than is described above. A transcript of the tutorial and materials for doing the grid-service tutorial on your own machine are available, including components for a sample service and its clients plus a list of supporting software that you would need to install.
|
Changed: | |||||||||||||||||||||
< < |
| ||||||||||||||||||||
> > |
| ||||||||||||||||||||
Web & Grid Services Tutorial at ADASS XIII.Contributors : Tamás Budavári, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André SchaaffProgramme
Reference linksAxisC# Java .Net Framework SDK SOAP Tomcat WSDL Doing the tutorial at ADASSMost of the information you need for the tutorial will be available here before ADASS. Many of the examples use Apache AXIS. If you are intereested in trying to do get these working during the tutorial on you lap top you should install AXIS.To actually get AXIS running you will need to set up your environment after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building (it's for DOS - you can convert for UNIX easily right ;): set ALIB=C:\java\axis-1_1RC2\lib\ set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-discovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar;Notice this includes c:\java - it's a good idea to include some directory in the classpath which you will generate WebService stubs into. Many of the examples will be in C# using .NET. If you want to try them download and install the .NET Framework SDK software. Doing the grid-services bitGrid services are more complicated than web services (they do more complicated things) and need more infrastructure to build and run than is described above. A transcript of the tutorial and materials for doing the grid-service tutorial on your own machine are available, including components for a sample service and its clients plus a list of supporting software that you would need to install.<--
|
Web & Grid Services Tutorial at ADASS XIII.Contributors : Tamás Budavári, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André SchaaffProgramme
Reference linksAxisC# Java .Net Framework SDK SOAP Tomcat WSDL Doing the tutorial at ADASSMost of the information you need for the tutorial will be available here before ADASS. Many of the examples use Apache AXIS. If you are intereested in trying to do get these working during the tutorial on you lap top you should install AXIS.To actually get AXIS running you will need to set up your environment after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building (it's for DOS - you can convert for UNIX easily right ;): set ALIB=C:\java\axis-1_1RC2\lib\ set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-discovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar;Notice this includes c:\java - it's a good idea to include some directory in the classpath which you will generate WebService stubs into. Many of the examples will be in C# using .NET. If you want to try them download and install the .NET Framework SDK software. Doing the grid-services bitGrid services are more complicated than web services (they do more complicated things) and need more infrastructure to build and run than is described above. A transcript of the tutorial and materials for doing the grid-service tutorial on your own machine are available, including components for a sample service and its clients plus a list of supporting software that you would need to install.<--
| |||||||||||||||||||||
Added: | |||||||||||||||||||||
> > |
| ||||||||||||||||||||
Changed: | |||||||||||||||||||
< < |
| ||||||||||||||||||
> > |
| ||||||||||||||||||
Web & Grid Services Tutorial at ADASS XIII.Contributors : Tamás Budavári, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André SchaaffProgramme
Reference linksAxisC# Java .Net Framework SDK SOAP Tomcat WSDL Doing the tutorial at ADASSMost of the information you need for the tutorial will be available here before ADASS. Many of the examples use Apache AXIS. If you are intereested in trying to do get these working during the tutorial on you lap top you should install AXIS.To actually get AXIS running you will need to set up your environment after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building (it's for DOS - you can convert for UNIX easily right ;): set ALIB=C:\java\axis-1_1RC2\lib\ set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-discovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar;Notice this includes c:\java - it's a good idea to include some directory in the classpath which you will generate WebService stubs into. Many of the examples will be in C# using .NET. If you want to try them download and install the .NET Framework SDK software. Doing the grid-services bitGrid services are more complicated than web services (they do more complicated things) and need more infrastructure to build and run than is described above. A transcript of the tutorial and materials for doing the grid-service tutorial on your own machine are available, including components for a sample service and its clients plus a list of supporting software that you would need to install.<--
|
Web & Grid Services Tutorial at ADASS XIII.Contributors : Tamás Budavári, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André SchaaffProgramme
Reference linksAxisC# Java .Net Framework SDK SOAP Tomcat | |||||||||||||||||||
Changed: | |||||||||||||||||||
< < | WSDL | ||||||||||||||||||
> > | WSDL | ||||||||||||||||||
Doing the tutorial at ADASSMost of the information you need for the tutorial will be available here before ADASS. Many of the examples use Apache AXIS. If you are intereested in trying to do get these working during the tutorial on you lap top you should install AXIS.To actually get AXIS running you will need to set up your environment after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building (it's for DOS - you can convert for UNIX easily right ;): set ALIB=C:\java\axis-1_1RC2\lib\ set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-discovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar;Notice this includes c:\java - it's a good idea to include some directory in the classpath which you will generate WebService stubs into. Many of the examples will be in C# using .NET. If you want to try them download and install the .NET Framework SDK software. Doing the grid-services bit | |||||||||||||||||||
Changed: | |||||||||||||||||||
< < | Grid services are more complicated than web services (they do more complicated things) and need more infrastructure to build and run than is described above. Materials for doing the grid-service tutorial on your own machine are available, including components for a sample service and its clients plus a list of supporting software that you would need to install. | ||||||||||||||||||
> > | Grid services are more complicated than web services (they do more complicated things) and need more infrastructure to build and run than is described above. A transcript of the tutorial and materials for doing the grid-service tutorial on your own machine are available, including components for a sample service and its clients plus a list of supporting software that you would need to install. | ||||||||||||||||||
<--
|
| |||||||||||||||||||
Changed: | |||||||||||||||||||
< < | Web & Grid Services Tutorial at ADASS XII | ||||||||||||||||||
> > | Web & Grid Services Tutorial at ADASS XIII. | ||||||||||||||||||
Contributors : Tamás Budavári, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André Schaaff
Programme
Reference linksAxisC# Java .Net Framework SDK SOAP Tomcat WSDL Doing the tutorial at ADASSMost of the information you need for the tutorial will be available here before ADASS. Many of the examples use Apache AXIS. If you are intereested in trying to do get these working during the tutorial on you lap top you should install AXIS.To actually get AXIS running you will need to set up your environment after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building (it's for DOS - you can convert for UNIX easily right ;): set ALIB=C:\java\axis-1_1RC2\lib\ set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-discovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar;Notice this includes c:\java - it's a good idea to include some directory in the classpath which you will generate WebService stubs into. Many of the examples will be in C# using .NET. If you want to try them download and install the .NET Framework SDK software. Doing the grid-services bitGrid services are more complicated than web services (they do more complicated things) and need more infrastructure to build and run than is described above. Materials for doing the grid-service tutorial on your own machine are available, including components for a sample service and its clients plus a list of supporting software that you would need to install.<--
|
| |||||||||||||||||||
Changed: | |||||||||||||||||||
< < | Tutorial on Web And Grid Services | ||||||||||||||||||
> > | Web & Grid Services Tutorial at ADASS XII | ||||||||||||||||||
Contributors : Tamás Budavári, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André Schaaff
Programme
Reference linksAxisC# Java .Net Framework SDK SOAP Tomcat WSDL Doing the tutorial at ADASSMost of the information you need for the tutorial will be available here before ADASS. Many of the examples use Apache AXIS. If you are intereested in trying to do get these working during the tutorial on you lap top you should install AXIS.To actually get AXIS running you will need to set up your environment after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building (it's for DOS - you can convert for UNIX easily right ;): set ALIB=C:\java\axis-1_1RC2\lib\ set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-discovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar;Notice this includes c:\java - it's a good idea to include some directory in the classpath which you will generate WebService stubs into. Many of the examples will be in C# using .NET. If you want to try them download and install the .NET Framework SDK software. Doing the grid-services bitGrid services are more complicated than web services (they do more complicated things) and need more infrastructure to build and run than is described above. Materials for doing the grid-service tutorial on your own machine are available, including components for a sample service and its clients plus a list of supporting software that you would need to install.<--
|
Tutorial on Web And Grid ServicesContributors : Tamás Budavári, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André SchaaffProgramme
| |||||||||||||||||
Changed: | |||||||||||||||||
< < | |||||||||||||||||
> > | |||||||||||||||||
Changed: | |||||||||||||||||
< < |
| ||||||||||||||||
> > |
| ||||||||||||||||
Reference linksAxisC# Java .Net Framework SDK SOAP Tomcat WSDL Doing the tutorial at ADASSMost of the information you need for the tutorial will be available here before ADASS. Many of the examples use Apache AXIS. If you are intereested in trying to do get these working during the tutorial on you lap top you should install AXIS.To actually get AXIS running you will need to set up your environment after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building (it's for DOS - you can convert for UNIX easily right ;): set ALIB=C:\java\axis-1_1RC2\lib\ set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-discovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar;Notice this includes c:\java - it's a good idea to include some directory in the classpath which you will generate WebService stubs into. Many of the examples will be in C# using .NET. If you want to try them download and install the .NET Framework SDK software. Doing the grid-services bitGrid services are more complicated than web services (they do more complicated things) and need more infrastructure to build and run than is described above. Materials for doing the grid-service tutorial on your own machine are available, including components for a sample service and its clients plus a list of supporting software that you would need to install.<--
| |||||||||||||||||
Added: | |||||||||||||||||
> > |
| ||||||||||||||||
Tutorial on Web And Grid ServicesContributors : Tamás Budavári, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André SchaaffProgramme
Reference linksAxisC# Java .Net Framework SDK SOAP Tomcat WSDL Doing the tutorial at ADASSMost of the information you need for the tutorial will be available here before ADASS. Many of the examples use Apache AXIS. If you are intereested in trying to do get these working during the tutorial on you lap top you should install AXIS.To actually get AXIS running you will need to set up your environment after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building (it's for DOS - you can convert for UNIX easily right ;): | |||||||||||||||||
Changed: | |||||||||||||||||
< < | |||||||||||||||||
> > | |||||||||||||||||
set ALIB=C:\java\axis-1_1RC2\lib set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-discovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar; | |||||||||||||||||
Changed: | |||||||||||||||||
< < | |||||||||||||||||
> > | |||||||||||||||||
Notice this includes c:\java - it's a good idea to include some directory in the classpath which you will generate WebService stubs into. Many of the examples will be in C# using .NET. If you want to try them download and install the .NET Framework SDK software. | |||||||||||||||||
Added: | |||||||||||||||||
> > | |||||||||||||||||
Doing the grid-services bitGrid services are more complicated than web services (they do more complicated things) and need more infrastructure to build and run than is described above. Materials for doing the grid-service tutorial on your own machine are available, including components for a sample service and its clients plus a list of supporting software that you would need to install. | |||||||||||||||||
Changed: | |||||||||||||||||
< < | |||||||||||||||||
> > | |||||||||||||||||
<--
|
Tutorial on Web And Grid ServicesContributors : Tamás Budavári, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André SchaaffProgramme
Reference linksAxisC# Java | |||||||||||||||||
Added: | |||||||||||||||||
> > | .Net Framework SDK | ||||||||||||||||
SOAP Tomcat WSDL Doing the tutorial at ADASSMost of the information you need for the tutorial will be available here before ADASS. Many of the examples use Apache AXIS. If you are intereested in trying to do get these working during the tutorial on you lap top you should install AXIS.To actually get AXIS running you will need to set up your environment after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building (it's for DOS - you can convert for UNIX easily right ;): set ALIB=C:\java\axis-1_1RC2\lib\ set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-discovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar;Notice this includes c:\java - it's a good idea to include some directory in the classpath which you will generate WebService stubs into. Many of the examples will be in C# using .NET. If you want to try them download and install the .NET Framework SDK software. Doing the grid-services bitGrid services are more complicated than web services (they do more complicated things) and need more infrastructure to build and run than is described above. Materials for doing the grid-service tutorial on your own machine are available, including components for a sample service and its clients plus a list of supporting software that you would need to install.<--
|
Tutorial on Web And Grid ServicesContributors : Tamás Budavári, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André SchaaffProgramme
Reference linksAxisC# Java SOAP Tomcat WSDL Doing the tutorial at ADASSMost of the information you need for the tutorial will be available here before ADASS. Many of the examples use Apache AXIS. If you are intereested in trying to do get these working during the tutorial on you lap top you should install AXIS.To actually get AXIS running you will need to set up your environment after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building (it's for DOS - you can convert for UNIX easily right ;): set ALIB=C:\java\axis-1_1RC2\lib\ set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-discovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar;Notice this includes c:\java - it's a good idea to include some directory in the classpath which you will generate WebService stubs into. | |||||||||||||||||
Added: | |||||||||||||||||
> > | Many of the examples will be in C# using .NET. If you want to try them download and install the .NET Framework SDK software. | ||||||||||||||||
Doing the grid-services bitGrid services are more complicated than web services (they do more complicated things) and need more infrastructure to build and run than is described above. Materials for doing the grid-service tutorial on your own machine are available, including components for a sample service and its clients plus a list of supporting software that you would need to install.<--
|
Tutorial on Web And Grid ServicesContributors : Tamás Budavári, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André SchaaffProgramme
Reference linksAxisC# Java SOAP Tomcat WSDL Doing the tutorial at ADASSMost of the information you need for the tutorial will be available here before ADASS. Many of the examples use Apache AXIS. If you are intereested in trying to do get these working during the tutorial on you lap top you should install AXIS.To actually get AXIS running you will need to set up your environment after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building (it's for DOS - you can convert for UNIX easily right ;): set ALIB=C:\java\axis-1_1RC2\lib\ set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-discovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar;Notice this includes c:\java - it's a good idea to include some directory in the classpath which you will generate WebService stubs into. Doing the grid-services bitGrid services are more complicated than web services (they do more complicated things) and need more infrastructure to build and run than is described above. Materials for doing the grid-service tutorial on your own machine are available, including components for a sample service and its clients plus a list of supporting software that you would need to install.<--
| |||||||||||||||
Changed: | |||||||||||||||
< < |
| ||||||||||||||
> > |
| ||||||||||||||
Tutorial on Web And Grid ServicesContributors : Tamás Budavári, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André SchaaffProgramme | |||||||||||||||||
Changed: | |||||||||||||||||
< < |
| ||||||||||||||||
> > | |||||||||||||||||
Reference linksAxisC# Java SOAP Tomcat WSDL Doing the tutorial at ADASSMost of the information you need for the tutorial will be available here before ADASS. Many of the examples use Apache AXIS. If you are intereested in trying to do get these working during the tutorial on you lap top you should install AXIS.To actually get AXIS running you will need to set up your environment after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building (it's for DOS - you can convert for UNIX easily right ;): set ALIB=C:\java\axis-1_1RC2\lib\ set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-discovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar;Notice this includes c:\java - it's a good idea to include some directory in the classpath which you will generate WebService stubs into. Doing the grid-services bitGrid services are more complicated than web services (they do more complicated things) and need more infrastructure to build and run than is described above. Materials for doing the grid-service tutorial on your own machine are available, including components for a sample service and its clients plus a list of supporting software that you would need to install.<--
|
Tutorial on Web And Grid ServicesContributors : Tamás Budavári, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André SchaaffProgramme | |||||||||||||
Changed: | |||||||||||||
< < |
| ||||||||||||
> > |
| ||||||||||||
Reference linksAxisC# Java SOAP Tomcat WSDL Doing the tutorial at ADASSMost of the information you need for the tutorial will be available here before ADASS. Many of the examples use Apache AXIS. If you are intereested in trying to do get these working during the tutorial on you lap top you should install AXIS.To actually get AXIS running you will need to set up your environment after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building (it's for DOS - you can convert for UNIX easily right ;): set ALIB=C:\java\axis-1_1RC2\lib\ set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-discovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar;Notice this includes c:\java - it's a good idea to include some directory in the classpath which you will generate WebService stubs into. Doing the grid-services bitGrid services are more complicated than web services (they do more complicated things) and need more infrastructure to build and run than is described above. Materials for doing the grid-service tutorial on your own machine are available, including components for a sample service and its clients plus a list of supporting software that you would need to install.<--
| |||||||||||||
Added: | |||||||||||||
> > | |||||||||||||
| |||||||||||||
Added: | |||||||||||||
> > |
| ||||||||||||
Tutorial on Web And Grid ServicesContributors : Tamás Budavári, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André SchaaffProgramme
| ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
Reference linksAxisC# Java SOAP Tomcat WSDL Doing the tutorial at ADASSMost of the information you need for the tutorial will be available here before ADASS. Many of the examples use Apache AXIS. If you are intereested in trying to do get these working during the tutorial on you lap top you should install AXIS.To actually get AXIS running you will need to set up your environment after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building (it's for DOS - you can convert for UNIX easily right ;): set ALIB=C:\java\axis-1_1RC2\lib\ set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-discovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar;Notice this includes c:\java - it's a good idea to include some directory in the classpath which you will generate WebService stubs into. Doing the grid-services bitGrid services are more complicated than web services (they do more complicated things) and need more infrastructure to build and run than is described above. Materials for doing the grid-service tutorial on your own machine are available, including components for a sample service and its clients plus a list of supporting software that you would need to install.<--
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Added: | ||||||||
> > |
| |||||||
Tutorial on Web And Grid ServicesContributors : Tamás Budavári, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André SchaaffProgramme
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > | ||||||||
Reference linksAxisC# Java SOAP Tomcat WSDL Doing the tutorial at ADASSMost of the information you need for the tutorial will be available here before ADASS. Many of the examples use Apache AXIS. If you are intereested in trying to do get these working during the tutorial on you lap top you should install AXIS.To actually get AXIS running you will need to set up your environment after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building (it's for DOS - you can convert for UNIX easily right ;): set ALIB=C:\java\axis-1_1RC2\lib\ set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-discovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar;Notice this includes c:\java - it's a good idea to include some directory in the classpath which you will generate WebService stubs into. Doing the grid-services bitGrid services are more complicated than web services (they do more complicated things) and need more infrastructure to build and run than is described above. Materials for doing the grid-service tutorial on your own machine are available, including components for a sample service and its clients plus a list of supporting software that you would need to install.<--
| ||||||||
Added: | ||||||||
> > |
| |||||||
Tutorial on Web And Grid ServicesContributors : Tamás Budavári, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André SchaaffProgramme | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > | ||||||||
Deleted: | ||||||||
< < |
| |||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Added: | ||||||||
> > |
Reference linksAxisC# Java SOAP Tomcat WSDL | |||||||
Doing the tutorial at ADASSMost of the information you need for the tutorial will be available here before ADASS. Many of the examples use Apache AXIS. If you are intereested in trying to do get these working during the tutorial on you lap top you should install AXIS.To actually get AXIS running you will need to set up your environment after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building (it's for DOS - you can convert for UNIX easily right ;): set ALIB=C:\java\axis-1_1RC2\lib\ set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-discovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar;Notice this includes c:\java - it's a good idea to include some directory in the classpath which you will generate WebService stubs into. Doing the grid-services bitGrid services are more complicated than web services (they do more complicated things) and need more infrastructure to build and run than is described above. Materials for doing the grid-service tutorial on your own machine are available, including components for a sample service and its clients plus a list of supporting software that you would need to install.<--
|
Tutorial on Web And Grid Services | ||||||||
Changed: | ||||||||
< < | Contributors : Tamas Budavari, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André Schaaff | |||||||
> > | Contributors : Tamás Budavári, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André Schaaff | |||||||
Programme
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Added: | ||||||||
> > |
| |||||||
Doing the tutorial at ADASSMost of the information you need for the tutorial will be available here before ADASS. Many of the examples use Apache AXIS. If you are intereested in trying to do get these working during the tutorial on you lap top you should install AXIS.To actually get AXIS running you will need to set up your environment after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building (it's for DOS - you can convert for UNIX easily right ;): set ALIB=C:\java\axis-1_1RC2\lib\ set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-discovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar;Notice this includes c:\java - it's a good idea to include some directory in the classpath which you will generate WebService stubs into. Doing the grid-services bitGrid services are more complicated than web services (they do more complicated things) and need more infrastructure to build and run than is described above. Materials for doing the grid-service tutorial on your own machine are available, including components for a sample service and its clients plus a list of supporting software that you would need to install.<--
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Added: | ||||||||
> > |
| |||||||
Tutorial on Web And Grid ServicesContributors : Tamas Budavari, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André SchaaffProgramme
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Doing the tutorial at ADASSMost of the information you need for the tutorial will be available here before ADASS. Many of the examples use Apache AXIS. If you are intereested in trying to do get these working during the tutorial on you lap top you should install AXIS.To actually get AXIS running you will need to set up your environment after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building (it's for DOS - you can convert for UNIX easily right ;): set ALIB=C:\java\axis-1_1RC2\lib\ set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-discovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar;Notice this includes c:\java - it's a good idea to include some directory in the classpath which you will generate WebService stubs into. Doing the grid-services bitGrid services are more complicated than web services (they do more complicated things) and need more infrastructure to build and run than is described above. Materials for doing the grid-service tutorial on your own machine are available, including components for a sample service and its clients plus a list of supporting software that you would need to install.<--
| ||||||||
Deleted: | ||||||||
< < | ||||||||
| ||||||||
Added: | ||||||||
> > |
| |||||||
Tutorial on Web And Grid ServicesContributors : Tamas Budavari, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André SchaaffProgramme
Doing the tutorial at ADASSMost of the information you need for the tutorial will be available here before ADASS. Many of the examples use Apache AXIS. If you are intereested in trying to do get these working during the tutorial on you lap top you should install AXIS.To actually get AXIS running you will need to set up your environment after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building (it's for DOS - you can convert for UNIX easily right ;): set ALIB=C:\java\axis-1_1RC2\lib\ set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-discovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar;Notice this includes c:\java - it's a good idea to include some directory in the classpath which you will generate WebService stubs into. | ||||||||
Added: | ||||||||
> > |
Doing the grid-services bitGrid services are more complicated than web services (they do more complicated things) and need more infrastructure to build and run than is described above. Materials for doing the grid-service tutorial on your own machine are available, including components for a sample service and its clients plus a list of supporting software that you would need to install. | |||||||
<--
|
Tutorial on Web And Grid ServicesContributors : Tamas Budavari, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André SchaaffProgramme
Doing the tutorial at ADASSMost of the information you need for the tutorial will be available here before ADASS. Many of the examples use Apache AXIS. If you are intereested in trying to do get these working during the tutorial on you lap top you should install AXIS.To actually get AXIS running you will need to set up your environment after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building (it's for DOS - you can convert for UNIX easily right ;): set ALIB=C:\java\axis-1_1RC2\lib\ | ||||||||
Changed: | ||||||||
< < | set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-d iscovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar; | |||||||
> > | set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-discovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar; | |||||||
Notice this includes c:\java - it's a good idea to include some directory in the classpath which you will generate WebService stubs into. | ||||||||
Added: | ||||||||
> > | ||||||||
<--
| ||||||||
Deleted: | ||||||||
< < |
| |||||||
|
Tutorial on Web And Grid ServicesContributors : Tamas Budavari, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André SchaaffProgramme
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Doing the tutorial at ADASSMost of the information you need for the tutorial will be available here before ADASS. Many of the examples use Apache AXIS. If you are intereested in trying to do get these working during the tutorial on you lap top you should install AXIS.To actually get AXIS running you will need to set up your environment after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building (it's for DOS - you can convert for UNIX easily right ;): set ALIB=C:\java\axis-1_1RC2\lib\ set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-d iscovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar;Notice this includes c:\java - it's a good idea to include some directory in the classpath which you will generate WebService stubs into. <--
|
Tutorial on Web And Grid ServicesContributors : Tamas Budavari, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André SchaaffProgramme
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Doing the tutorial at ADASSMost of the information you need for the tutorial will be available here before ADASS. Many of the examples use Apache AXIS. If you are intereested in trying to do get these working during the tutorial on you lap top you should install AXIS.To actually get AXIS running you will need to set up your environment after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building (it's for DOS - you can convert for UNIX easily right ;): set ALIB=C:\java\axis-1_1RC2\lib\ set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-d iscovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar;Notice this includes c:\java - it's a good idea to include some directory in the classpath which you will generate WebService stubs into. <--
|
Tutorial on Web And Grid ServicesContributors : Tamas Budavari, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André SchaaffProgramme
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Doing the tutorial at ADASSMost of the information you need for the tutorial will be available here before ADASS. Many of the examples use Apache AXIS. If you are intereested in trying to do get these working during the tutorial on you lap top you should install AXIS. | ||||||||
Changed: | ||||||||
< < | To actually get AXIS runnign you will need to set up your environemnt after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building(its for DOS - you can convert for UNIX esaily right ;): | |||||||
> > | To actually get AXIS running you will need to set up your environment after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building (it's for DOS - you can convert for UNIX easily right ;): | |||||||
set ALIB=C:\java\axis-1_1RC2\lib\ set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-d iscovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar; | ||||||||
Changed: | ||||||||
< < | Notice this include c:\java - its a good idea to include some directory in the classpath which you will generate WebService stubs into. | |||||||
> > | Notice this includes c:\java - it's a good idea to include some directory in the classpath which you will generate WebService stubs into. | |||||||
<--
| ||||||||
Deleted: | ||||||||
< < | ||||||||
|
Tutorial on Web And Grid ServicesContributors : Tamas Budavari, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André SchaaffProgramme
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Doing the tutorial at ADASSMost of the information you need for the tutorial will be available here before ADASS. Many of the examples use Apache AXIS. If you are intereested in trying to do get these working during the tutorial on you lap top you should install AXIS.To actually get AXIS runnign you will need to set up your environemnt after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building(its for DOS - you can convert for UNIX esaily right ;): set ALIB=C:\java\axis-1_1RC2\lib\ set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-d iscovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar;Notice this include c:\java - its a good idea to include some directory in the classpath which you will generate WebService stubs into. <--
|
Tutorial on Web And Grid ServicesContributors : Tamas Budavari, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André SchaaffProgramme
Doing the tutorial at ADASSMost of the information you need for the tutorial will be available here before ADASS. Many of the examples use Apache AXIS. If you are intereested in trying to do get these working during the tutorial on you lap top you should install AXIS.To actually get AXIS runnign you will need to set up your environemnt after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building(its for DOS - you can convert for UNIX esaily right ;): set ALIB=C:\java\axis-1_1RC2\lib\ set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-d iscovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar;Notice this include c:\java - its a good idea to include some directory in the classpath which you will generate WebService stubs into. <--
| ||||||||
Added: | ||||||||
> > |
| |||||||
| ||||||||
Changed: | ||||||||
< < | Tutorial on Web And Grid Services | |||||||
> > | Tutorial on Web And Grid Services | |||||||
Contributors : Tamas Budavari, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André Schaaff
| ||||||||
Changed: | ||||||||
< < | Programme | |||||||
> > | Programme | |||||||
| ||||||||
Changed: | ||||||||
< < | ||||||||
> > | Doing the tutorial at ADASS | |||||||
Added: | ||||||||
> > | Most of the information you need for the tutorial will be available here before ADASS. Many of the examples use Apache AXIS.
If you are intereested in trying to do get these working during the tutorial on you lap top you should install AXIS.
To actually get AXIS runnign you will need to set up your environemnt after you unzip it. You may create a script to do this. Here is the environment you need for simple AXIS client building(its for DOS - you can convert for UNIX esaily right ;): set ALIB=C:\java\axis-1_1RC2\lib\ set CLASSPATH=.;c:\java;%ALIB%\axis-ant.jar;%ALIB%\axis.jar;%ALIB%\commons-d iscovery.jar;%ALIB%\commons-logging.jar;%ALIB%\saaj.jar;%ALIB%\axis.jar;%ALIB%\jaxrpc.jar;%ALIB%\wsdl4j.jar;%ALIB%\log4j-1.2.4.jar;Notice this include c:\java - its a good idea to include some directory in the classpath which you will generate WebService stubs into. | |||||||
<--
|
Tutorial on Web And Grid ServicesContributors : Tamas Budavari, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André SchaaffProgramme
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Deleted: | ||||||||
< < |
| |||||||
<--
|
Tutorial on Web And Grid ServicesContributors : Tamas Budavari, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André SchaaffProgramme
<--
|
Tutorial on Web And Grid ServicesContributors : Tamas Budavari, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André SchaaffProgramme
<--
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > | ||||||||
|
Tutorial on Web And Grid ServicesContributors : Tamas Budavari, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André SchaaffProgramme
<--
| ||||||||
Added: | ||||||||
> > |
| |||||||
| ||||||||
Changed: | ||||||||
< < | Contributors : Tamas Budavari, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André Schaaff | |||||||
> > | Tutorial on Web And Grid Services | |||||||
Added: | ||||||||
> > | Contributors : Tamas Budavari, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André Schaaff | |||||||
Deleted: | ||||||||
< < | Introduction 4 | |||||||
Changed: | ||||||||
< < | First talk: How to build and consume WS in C# and Java, Tamas and André 14 +3 | |||||||
> > | Programme
| |||||||
Changed: | ||||||||
< < | Second talk: VO Statistics, Mathhew | |||||||
> > |
| |||||||
Deleted: | ||||||||
< < | How to implement a client (Java, scripting languages) that use the statistics Web Service. 9+2 | |||||||
Changed: | ||||||||
< < | Thirth talk: Registry, Wil | |||||||
> > |
| |||||||
Deleted: | ||||||||
< < | How-to build a client (Java, C#) for an existing WS like the Registry ? 9+2 | |||||||
Changed: | ||||||||
< < | Fourth talk: Image Cutout, Maria | |||||||
> > |
| |||||||
Deleted: | ||||||||
< < | How to build and consume a WS like the SDSS Image Cutout 9+2 | |||||||
Changed: | ||||||||
< < | Fifth talk: Grids Services, Guy How to build a java client for an existing GS (supplied) using Globus Toolkit +3 | |||||||
> > |
| |||||||
Deleted: | ||||||||
< < | 9+2 | |||||||
Changed: | ||||||||
< < | Sixth talk : Inside the server, Tamas and André | |||||||
> > |
| |||||||
Deleted: | ||||||||
< < | 6 | |||||||
Changed: | ||||||||
< < | Questions and Conclusion | |||||||
> > |
| |||||||
Deleted: | ||||||||
< < | 4 | |||||||
<--
|
| ||||||||
Changed: | ||||||||
< < | Informations concerning the Web and Grid Services part of tutorial will be available soon on this page. | |||||||
> > | Introduction | |||||||
Added: | ||||||||
> > | 4 | |||||||
Added: | ||||||||
> > | First talk: How to build and consume WS in C# and Java, Tamas and André 14 +3 Second talk: VO Statistics, Mathhew How to implement a client (Java, scripting languages) that use the statistics Web Service. 9+2 Thirth talk: Registry, Wil How-to build a client (Java, C#) for an existing WS like the Registry ? 9+2 Fourth talk: Image Cutout, Maria How to build and consume a WS like the SDSS Image Cutout 9+2 Fifth talk: Grids Services, Guy How to build a java client for an existing GS (supplied) using Globus Toolkit +3 9+2 Sixth talk : Inside the server, Tamas and André 6 Questions and Conclusion 4 | |||||||
<--
|
| ||||||||
Added: | ||||||||
> > | Informations concerning the Web and Grid Services part of tutorial will be available soon on this page. | |||||||
Deleted: | ||||||||
< < | ||||||||
<--
| ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
| ||||||||
Added: | ||||||||
> > | Contributors : Tamas Budavari, Wil O'Mullane, Matthew Graham, Maria A. Nieto-Santisteban, Guy Rixon, André Schaaff | |||||||
Deleted: | ||||||||
< < | ||||||||
<--
| ||||||||
Added: | ||||||||
> > | ||||||||
<--
|