Re: Axis and Grid computing

2002-12-01 Thread Bahman Kalali
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

Re: Axis and Grid computing

2002-12-01 Thread Bahman Kalali
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

Re: Axis and Grid computing

2002-12-01 Thread Bahman Kalali
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

Re: Axis and Grid computing

2002-11-30 Thread Bahman Kalali
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

Re: Axis and Grid computing

2002-11-30 Thread Bahman Kalali
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

Axis and Grid computing

2002-11-30 Thread Bahman Kalali
  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

Re: Why don't I get the ...SoapBindingSkeleton.java

2002-11-22 Thread Bahman Kalali
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.

Re: running with axis

2002-11-19 Thread Bahman Kalali
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

Re: running with axis

2002-11-19 Thread Bahman Kalali
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 >

Creating only abstract part in a WSDL file from a Java Interface

2002-11-12 Thread Bahman Kalali
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

checking operation name in my requstor handler before sending it Service Provider

2002-11-08 Thread Bahman Kalali
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

Re: axis 1.0 does not deploy

2002-11-06 Thread Bahman Kalali
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

Re: How to get an operation Name in a Requstor Handler

2002-11-06 Thread Bahman Kalali
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-

How to get an operation Name in a Requstor Handler

2002-11-06 Thread Bahman Kalali
- 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

Re: axis 1.0 does not deploy

2002-11-06 Thread Bahman Kalali
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

Re: How to get an operation Name in a Requstor Handler

2002-11-06 Thread Bahman Kalali
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

How to get an operation Name in a Requstor Handler

2002-11-06 Thread Bahman Kalali
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

Re: Mapping Exception to AxisFault AxisFault

2002-11-06 Thread Bahman Kalali
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

Re: please describe the deployment process

2002-11-05 Thread Bahman Kalali
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

Re: Revised Deploying EJB as a web service howto (PDF Format)

2002-11-05 Thread Bahman Kalali
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

Re: migrating from apache-soap (unable to generate WSDL)

2002-11-03 Thread Bahman Kalali
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

Fw: Problem consuming web services from a servlet

2002-10-31 Thread Bahman Kalali
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

Re: Problem consuming web services from a servlet

2002-10-31 Thread Bahman Kalali
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

axis-user@xml.apache.org

2002-10-30 Thread Bahman Kalali
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

WSDL files

2002-10-30 Thread Bahman Kalali
 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

Re: getting the same parameter types after exposing a Java app as a Web Service

2002-10-29 Thread Bahman Kalali
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

Re: getting the same parameter types after exposing a Java app as a Web Service

2002-10-29 Thread Bahman Kalali
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

Re: getting the same parameter types after exposing a Java app as a Web Service

2002-10-29 Thread Bahman Kalali
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]>

getting the same parameter types after exposing a Java app as a Web Service

2002-10-29 Thread Bahman Kalali
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