Re: Cache WebServices Result

2003-06-17 Thread Toshiyuki Kimura
Hi Charles, The answer is 'NO'. The current AXIS disables the cache control mechanism, or rather, AXIS assumes all of results from WebServices are not cacheable contents. Best Regards, Toshi (Toshiyuki Kimura) [EMAIL PROTECTED] RD Headquarters NTT DATA

Re: APACHE AXIS - Interesting twist in JDK 1.2.2

2003-06-17 Thread Davanum Srinivas
forwarding to axis-user@ mailing list -- dims --- TVS Murthy [EMAIL PROTECTED] wrote: When using AXIS 1.1 RC2 or even AXIS 1.1, immediately upon download and unzipping it to PC, etc. I get the following error when run with JDK 1.2.2 (SUN). The happy axis.jsp is good, classpath is good.

Re: APACHE AXIS - Interesting twist in JDK 1.2.2

2003-06-17 Thread Jim Geppert
Per the Axis documentation, Axis requires JDK 1.3 or greater - Original Message - From: Davanum Srinivas [EMAIL PROTECTED] To: TVS Murthy [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 6:45 AM Subject: Re: APACHE AXIS - Interesting twist in JDK 1.2.2 forwarding to

Problem with Java Client

2003-06-17 Thread Sameer Bombatkar
I am trying to invoke a web-service that returns a String from my Java Client.. Here's the code snippet.. String endpoint = http://workstation-12:7001/axis/wsdl/DbWebService.wsdl;; Service service = new Service(); Call call = (Call) service.createCall();

What version of Axis in IBM WSDK?

2003-06-17 Thread Don Brady
IBM's WSDK 5.0.1 ( http://www-106.ibm.com/developerworks/webservices/wsdk/ ) includes Axis. How can I determine what level of Axis is included, and whether it is a modified version or not? They do not appear to include source. I have asked on the ibm.software.websphere.webservices.sdk

Re: UNSUBSCRIBE ME

2003-06-17 Thread bin
Good luck. I've been trying to unsubscribe for 2 months. I was told to write to: [EMAIL PROTECTED] to no avail. Anybody out there under the same predicament? On Sun, 15 Jun 2003 [EMAIL PROTECTED] wrote: UNSUBSCRIBE ME

Re: UNSUBSCRIBE ME

2003-06-17 Thread Michael E. Allen
I just did it and was successfully unsubcribed. Well... I got a Good-bye message from the mailer demon. Is it possible that your email address has changed from the one you originally used for subscribing? Scott Webber wrote: What happens when you email that address? I wanted to unsubscribe

The OperationDesc for sendSms was not syncronized

2003-06-17 Thread Sochea Meas (LMC)
Title: The OperationDesc for sendSms was not syncronized Hi all, I have another question. I am somewhat stuck with my problem an a really need help from axis community. Does anyone know what this error mean? This error occur when I try to display it in a browser using AxisServlet and once

Re: UNSUBSCRIBE ME

2003-06-17 Thread Scott Webber
What happens when you email that address? I wanted to unsubscribe from the dev list and I had to change from the address from xml.apache.org to ws.apache.org. I think it worked...at least for the dev list. Maybe you should try the opposite for this list. - Original Message - From: bin

RE: UNSUBSCRIBE ME

2003-06-17 Thread Willis, Keith
Title: RE: UNSUBSCRIBE ME Me too. I even tried using the website and clicked the unsubscribe link. Keith -Original Message- From: bin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 17, 2003 3:25 PM To: [EMAIL PROTECTED] Subject: Re: UNSUBSCRIBE ME Good luck. I've been trying

Newbie: problem with Wsdl2javaAntTask: NoSuchMethodError

2003-06-17 Thread Michael Woinoski
The axis-wsdl2java task in Axis 1.1 is throwing an exception. axis-admin works fine (although I had to set the classpath externally via antrc_pre.bat) and I can run WSDL2Java from the command line. Any idea what the problem is with axis-wsdl2java? Here's the element in build.xml: axis-wsdl2java

Newbie: where do you put your service's web.xml?

2003-06-17 Thread Michael Woinoski
(This seems like a very basic question, but I can't find the answer in the docs or mailing list archives.) I'm able to deploy an Axis service by copying the class directory structure under Axis's WEB-INF/classes directory. But where do I deploy my web service's web.xml file so I can set things

Newbie: how to set classpath for axis-java2wsdl

2003-06-17 Thread Michael Woinoski
How do I set the classpath for the Ant axis-java2wsdl task so it will find my service class? I added the directory that contains the service class to CLASSPATH before running Ant but axis-java2wsdl still can't find the class. Running Java2WSDL from the command line works fine. Thanks, Mike --

Re: The OperationDesc for sendSms was not syncronized

2003-06-17 Thread James Black
Sochea Meas (LMC) wrote: I have another question. I am somewhat stuck with my problem an a really need help from axis community. Does anyone know what this error mean? This error occur when I try to display it in a browser using AxisServlet and once successfully deployed. BTW, I am

RE: UNSUBSCRIBE ME

2003-06-17 Thread Kwok Tse
same predicament here for 3 months. -Original Message- From: bin [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 4:25 PM To: [EMAIL PROTECTED] Subject: Re: UNSUBSCRIBE ME Good luck. I've been trying to unsubscribe for 2 months. I was told to write to: [EMAIL PROTECTED] to no

RE: The OperationDesc for sendSms was not syncronized

2003-06-17 Thread Sochea Meas (LMC)
Hi James, Thank you for your help! I've done what you proposed and I still have the same error. I double check in server-config.wsdd and I see the web service being registered in the latter file. I upgraded to axis 1.1 final release and still no luck... Anything else i can do to pin

Re: The OperationDesc for sendSms was not syncronized

2003-06-17 Thread James Black
Sochea Meas (LMC) wrote: Thank you for your help! I've done what you proposed and I still have the same error. I double check in server-config.wsdd and I see the web service being registered in the latter file. I upgraded to axis 1.1 final release and still no luck... Anything else i can do to

Re: UNSUBSCRIBE ME

2003-06-17 Thread Claudio Nieder
Hi, email address has changed from the one you originally used for subscribing? FYI: In case you have several e-mail adresses and forwardings, you can easily find out which e-mail address the mailing list server uses, by looking at the mail header of an e-mail in the list, e.g. this one you are

Why does server-config.wsdd not get created when log says so, butonly later?

2003-06-17 Thread Colin Sampaleanu
I have a bit of chicken and egg situation here. I want to run the admin client on a remote system to deploy something, but can't until I change the remote admin setting in the server-config.wsdd file. However, axis only seems to actually create this file when I deploy something, despite the

question on java2wsdl and value objects.

2003-06-17 Thread Kevin . Bedell
I'm using Axis 1.1 rc2. I used ant-java2wsdl to generate wsdl and included the a java 'value object' that was: package a.b.c; import java.util.Calendar; /** * Value Object for the Reservation web service */ public class ReservationVO { String chairPerson; public String

RE: question on java2wsdl and value objects.

2003-06-17 Thread Dmitry Babenko
can it be because int and boolean are primitive data types ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 10:36 PM To: [EMAIL PROTECTED] Subject: question on java2wsdl and value objects. I'm using Axis 1.1 rc2. I used

ANS: RE: question on java2wsdl and value objects.

2003-06-17 Thread Kevin . Bedell
I should've realized that I'd find the answer here: http://www.w3.org/TR/xmlschema-0/ . Excuse me while I learn XML Schema here 'in public'. Here's the issue: In XML, having an element be missing has no set meaning. It may not be known or may not be required or any number of things. But

passing xml file as a parameter to a web-service

2003-06-17 Thread Anuradha S
Hi, Can we pass an xml file as a parameter to a web-service. If yes can the validation of that file with respect to some schema also be done at the time of invocation. Please give me some pointers in this issue.Regards,AnuradhaDISCLAIMER:This message (including attachment if any) is