RE: .Net and Axis interoperability

2005-06-24 Thread bjmallow
: Wille Faler [mailto:[EMAIL PROTECTED] Sent: Thursday, June 23, 2005 2:13 PM To: bjmallow Cc: axis-user@ws.apache.org Subject: Re: .Net and Axis interoperability Looks ok. If it compiles and runs ok without Axis and SOAP it should run ok with Axis as well. This is of course assuming

Re: .Net and Axis interoperability

2005-06-23 Thread Wille Faler
return (UserBean[])vectorUserBean.toArray(); } -Original Message- From: Wille Faler [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 22, 2005 9:39 AM To: axis-user@ws.apache.org Subject: Re: .Net and Axis interoperability Are you using a Vector-class to keep your employee

RE: .Net and Axis interoperability

2005-06-23 Thread bjmallow
} } catch return (UserBean[])vectorUserBean.toArray(); } -Original Message- From: Wille Faler [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 22, 2005 9:39 AM To: axis-user@ws.apache.org Subject: Re: .Net and Axis interoperability Are you using a Vector