Interoperability

2004-04-28 Thread Sébastien Blanchard
Hi, Does someone successfully create a WS in Axis wich returns complex types (like a list of Hashtable) and consume it in Visual Studio .NET 2003 ? Thanxs for your help S.BLANCHARD Directeur Technique Alpha System 4 Villa Carnot 94160 St Mandé France Tel : +33 1 53 66 17 44 Fax : +33 1 43 74 00

Re: OS X installation: almost there

2004-04-28 Thread Ashley Waite
Try the Tomcat and Axis log files and see what they suggest, most likely if something has gone wrong, they will indicate where to look. [EMAIL PROTECTED] wrote: Hello, I'm trying to get a simple web service up and running using Axis 1.1 and Tomcat 4.1.30 under Mac OS 10.3.3. Tomcat seems to be

OS X installation: almost there

2004-04-28 Thread Matthew Calhoun
Hello, I'm trying to get a simple web service up and running using Axis 1.1 and Tomcat 4.1.30 under Mac OS 10.3.3. Tomcat seems to be running fine, and I've followed the Axis installation instructions closely. When I go to http://localhost:8080/axis/ I get the welcome page, and when I click on

parameter null when not null issue...

2004-04-28 Thread Kevin Williams
Hello, I'm hoping someone can help with this bug I'm getting. I'm connecting to a SOAP object that was built on a Microsoft Platform. It's a straightforward connection with one String parameter passed in. The problem is that when I pass in the parameter, I get the following error: 'Value cannot

WS Client for Service running over ssl

2004-04-28 Thread Makam, Chethan
I am trying to write a client to make a call to the Web Service running on SSL. I saved the certificate and imported it using keytool. Since I do not have root permissions, I have imported it to /tmp/cacerts . In my client I am doing the following: Sprt_Service_Request_CPEService service = new Sp

Re: Sending file data from dot net to axis server

2004-04-28 Thread Rafe Colburn
It sounds like you're sending a binary file. You should try encoding it using Base64 and then treating it as a string. On Tue, 27 Apr 2004 15:33:41 +0500, Faraz Rasheed <[EMAIL PROTECTED]> wrote: > > Hi, > > How can I send data in file to my web service running on axis. My client > app is writt

namespace question

2004-04-28 Thread Wei Hsu
Hi all,   I have a question on how namespaces are assigned when running AXIS's WSDL2Java tool on the WSDL.  I seem to have come across an inconsistency, and I was hoping maybe some of you can clear this up for me.    So since I am trying to create a doc/literal wrapped service, I reali

re:xs:timeDate to Calendar Object

