RE: Interoperability/.NET/Arrays ... and more [long]

2004-03-02 Thread Magnus Sandberg
> > there is no compatible XML datatype for Axis that would be understood by a > > .NET client? > > > > Thanks, > > Vivek > > > > >From: Magnus Sandberg <[EMAIL PROTECTED]> > > >Reply-To: [EMAIL PROTECTED] > > >To: [EMAIL PROTE

Re: Interoperability/.NET/Arrays ... and more [long]

2004-03-02 Thread Magnus Sandberg
wrong here and that it actual is better to use the original WSDL. > Axis' support for Doc/Literal is getting better all the time - what > version were/are you working with? Axis 1.1 /Magnus > -danch > > > Magnus Sandberg wrote: > > I have seen quite a bit of pos

Interoperability/.NET/Arrays ... and more [long]

2004-03-01 Thread Magnus Sandberg
? If I crate a WSDL with a , Axis keeps on generating the same code as for . Even worse is that ?wsdl generates a in the wsdl and not a . Thanks, /Magnus Sandberg

SSL causes nullpointer

2003-12-12 Thread Magnus Sandberg
I have managed to build java source from a https wsdl source using WSDL2java. When I try to invoke the service using https getSocket causes a nullpointer. Is this a bug in axis or do I have to do something extra to make the client work with SSL? Calling the same server using http works as expecte

Services sharing same session

2003-11-06 Thread Magnus Sandberg
Hi, I have several Services running in the same Webapp. Axis seems to generate both server and client side OK - but I'd like to share the Session between the different services. A simple maintainSession() on the client and a getSession() on the server side doesn't seem to be good enough. I have a