Unit testing handlers

2006-02-13 Thread Yagiz Erkan
Hi all,

Currently I'm developing Axis handlers and I need to unit test them.
I'm using JUnit and jmock but I was wondering if there was anything
out there that could make my life easier in mocking the Axis specific
objects such as MessageContext, SOAPBody etc.? (Maybe someone has
already hand coded a mock object collection for Axis :)

Thanks,

 - Yagiz -


Re: Cluserting tomcat and web service

2006-01-24 Thread Yagiz Erkan
Is there a load balancer in front of the cluster? If that's the case,
just make sure that the URL to the WSDL is modified accordingly.

 - Yagiz -
 http://blog.decaresystems.ie/wordpress/?author=3


Re: Axis 1.3 suitable for production env?

2006-01-10 Thread Yagiz Erkan
Am I correct in assuming document/literal is default?
AFAIK, the default is rpc/encoded.
 - Yagiz -


Re: axis 1.3 empty arrays

2006-01-10 Thread Yagiz Erkan
> It seems that 1.3 does not handle arrays properly when used in conjuction 
> with .Net.

Stefan,

I think that's an interoperability issue. AFAIK, if you have null
strings in your array, .NET treats them as empty strings rather than
nulls, par example. So, one of the recommendations in developing
interoperable Web Services is not to use arrays containing null
elements.

Hope this helps,

 - Yagiz -
http://blog.decaresystems.ie/wordpress/?author=3


Re: Versioning Techniques

2005-11-23 Thread Yagiz Erkan
We combine namespace and the version id. We do a namespace change for
non-backwards compatible changes and a version id attribute change if
the change is backwards compatible. And we use the date pattern in the
namespace to distinguish the versions.

 - Yagiz -


Re: Axis2 vs. Axis 1.x

2005-11-08 Thread Yagiz Erkan
http://www.developer.com/services/article.php/3525481
Thanks Srinath! I'll have a look at that!

Any more from someone else? ;) - Yagiz -


Axis2 vs. Axis 1.x

2005-11-08 Thread Yagiz Erkan
Hi,

I'm currently looking for a document outlining the differences between
Axis2 and Axis 1.x. I'd really appreciate it if someone could send a
link to some kind of document.

Thanks,

 - Yagiz -