2004-04-28 Thread Zach Hensley
just to clarify this was fixed with Bug 25012. revision 1.50 of org.apache.axis.wsdl.toJava.JavaBeanWriter, but is a bug in release 1.1 -Original Message- From: Zach Hensley [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 27, 2004 5:14 PM To: [EMAIL PROTECTED] Subject: xs:timeDate to Calen

RE: Axis Samples

2004-04-28 Thread Galbreath, Mark A
I figured it out, but what a PITA! To run the damn things, you have to: 1. Build the project with Ant 2. Copy the compiled classes in %AXIS_HOME%\build\[subdir] to %CATALINA_HOME%\webapps\axis\WEB-INF\classes\samples\[subdir] and %AXIS_HOME%\samples\[subdir]\deploy.wsdd to %CATALINA_HOME%\webap

Re: Axis Samples

2004-04-28 Thread greyson . smith
I had this problem, yes. You cannot explicitly declare a classpath, I had to drop it in the context and clear out my classpath and then things started working for me.

Axis Samples

2004-04-28 Thread Galbreath, Mark A
Has anybody gotten any of these to work on Windoze? When I run the clients for any of the samples, I get a NoClassDefFoundException and if I explicitly declare a classpath to the directory containing the sample, I get the same exception with a (wrong name: ) notice attached. Clues?

Re: Where are the Axis log files?

2004-04-28 Thread Nelson Minar
>Does anyone know where I can find the things I write on the console >from a service? You need to configure the logging setup. Here's a copy of a message I sent a few weeks ago, archived at http://marc.theaimsgroup.com/?l=axis-user&m=108173495708344&w=2 One minor change in Axis 1.2beta is it no

RE: UDDI v1.0 Search Question

2004-04-28 Thread Anne Thomas Manes
It could be that the xMethods UDDI server is very picky about the sequence of your attributes. According to the UDDI V1 specification, the maxRows attribute should appear between the generic and xmlns attributes. Try sending this request instead: http://schemas.xmlsoap.org/soap/envelope/";>

RE: UDDI v1.0 Search Question

2004-04-28 Thread Anne Thomas Manes
It could be that the xMethods UDDI server is very picky about the sequence of your attributes. According to the UDDI V1 specification, the maxRows attribute should appear between the generic and xmlns attributes. Try sending this request instead: http://schemas.xmlsoap.org/soap/envelope/";>

UDDI v1.0 Search Question

2004-04-28 Thread Denero Watz
I use the xMethods uddi registry and search for 20 records. But the registry returns back 513 records!!. Following is the request envelope. Can someone tell whatz going wrong here: http://schemas.xmlsoap.org/soap/envelope/";>% Thanks in advance, dw __

Re: java.lang.reflect.InvocationTargetException

2004-04-28 Thread Daniel Olmedilla
Thank you very much. I have just found out that the problem was a missing class in the jars. I had also some problems with the logging but now I also reached to debug the code (basically it didn't take my properties files from the classes folder so I had to put it into a jar file in the lib fold

Re: java.lang.reflect.InvocationTargetException

2004-04-28 Thread Rafe Colburn
This looks very similar to a problem I was having the other day, and I think it may be a class loader issue with Axis. The problem I was having was that if the method in my class I was calling via SOAP called a method in a class that was in a JAR file in my WEB-INF/lib directory, it threw that ex

RE: Error: Method not allowed

2004-04-28 Thread info
Martin, So, that's how it works with the wsdl2java! The problem with the proxy server is stil there: The WSDL (header message) has the elements 'zorgverlener' and 'code' (this can be seen as 'user' and 'password'. Lifeline people use HTTP for the transport and SSL for the security. I thought that

Handler in responseFlow after serialization?

2004-04-28 Thread Timo Pfahl
Hi, I wrote a Handler that I want to get invoked in the responseFlow after serialization is done. If I add the Handler gets invoked before serialization is done. Is it possible to change the order of serialization and handler invokation? Thanks in advance Timo

RE: Error: Method not allowed

2004-04-28 Thread Martin Wibbels
First of all: if I do wsdl2java on 'your' WSDL, I get (amongst others) a class nl.lifeline.www.wsdl.vz33_vz34.Vz33Vz34PortType and nl.lifeline.www.wsdl.vz33_vz34.Vz33Vz34Locator. They save you the trouble of creating Service and Stub instances yourself. So accessing the server would then go like

Need help.... Axis 1.1 thread problems... ??

2004-04-28 Thread Magnus Andersson
Hi! (Trying to send this question for the 3rd time) I have done a Web Services, Parlay X implementation using Axis 1.1 and ran into a problem when running traffic load towards my Web Server. (Tomcat 4.1) The exception at the client was: java.net.SocketException: Software caused connection abort: re

RE: Error: Method not allowed

2004-04-28 Thread info
Thanks Martin, That helps a bit. Why do I always see the xxService = xxServiceLocator() in the examples, but I don't see them in my project when generating the code with wsdl2java? Anyway, my 'main' looks like: public static void main(String[] args) throws AxisFault, MalformedURLExceptio

RE: Error: Method not allowed

2004-04-28 Thread Martin Wibbels
Stephan, As you can see in the WSDL the URL of the service is 'https://www.lifeline.nl/webservices/vz33-vz34' (specified in the element), your Axis client is POSTing to https://www.lifeline.nl/wsdl/vz33-vz34/ which is the URL of the WSDL itself. POSTing to a WSDL file is of course not allowed. So

Re: Error: Method not allowed

2004-04-28 Thread info
Leo, How can I check SSL authentication? Why did you switch to WASP, instead of axis? I am planning to develop similar client-software for VECOZO (and Infomedics) as well! I already have the VECOZO key-certificate info. Client-applications are to be distributed to Dutch general-practitioners (hui

Re: Error: Method not allowed

2004-04-28 Thread Leo de Blaauw
Stephan, Since the URL of the webservice is HTTPS, are you sure the SSL authentication goes ok ? By the way we developed simular webservices for VECOZO using the same standards. We originally used axis as well but since a few weeks ago switched to using WASP. Sincere greetz Leo de Blaauw IZA ---

Error: Method not allowed

2004-04-28 Thread info
Hi, I am building a client-application. I am using Eclipse with Apache-axis. A WSDL is hosted by a server: https://www.lifeline.nl/wsdl/vz33-vz34/ I used WSDL2java to generate a stub. Running my application always gives me the message: 'The requested method POST is not allowed for the URL /wsdl/v

AW: Session

2004-04-28 Thread Dorner Thomas
Hello Stefano, can u please explain me how you add the header in your wsdl? Some tool or by hand? Can you show me your wsdl for example? And how can .Net use this header to make things work? Thanks Tomi -Ursprüngliche Nachricht- Von: Stefano Sambi [mailto:[EMAIL PROTECTED] Gesendet: Di