Re: Java Client accessing a .NET Web Service

2004-12-17 Thread ANDREW MICONE
Good information, thanks. I mostly relied on this document for the best practices, which I wholeheartedly agree with. Of course with anything in technology, there is no truth and beauty, so don't take anything as gospel truth. However, the articles is very well informed and from a reputable sou

RE: Java Client accessing a .NET Web Service

2004-12-17 Thread Steve Ichniowski
I've already been successful getting a Java client accessing a .NET web service where the service is RPC style. Have not however, been able to do it in the reverse, i.e. Java client accessing .NET web service using document style. -Original Message- From: Anne Thomas Manes [m

Re: Java Client accessing a .NET Web Service

2004-12-17 Thread Anne Thomas Manes
> Henrik > > - Original Message - > From: "Steve Ichniowski" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, December 16, 2004 9:17 PM > Subject: RE: Java Client accessing a .NET Web Service > > I was just thinking tha

Re: Java Client accessing a .NET Web Service

2004-12-17 Thread Anne Thomas Manes
Regarding the IBM presentation referenced at http://www.dsg.cs.tcd.ie/~dowlingj/ teaching/ds/tutorials/AxisVeryAdvanced.pdf Although I concur with the design best practices recommendations he makes on page 2, there are a number of errors in the presentation. For example, his example SOAP message

Re: Java Client accessing a .NET Web Service

2004-12-17 Thread HG
quot;Steve Ichniowski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 16, 2004 9:17 PM Subject: RE: Java Client accessing a .NET Web Service I was just thinking that, I'd like to try that. I would prefer to do it that way since .NET defaults to the docume

RE: Java Client accessing a .NET Web Service

2004-12-16 Thread Steve Ichniowski
t; >-Original Message- >From: Steve Ichniowski >Sent: Thursday, December 16, 2004 1:59 PM >To: [EMAIL PROTECTED] >Subject: RE: Java Client accessing a .NET Web Service > >Given this very simple .NET web service in C#, can someone get a Java >client using Apache Axi

RE: Java Client accessing a .NET Web Service

2004-12-16 Thread Simon Fell
So, what types do you have that aren't in the list ? > -Original Message- > From: ANDREW MICONE [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 16, 2004 11:12 AM > To: [EMAIL PROTECTED] > Subject: RE: Java Client accessing a .NET Web Service > > It'

Re: Java Client accessing a .NET Web Service

2004-12-16 Thread Vy Ho
Steve Ichniowski Sent: Thursday, December 16, 2004 1:59 PM To: [EMAIL PROTECTED] Subject: RE: Java Client accessing a .NET Web Service Given this very simple .NET web service in C#, can someone get a Java client using Apache Axis to access it? I am trying at this moment to do so. using System;

RE: Java Client accessing a .NET Web Service

2004-12-16 Thread ANDREW MICONE
ursday, December 16, 2004 9:36 AM > To: [EMAIL PROTECTED] > Subject: Re: Java Client accessing a .NET Web Service > > Microsoft publishes a book called ".NET and J2EE > Interoperability," but I don't know how much good it is going > to do you. Here's the

RE: Java Client accessing a .NET Web Service

2004-12-16 Thread Steve Ichniowski
52 PM To: [EMAIL PROTECTED] Subject: RE: Java Client accessing a .NET Web Service I don't know where the urban ledgend that .NET can't handle arrays of complex types that contain complex types comes from, but its not true. I have a service that returns arrays of complex types containing

RE: Java Client accessing a .NET Web Service

2004-12-16 Thread Steve Ichniowski
: [EMAIL PROTECTED] Subject: RE: Java Client accessing a .NET Web Service I don't know where the urban ledgend that .NET can't handle arrays of complex types that contain complex types comes from, but its not true. I have a service that returns arrays of complex types containing arrays of co

RE: Java Client accessing a .NET Web Service

2004-12-16 Thread Simon Fell
eers Simon > -Original Message- > From: ANDREW MICONE [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 16, 2004 9:36 AM > To: [EMAIL PROTECTED] > Subject: Re: Java Client accessing a .NET Web Service > > Microsoft publishes a book called ".NET and J2EE > Interoperability

Re: Java Client accessing a .NET Web Service

2004-12-16 Thread ANDREW MICONE
Microsoft publishes a book called ".NET and J2EE Interoperability," but I don't know how much good it is going to do you. Here's the things I found out on my own in my last project: 1) You have to run Axis 1.1 because .NET doesn't support certain SOAP encodings generated by Axis (strings for ex

Java Client accessing a .NET Web Service

2004-12-15 Thread Steve Ichniowski
Anyone know of some up-to-date books or references on how to access a .NET web service from a Java client that uses Apache Axis as it’s SOAP engine?   O’Reilly’s Java and SOAP (2002) has a small section on it, but it is very small and the book says Axis was very new at the time and that