dynamic changing Service name

2003-06-17 Thread Niket Anand
Hello All, I have problem as- We have 2 Applications as App1 and App2 are going to access some services. So they should be Authenticated only first time and for subsequent request no need.but like samples provied in samples/stocks folder...it seems that for every operation access it need

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 confi

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 there

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

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 getCha

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 fac

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

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 pi

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

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 poi

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 avai

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 usin

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 -- M

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 like

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: Here's the An

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

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

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 an

Namespace problem

2003-06-17 Thread Sochea Meas (LMC)
Title: Namespace problem Hi all,     I have a wsdd document that points to an unreacheable namespace(http://www.csapi.org/wsdl/parlayx/sms/v1_0/service) and I'd like to know if this is a sufficient condition to make a WS deployment crash in Axis. Thank you for you help! - Soche

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 >

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 newsgro

war deployment and simple authentication

2003-06-17 Thread Milan Trajkovic
Hello! I have a following problem: I developed application that should be deployed as .war archive. In this application I used SimpleAuthenticationHandler and SimpleAuthorizationHandler as in StockQuote example. I put users.lst and perms.lst in WEB-INF directory of my war archive (along with web.xm

Re: SOAP over JMS

2003-06-17 Thread James Cowan
I am working in an environment where javascript soap clients in a browser talk http to an axis server which in turn uses a jms to talk to various java servers. I guess the jms transport in axis replaces http. Is that right? Is there a neat way that I can make the soap server map the calls on to

CData encoding

2003-06-17 Thread Robert McIntosh
Will axis automatically recognize that a string contains special characters, such as a '<' or '>', and wrap the string in a CDATA section? Thanks, Robert

Serializing URIs?

2003-06-17 Thread Jeffrey J Gaynor/jqhome
Quick question I am trying to make a (from Java source0 service that must send/return URIs. It would be nice to send these, but I'm getting and error that these can't be serialized with the following message: - The class java.net.URI is defined in a java or javax package and cannot be converte

Re: APACHE AXIS - Interesting twist in JDK 1.2.2

2003-06-17 Thread Robert McIntosh
That isn't entirely true. We are using the axis server on a 1.2.2 machine right now. In this environment we are NOT using any generated source code from the wsdl tools, but did a straight deployment with a wsdd file and our own built java service. The thread error you are getting is because of th

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(); call.setOperationStyle(org.apac

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 > for

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

Duplicate Class warning

2003-06-17 Thread Jonathan Melvin
I have two applications deployed. Both have a class in common. I get a warning WARN [ClassLoadingTask] Duplicate Class Found: coboltypes.piX Where picX is the shared class What am I doing wrong? Jon M This e-mail may contain privileged and confidential information and should not be used by a

Re: Cache WebServices Result

2003-06-17 Thread Toshiyuki Kimura
Hi Charles, (B (B The answer is 'NO'. The current AXIS disables the cache control (Bmechanism, or rather, AXIS assumes all of results from WebServices (Bare not cacheable contents. (B (BBest Regards, (B (B Toshi (Toshiyuki Kimura) <[EMAIL PROTECTED]> (B R&D Headquarters (B NTT DAT

Cache WebServices Result

2003-06-17 Thread DESMOULINS Charles OCISI
Hi, Does Axis offer a functionality to cache the WebService result in the server-side? Thanks, Charles.

apache + tomcat + axis + https + CLIENT AUTENTICATION

2003-06-17 Thread java dev
Hi, I would like to use Apache HTTPS to access Axis soap services, with CLIENT AUTHENTICATION. The config work with IE and Mozilla (I can access to service?wsdl) but I can not use an axis client. I can only use axis client with Https and no Client Authentication. Can anyone help me... Thanks