AW: InvocationTargetException when transferring a custom class in inheritance

2005-02-14 Thread Steffen Heil
Hi > public class Dog implements java.io.Serializable { You are propably missing "extends Animal" here... Regards, Steffen smime.p7s Description: S/MIME cryptographic signature

AW: Switching communication direction between client and server

2004-10-24 Thread Steffen Heil
Hi HTTP is a pulling protocoll. Server initiated calls are not supported as long as you run no web server on the client, which will be hard, regarding to proxies, firewalls, ip changes, ... Forget it, redesign your app. Regards, Steffen smime.p7s Description: S/MIME cryptographic signature

RE: Beginners help

2004-04-16 Thread Steffen Heil
Hi > The good news is that I discovered the real problem in the wsdl you're trying to use. It is definitely non-compliant, both with the W3C note for WSDL 1.1 and the MIME standard (RFC 1521, find it here: http://www.faqs.org/rfcs/rfc1521.html) I will contact that service provider, as soon as I u

RE: Beginners help

2004-04-15 Thread Steffen Heil
Mark, Once again, thank you so much. I am far from understanding, what's going on behind the scenes. > If you want me to send you the modified wsdl that worked for me, let me know. It would be very grateful, if you could send it to me. As I am usure, can you tell me, wether these changes will o

RE: Beginners help

2004-04-13 Thread Steffen Heil
Hi > I spent a couple of hours yesterday looking into this. I didn't have a definitive solution, But, I realize this. For your operation in the binding section, if you have mime specification, it does not go well with or . Once I change the to and to . Axis generated the classes. I started loo

RE: Beginners help

2004-04-12 Thread Steffen Heil
Hi > Creating a SOAP Client in Java is not a simple task and in today's pressure driven get it out the door as soon as possible most professionals don't bother. Instead using a library or professional product. Okay, there is a misunderstanding right at top. I *DO NOT* want to write it completely

RE: Beginners help

2004-04-12 Thread Steffen Heil
Sorry for reposting, but is there really nobody, who can give ma a hint? I am willing to learn a lot, but I cannot find any hint where to start. The W3C WSDL specification seems to do the same that is seen as error here. --- Hi I am very new to this, and I need to implement a SOAP client in Jav

Beginners help

2004-04-11 Thread Steffen Heil
Hi I am very new to this, and I need to implement a SOAP client in Java. I do have the wsdl, but it seems to be incorrect. Anyway, I cannot change this. WSDL2Java tells me: [axis-wsdl2java] java.io.IOException: Binding operation has no corresponding portType operation: name = Send, input name =