Re: Bugs in Soap 2.2 BeanSerializer?

2001-07-13 Thread Aleksander Slominski
> Anyway, in this case it seems clear that you are experiencing the effects of > a limitation of the implementation. The BeanSerializer does not maintain a > record of instances that have been serialized to allow it to href them in > later serializations. Therefore, any cyclic graph should, I be

Re: Bugs in Soap 2.2 BeanSerializer?

2001-07-13 Thread Aleksander Slominski
hi, java does not have containment (or by value) storage - all is by reference so if your references are cyclic BeanSerializer will fail... i have checked your code and it seems as if you never used it to print values you are sending or you would easily see that to reproduce it is enough just to

Re: Question about alternate encodings

2002-02-26 Thread Aleksander Slominski
Dan Davis wrote: > I'm aware of Axis, GLUE, and WASP through the archives, > but has anybody explored more radical ways to improve > performance? hi Dan, we attempted a much more radical approach to SOAP processing by focusing on streaming deserialization and pipelined architecture - then of co

[ANN] Apache WSIF 2.0

2003-01-27 Thread Aleksander Slominski
Apache WSIF 2.0 Released The Apache WSIF (Web Services Invocation Framework) team is proud to announce the first open release of Apache WSIF. WSIF (the "Web Services Invocation Framework") is a WSDL-based API for invoking WSDL-described services. WSIF developers interact