RE: 1.0RC bug? ---- Help

2002-09-25 Thread Zhifeng (George) An
Title: RE: 1.0RC bug? Help My server-config.wsdd is under tomcat/bin. It remembers all the services I deployed. I guess it is created and maintained by axis. I am using tomcat 4.1.12/Axis 1.0RC1. -Original Message- From: Jianliang Zhao [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

RE: 1.0RC bug? ---- Help

2002-09-25 Thread Jianliang Zhao
It's the same problem I saw many people reported. If the server-config.wsdd file is directly under WEB-INF, it's read-only. But if you don't have this file or the file is in the current user directory(where you issue the java command), it should be fine. -Original Message- From: Vikas

Re: 1.0RC bug? ---- Help

2002-09-25 Thread Vikas Manocha
The same thing happened to me after reboot. I thought I had done something wrong, but maybe that's not the case. Vikas. --- Jinghua Gu <[EMAIL PROTECTED]> wrote: > I have tried 1.0RC with Tomcat4.0.4. All deployed > services > were gone except for (Version, AdminService) after > restart Tomcat.

Client Handlers

2002-09-25 Thread Rajal Shah
I have a situation where I need to track performance metrics for every SOAP call that we make from the client. I was thinking of a way to use the handlers/chains on the client side, which can log the metrics for me.. Is this possible? On the server side we can use the deploy.wsdd to specify t

1.0RC bug? ---- Help

2002-09-25 Thread Jinghua Gu
I have tried 1.0RC with Tomcat4.0.4. All deployed services were gone except for (Version, AdminService) after restart Tomcat. Then I have to redeploy services again to be able to use them. Is this a bug? Or something I did wrong? Please advice me. The AdminService does not need to be deployed at

MessageElement[] --> DOMDocument

2002-09-25 Thread Houman Moshtagh
Hello all, I pass a simple XML Message with 2 Nodes to my client. Everything runs fine (regarding to TCPMON) I would like to convert the SOAP-BODY which seems to be in MessageElement[] to a DOM-Document. Is this possible? Or maybe another case, I see these two Elements in MessageElement[]. Th

question regarding type extension

2002-09-25 Thread Jianliang Zhao
Title: Message I looked through the Axis source code, it seems the following case is not handled correctly: I have a class A which has a custom serializer and deserializer. The serializer generates a complext schema type with one element(no match between the element name and A's bean property

RE: Accessing Axis Web Service from VB with MS-SOAP

2002-09-25 Thread thomas . cherel
Title: Message As extra information, I found two limitations in the current MSSOAP Toolkit and the Office Web Services Toolkit:   - If your web service is state-full (cookies are used to maintain a session on the server side, scope="session" in the axis wsdd), if any errors are returned by

RE: Accessing Axis Web Service from VB with MS-SOAP

2002-09-25 Thread Dick, Andrea
Title: Message Thomas,   I do have Office XP and using the Web Services Toolkit I have gotten my code to work.  (One big problem was lack of a WSML file on the MSSOAPInit2 call.   Thanks so much!!  Andrea   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: Ant task documentation

2002-09-25 Thread Volkmann, Mark
Title: RE: Ant task documentation I believe Peter was asking for documentation on the custom Ant tasks in axis-ant.jar, not documentation on standard Ant tasks.  I haven't found it either. > -Original Message- > From: Matt Seibert [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, Septembe

RE: Connecting to Axis server from a C# client over SSL

2002-09-25 Thread thomas . cherel
Title: Message The IE certificate database is actually not IE specific. It is shared with any other Microsoft application, including .NET ones. So it should work. Here is an extract of a readme file from a sample I wrote some times ago:   If HTTPS is enabled (see How do I make HTTPS work?)

RE: Accessing Axis Web Service from VB with MS-SOAP

2002-09-25 Thread thomas . cherel
Title: Message Can you send the piece of VB code you are using to call your operation? If you have a machine with Office XP, I also recommend that you install the Office XP Web Services Toolkit. This toolkit will generates, from the WSDL, all the VB classes that you need in order to call th

subclassing SimpleSessionHandler

2002-09-25 Thread Hozefa Botee
Axis folks, Does it make sense to make the getNewSessionID() method protected instead of private so that it can be swapped out for any method of generating SessionIDs? H

Accessing Axis Web Service from VB with MS-SOAP

2002-09-25 Thread Dick, Andrea
Hi,   I am wondering if someone can provide some assistance or some sample code.     I am not able to pass parameters to an Axis based web service from a VB client using MS-SOAP toolkit 3.   The input parameter to my web service is a java bean with three string parameters.  (I’ve includ

Re: FW: Problem in installing Apache Axis on iAS 6.5

2002-09-25 Thread Sharmin Choksey
Shankar, There is no documentation specific to iAS installations. What you may need to do is jar the webapps directory with a .war extension. Then load this war into the deploytool, save it and then deploy it. 404 is File Not Found, cannot locate the servlet to execute. If it is installed prop

Re: Ant task documentation

2002-09-25 Thread Matt Seibert
/docs/index.html or http://jakarta.apache.org Matt Seibert [EMAIL PROTECTED] IBMExternal:(512) 838-3656 Internal: 678-3656

Connecting to Axis server from a C# client over SSL

2002-09-25 Thread Naresh Bhatia
Title: Connecting to Axis server from a C# client over SSL Hi, I have an Axis server running on a SSL port. Axis clients can successfully connect to it. However C# clients give me the following error:     Could not establish trust relationship with remote server What do I have to do