Hi Stefan,

I´m german you are right (perhaps you realize this by my english ...)

back to your question: I´ll started with Apache SOAP 2.2 in Juli 2001. It
works but I think it´s a basic API with "only" supports SOAP 1.1. In my time
as application developer I need more than this, of course Apache Axis will
feature this. 
The development tools from ibm alphaworks give a good impression how the
whole development lifecycle can be supported (WSDL generation, uddi
integration, client uddi retrieval, client service integration). I like it.

regards,
MarKo Görg

-----Ursprüngliche Nachricht-----
Von: Stefan Henke [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 29. Oktober 2001 11:09
An: [EMAIL PROTECTED]
Betreff: Re: AW: Generating proxy for service


Hi Marco,
thanks for your help.
I think this will work. I inspected the generated file and found that the
right url was insert as the knownlocation object. But I didn´t see that it
was
static and public access.

Your name looks German, right? Do you work with Apache SOAP for a long time
now?

Stefan


> Hi Stefan,
>  
> the generated proxy class got a static field
>  
>  public static java.net.URL[] _KnownServiceLocations;
> 
> In the constructor all known location found in WSDL will be added to 
> this
> field. So when you create the proxy object, choose the first element of
> _KnownServiceLocations as the URL.
>  
> Regards,
> Marko Görg
> 
>  -----Ursprüngliche Nachricht-----
> Von: Stefan Henke [mailto:[EMAIL PROTECTED]]
> Gesendet: Montag, 29. Oktober 2001 09:25
> An: [EMAIL PROTECTED]
> Betreff: Generating proxy for service
> 
> 
> 
> Hi,
>  
> I´m using Apache SOAP 2.2 together with WSTK 2.4.
> I published a service and the corresponding wsdl-files successfully.
>  
> In the next step, I tried to create a client proxy from the wsdl-files. 
> I
> used the "proxygen"-tool which is shipped with WSTK 2.4. My problem is 
> that
> the proxy class needs a URL-parameter in the constructor. But I want to
> create the proxy for an implementation, so the URL should be included 
> in the
> class.
>  
> Can anybody tell me if I´m doing something wrong?
>  
> Stefan
>  
> 
> 

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net

Reply via email to