Sent: Sunday, December 01, 2002 7:10 PM
Subject: RE: Axis and Grid computing
> Have you seen The Mind Electric GAIA?
> http://www.themindelectric.com/gaia/index.html
>
> > -Original Message-
> > From: Bahman Kalali [mailto:[EMAIL PROTECTED]]
> > Sent: Sunday, De
o be a bit
> more flexible and I expect Axis' classloader to change eventually, but
> they're not there yet.
> For now I believe you should be able to do most of what you want with
> the current Axis structure but it will probably require to you write some
> specialized c
advance,
--Bahman
- Original Message -
From: "Doug Davis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, November 30, 2002 10:15 PM
Subject: Re: Axis and Grid computing
>
>
>
>
>
> Yes you can use Axis w/o the WSTK to develop Grid servic
Thanks,
--Bahman
- Original Message -
From: "Doug Davis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, November 30, 2002 10:15 PM
Subject: Re: Axis and Grid computing
>
>
>
>
>
> Yes you can use Axis w/o the WSTK to develop Gr
02 9:59 PM
Subject: Re: Axis and Grid computing
>
>
>
>
>
> Not natively but in general yes Axis can be used for Grid services and the
> latest version of the WSTK (
> http://www.alphaworks.ibm.com/tech/webservicestoolkit )
> includes a Grid demo that uses Axis as its
I am digging to the Grid computing and I was
wondering if Axis supports Grid services.
I am actually looking for some sort of
tutorial and resources to ramp on Grid computing with Web services.
I have been working on Web services, but I am new
in the world of Grid computing.
I appr
Does your "connectToMur.wsdl" have a service & port like the
following example:
--Bahman
- Original Message -
From:
Emma Johansson
To: [EMAIL PROTECTED]
Sent: Friday, November 22, 2002 9:09
AM
Subject: Why don't I get the
...SoapBindingSkeleton.
files and my jar files containing my
code. Itexecutes the code except the call:invoke() returns a null
response. Ichecked my server logs and there was no attempt at a
connection. I didn'tchange anything except I'm running command
line.-Original Message-From: B
Did you check your classpath? Do you have all required jar files in your
classpath while using running your app on command line?
--Bahman
- Original Message -
From: "Tim Lee" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 19, 2002 1:40 PM
Subject: running with axis
>
Hi all,
I am trying to create abstract defination
of WSDL file from a Java interface. That is, I don't want to have service
and ports elements in my WSDL file. So, I use the Java2WSDL command as follows
on the ServersPortType interface.
>java org.apache.axis.wsdl.Java2WSDL -o
ServicePort
Hi,
I have a requestor handler that I want to use
it for checking if an operation name that is provided by the service
requestor is valid. So, what I really want to do is to re-set operation
name in my handler if the operation name is not valid.
I can get the operation name of incoming re
D]>
Sent: Wednesday, November 06, 2002 4:43 PM
Subject: Re: axis 1.0 does not deploy
> Bahman Kalali wrote:
>
> > I had the same problem after installing a fresh Axis. I found that if I
> > start Tomcat again, the error message does not show anymore. I only
noticed
> > this
ns();
for( int i = 0; i < operations.size(); i++ ) {
OperationDesc op = (OperationDesc)operations.get(i);
if( op.getName().equals( opName))
return op;
}
}
return null;
}
}
Vidyanand.
-Original Message-
- Original Message -
From: Bahman
Kalali
To: [EMAIL PROTECTED]
Sent: Wednesday, November 06, 2002 2:23 PM
Subject: Re: How to get an operation Name in a Requstor
Handler
Thanks Bobby,
I had even tried that one, but I got the same error
message(java.lang.NullPointerException
I had the same problem after installing a fresh Axis. I found that if I
start Tomcat again, the error message does not show anymore. I only noticed
this error for the first time that I installed axis in Tomcat and wanted to
deploy some services.
--Bahman
- Original Message -
From: "Calv
me
in a Requstor Handler
OperationDesc oper = msgCxt.getOperation();
oper.getName();
-Original Message-From: Bahman Kalali
[mailto:[EMAIL PROTECTED]]Sent: Wednesday, November 06,
2002 9:58 AMTo: [EMAIL PROTECTED]Subject:
How to get an operation Name in a Requst
I am trying to write a Service
requestor Handler. Inside the Handler's invoke method, I want to
get the method name of service provider:
I can get an operation name from a
MessageContext as follows.
public void invoke(MessageContext msgContext)
throws
AxisFault
{
Handler serviceHandl
Either you are Call is set on a wrong service, or
Tomcat still is not fully run and initialized. In the second case, wait
till you see tomcat is up and running on stdout.
--Bahman
- Original Message -
From:
Emma Johansson
To: [EMAIL PROTECTED]
Sent: Wednesday, Novemb
You may want to read theis
http://marc.theaimsgroup.com/?=axis&-user&m=102942726001805&w=2
posted by Eric
--Bahman
- Original Message -
From: "objectman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 05, 2002 3:19 PM
Subject: Re: please describe the deployment proc
I am aslo intersted in that docoment. It might be useful for others as well.
Can you please re-posted?
Thnaks,
--Bahman
- Original Message -
From: "Joseph Rajkumar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 05, 2002 8:24 PM
Subject: Re: Revised Deploying EJB as
I had similar problem in deploying my service and viwing its WSDL file on
the view page . I found that problem was related to deployment of service.
For example, if you simply change a java extension of a file to .jws and
there are some compiling errors in the java file, then you will not see
anyt
Thanks to Paul, my problem also solved.
--Bahman
- Original Message -
From: "Bahman Kalali" <[EMAIL PROTECTED]>
To: "Paul Campbell" <[EMAIL PROTECTED]>
Sent: Thursday, October 31, 2002 5:06 PM
Subject: Re: Problem consuming web services from a servlet
I was actually trying to get the Eric's example work. Here is my problem:
1) I created the html form and saved it to
%CATALINA_HOME%/webapps/axis/GetStock.htm.
2) I created the StockQuoteServlet to handle form requests and call the Axis
StockQuoteService
3) I compiled the code and saved it in
%CAT
I have a Java class that I want to
expose it as a Web service.
One of the method of my Java class is defined as
follows:
subscribe(Class eventType, Filter filter, Subcriber
subscriber)
After generating stubs from the WSDL file, I am
getting this:
subscribe(java.lang.Object in0, Fi
I have two general questions.
I can get and browse a WSDL file from Axis run time
engine after a Web Service is deployed to the Axis platform.
1) Do other Web service platforms such as WebSpehre,
Glue, WSDP and etc.. allow us to get a WSDL files in the same way as Axis
offer?
It se
t convert java.util.Date to java.util.Date.
Ron
-Original Message-
From: Bahman Kalali [mailto:bkalali@;csg.uwaterloo.ca]
Sent: Tuesday, October 29, 2002 5:52 PM
To: [EMAIL PROTECTED]
Subject: Re: getting the same parameter types after exposing a Java app
as a Web Service
Do I have to do some Cu
Do I have to do some Custom Serialization, as I am reading in
http://docs.pushtotest.com/axisdocs/user-guide.html?
--Bahman
- Original Message -
From: "Bahman Kalali" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 29, 2002 8:46 PM
Subject
e same parameter types after exposing a Java app as a
Web Service
> have you tried compiling with all your debug info left in your app? it
> should pick up names. Types normally come for free.
>
> - Original Message -
> From: "Bahman Kalali" <[EMAIL PROTECTED]>
Hi,
I am new into the world of Web Services and I
have some questions
1) I am trying to expose a Java notification system
as a Web Service.
2) I only want to expose one class of my
application with its public methods( publish/subscribe methods) as a Web
service.
3) This class is cal
29 matches
Mail list logo