You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Carsten Ziegeler <cz...@sundn.de> on 2001/09/27 10:15:15 UTC

[Patch]: Proxy support for HTTPSender

Hi,

attached is a patch for the HTTPSender which enables
http connections over a proxy.


Carsten 

Open Source Group                        sunShine - b:Integrated
================================================================
Carsten Ziegeler, S&N AG, Klingenderstrasse 5, D-33100 Paderborn
www.sundn.de                          mailto: cziegeler@sundn.de 
================================================================

AW: [Patch]: Proxy support for HTTPSender

Posted by Carsten Ziegeler <cz...@sundn.de>.
Really nobody interested in this?

Ok, then lets leave all people trying to use
Axis behind proxys alone with their problem!

Carsten

> -----Ursprüngliche Nachricht-----
> Von: Carsten Ziegeler [mailto:cziegeler@sundn.de]
> Gesendet: Donnerstag, 27. September 2001 10:15
> An: axis-dev@xml.apache.org
> Betreff: [Patch]: Proxy support for HTTPSender
>
>
> Hi,
>
> attached is a patch for the HTTPSender which enables
> http connections over a proxy.
>
>
> Carsten
>
> Open Source Group                        sunShine - b:Integrated
> ================================================================
> Carsten Ziegeler, S&N AG, Klingenderstrasse 5, D-33100 Paderborn
> www.sundn.de                          mailto: cziegeler@sundn.de
> ================================================================
>


[Bug]: Generated class names are not unique

Posted by Carsten Ziegeler <cz...@sundn.de>.
Hi,

I just played a little bit with the wsdl2java part of axis
and found out that the emitter does not create unique class names.
For example if you have a portType and a service with the same
name, this results in the same class name and therefore
the generated service class overwrites the generated
portType class and the generated code is not complete or
usable.

Perhaps the easiest way to achieve this is to add the scope
to the class name, i.e. adding "portType", "service" etc.
to the generated class names.


Carsten 

Open Source Group                        sunShine - b:Integrated
================================================================
Carsten Ziegeler, S&N AG, Klingenderstrasse 5, D-33100 Paderborn
www.sundn.de                          mailto: cziegeler@sundn.de 
================================================================