Re: Axis C++ 1.3 with Apache2

2004-10-07 Thread Ney André de Mello Zunino
Toshiyuki Kimura wrote: These days, this is the list for Axis *Java* users, and you should go to the Axis C++ User List. Please see; I didn't know about that. Thanks for pointing me to the right target. Now I only hope there will be a mirror of this mailing l

Out of Office AutoReply: hello

2004-10-07 Thread David A. Chappell
Title: Out of Office AutoReply: hello I will be traveling on business until Monday, 11/01, and I will have intermittent access to email during that time. Your email is important to me, and will be read as soon as possible. Dave

Re: Axis C++ 1.3 with Apache2

2004-10-07 Thread Toshiyuki Kimura
These days, this is the list for Axis *Java* users, and you should go to the Axis C++ User List. Please see; Toshi <[EMAIL PROTECTED]> On Fri, 8 Oct 2004, [ISO-8859-1] Ney Andr$Bi(B de Mello Zunino wrote: Hello. I am having trouble setting up Axis C++ 1.3 to

RE: Measuring marshalling and network times

2004-10-07 Thread Krishnendu Kunti
Hi Luis You can use pushToTest testmaker utility to test the performance of the web service in question you can find the utility at : http://www.pushtotest.com/Downloads/features.html Regards Krishnendu -Original Message- From: Luís Fraga [mailto:[EMAIL PROTECTED] Sent: Thursday, Octob

Axis C++ 1.3 with Apache2

2004-10-07 Thread Ney André de Mello Zunino
Hello. I am having trouble setting up Axis C++ 1.3 to run with Apache2 2.0.52 on my WinXP SP2 box. I first downloaded the Windows binary distribution of Axis 1.3 [1] and then carefully followed the windows installation guide [2]. However, when I try starting Apache, it will load and then die wi

Re: capturing SOAP XML in a client for debug?

2004-10-07 Thread Toshiyuki Kimura
If you are talking about the following situation, I think that org.apache.axis.handlers.LogHandler helps you to do what you want. - you're just a user or developer of a web service client for existing web services - you've no permission to access to the administrator of the targeted w

how to debug Web Services from client?

2004-10-07 Thread anup sinha
Hi All,    How  to debug the web services from client ? I am having only url of WSDL.   Thanks and regards Anup Kumar Yahoo! India Matrimony: Find your life partner online.

Re: capturing SOAP XML in a client for debug?

2004-10-07 Thread Toshiyuki Kimura
What're the security reasons ? Then, how do you deploy your web services to the server ? You may be using "org.apache.axis.client.AdminClient". This tool uses the same interface. It means that the tool works only at the server side as the default setting due to the security reason. Is that no

Re: capturing SOAP XML in a client for debug?

2004-10-07 Thread Nelson Minar
> Try the following as the next version of SOAPMonitor, then >please let me know your impression of the tool ! > This looks very nice, but I don't think it helps me with my problem. Unless you've changed SOAPMonitor drastically it needs

Re: capturing SOAP XML in a client for debug?

2004-10-07 Thread Toshiyuki Kimura
Hi Nelson, Try the following as the next version of SOAPMonitor, then please let me know your impression of the tool ! It's in Axis beta 2 release or the later. Thanks, -- Toshi <[EMAIL PROTECTED]> On Thu, 7 Oct 2004, Nelson Minar wrote

RE:No Serializer Found [solved!]

2004-10-07 Thread Nathan Wardle
Thanks for your help Bob, Unfortunately that didn't solve my problem. I am also deploying to Tomcat, but not though a WAR. I'm pointing tomcat at my local webapp directory. I have included all jars and classes that could possibly be referenced. HAZAAA!!! I found the solutions! The problem wa

capturing SOAP XML in a client for debug?

2004-10-07 Thread Nelson Minar
What's the absolute simplest way for a SOAP client written with Axis to capture the XML sent and received to an SSL service and display it for debugging purposes? I'm looking for something I can use for user support, so it needs to be really easy. Here are the ways I know to capture the XML and th

LocalTransport

2004-10-07 Thread Lovell, Jim M
I have a web application that contains an Axis web service that is available for other applications to connect through http. I also have a servlet in the same web application that I would like to have access the service using the LocalTransport. I am having trouble getting the client calls setup

Re: problem getting java2wsdl ant task to be created

2004-10-07 Thread Peter Smith
I think the task is called "axis-java2wsdl"; not "java2wsdl". Refer to the axis-tasks.properties file in your axis-ant.jar and/or the documentation in /docs/ant Cheers, Peter. - Original Message - From: "James Black" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 08,

Where is the session id or object stored in the Client side.

2004-10-07 Thread Dacheng
Hi, everybody: I am reading the source code of org.apache.axis.client.*. I tried to find out where the session id is stored so that the client side can insert session id into MessageContext object when the message is sent out. Unfortunately I still cannot find out which class is used to handle it.

re: problem getting java2wsdl ant task to be created

2004-10-07 Thread James Black
I don't know what I am doing wrong, so I thought I would ask, and hopefully someone can help me understand what may have happened. Thanx. I get this error: BUILD FAILED /export2/home/jblack/src/java/build.xml:82: Could not create task or type of type: java2wsdl. When I ran it with -verbose here

Measuring marshalling and network times

2004-10-07 Thread Luís Fraga
Hi there, I am using an axis client (1.1) to exchange XML documents (rpc-enc) with an oracle 9ias soap server. The documents can reach up to 3Meg and very often the platform's performance is really slow. Is there any way of measuring marshalling, unmarshalling and network times on Axis clients?

RE: how to set the usename and passwork in C#

2004-10-07 Thread Simon Fell
Or you can just set the Credentials Property. Cheers Simon > -Original Message- > From: Paul Callahan [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 07, 2004 7:50 AM > To: [EMAIL PROTECTED] > Subject: Re: how to set the usename and passwork in C# > > You should look in the generat

Newbie Question - Axis 1.1 to .NET Web Service

2004-10-07 Thread Robin Mannering
Hi, I'm using Axis 1.1 to use a set of .NET Web serverices. Please excuse any innacuracies as I've only really started with web services in the last couple of days. So far, I have managed to create an Axis client that talks to a .NET service, but I get the following exception thrown: Does an

Session in AddressBook sample - a question

2004-10-07 Thread Janusz Martyniak
Hi Axis Gurus, I tried to follow the recipe posted by Alexey on this list. I reached the point when I have to (do I have to?) customise the AddressBookServiceLocator.java class to handle a custom constructor. Since it it an automatically generated class by the WSDL2Java tool I have a problem he

RE: Element names ignored?

2004-10-07 Thread Nelson Minar
>>i notice that axis doesnt seem to care what the Qname is. >Just to add... i know that Axis doesnt supports validation but this >seems like axis works from the top down and just take elements as is. >Am i correct? That's pretty much true - Axis is very generous in accepting all sorts of junk whe

RE: SSL with Axis

2004-10-07 Thread Greg Michalopoulos
Also, you can setup Apache (or other webserver) with SSL and then just add the filter to send requests to /services to Tomcat. This requires no change in config on Tomcat side I believe. -Original Message- From: Venkat Reddy [mailto:[EMAIL PROTECTED] Sent: Thursday, October 07, 2004 10:

Re: how to set the usename and passwork in C#

2004-10-07 Thread Paul Callahan
You should look in the generated proxy for the service in VS.NET... There you can override the GetWebRequest method, and use request.Headers.Add method in order to add headers before returning the request. -pc On Thu, 7 Oct 2004 12:52:44 +0800 (CST), ïffd3ïffc2 ïffccïfff

RE: Element names ignored?

2004-10-07 Thread Kristoffer Sjögren (HF/EAB)
Just to add... i know that Axis doesnt supports validation but this seems like axis works from the top down and just take elements as is. Am i correct? regards, -Kristoffer > -Original Message- > From: Kristoffer Sjögren (HF/EAB) > Sent: den 5 oktober 2004 09:27 > To: '[EMAI

Re: SSL with Axis

2004-10-07 Thread Venkat Reddy
Here is roughly how you can make Axis talk to tomcat using SS (or atleast that's how i could make it work). 1. Setup a keystore for client 2. Setup a keystore for server 3. Export server's public key certificate to a file and import it into client's keystore. 4. Export client's public key certific

Re: SSL with Axis

2004-10-07 Thread gary . si . grewal
On the server you set up the Certificate assuming you want to do 1 way SSL. Thanks and Regards, === Gary Grewal "Hubble,

wsdd classes with imports

2004-10-07 Thread Suzy Fynes
Hi   I want to deploy a class that has imports from other classes ive created at. It works ok when I used a jws file and had the jar of the classes set as part of the classpath but when I use wsdd its not finding the import files.   Is there a particular way it needs to be set up?  

SSL with Axis

2004-10-07 Thread Hubble, Christopher
How do you enable SSL using Axis? I know how to set up the client using a keystore, but how do you set up the server? Is there a way to pass a keystore to it, or do you have to use the overall java keystore? Chris

Re: No Serializer Found

2004-10-07 Thread Bob Bateman
Nathan, I ran into the same problem on my end with a Web Service I was deploying via a WAR into Tomcat. What helped me solve the problem was to insure my WAR had *every* JAR file and class that my web service could possibly reference - including copies of the axis JAR files. So far, this has

RE: Can Hashtable object be used as parameter of RPC?

2004-10-07 Thread Jia Yiyu
Hi Andrea, Thank you for your reply! So, it seems that the problem is from my own code. But may I ask you how you use Hashtable as parameter in RPC? Defining the parameter's type as java.util.Hashtable directly or defining the parameter as java.lang.Object and cast the object to be java.util.Has

Re: Can Hashtable object be used as parameter of RPC?

2004-10-07 Thread Andrea Fabris
Hi Jia! We succefully use Axis 1.1 RPC services that use hashtable as parameters (both in and out). However you have to be careful about interoperability, because SOAP client written in other language (such as Perl and C/C++) can't handle in the right way nested maps. Regards Andrea Fabris On 0

AxisProperties, httpProxyHost, threads

2004-10-07 Thread Graeme Riddell
I have a multithreaded app that is issuing SOAP requests via AXIS. It seems that if thread 1 sets a http.proxyHost AxisProperty then it's visible to thread 2 when he calls AxisProperties.getProperty(). (Because AxisProperties is tied to the current ClassLoader?). The problem I have is that

Can Hashtable object be used as parameter of RPC?

2004-10-07 Thread Jia Yiyu
Hello everybody, I am trying to use java.util.Hashtable or java.util.Properties class as parameters of my RPC methods. But I got "java.lang.ClassCastException" on the server side and , of course, my client side calling was failure. I see some application use Vector object as RPC method's paramete

Re: Sending big byte arrays

2004-10-07 Thread Andrea Vaccaro
Anand,you confirm my suspects. It seems that some client modification is necessary anyway to increase performance and using attachments could solve definitively the problem.   Thank you very much for your suggestions,Andrea   >Andrea,>>Absolutely correct analysis. In general, the big overheads w