RE: Java Client accessing a .NET Web Service

2004-12-17 Thread Steve Ichniowski
x27;t remember if rpc style web services is prohibited if you want to > support WS-I Basic Profile.. Anyone? > > Regards > > Henrik > > ----- Original Message - > From: "Steve Ichniowski" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent:

RE: Java Client accessing a .NET Web Service

2004-12-16 Thread Steve Ichniowski
.NET Web Service Would it work if instead of making .Net RPC-style, you make Java's doc/lit/wrapped style? Steve Ichniowski wrote: >I got it working, will post Java code if others desire to see it. > >I think the main thing was to make the .NET service an RPC-style >service. &g

RE: Java Client accessing a .NET Web Service

2004-12-16 Thread Steve Ichniowski
I got it working, will post Java code if others desire to see it. I think the main thing was to make the .NET service an RPC-style service. -Original Message- From: Steve Ichniowski Sent: Thursday, December 16, 2004 1:59 PM To: [EMAIL PROTECTED] Subject: RE: Java Client accessing a .NET

RE: Java Client accessing a .NET Web Service

2004-12-16 Thread Steve Ichniowski
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; using System.Collections; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.Web; using System.Web.Se

this is a test

2004-12-15 Thread Steve Ichniowski
  __ Campbell & Company, Inc.: The information in this e-mail may contain privileged/confidential information. If you are not the intended recipient, you must not read, use, copy or disseminate the information or tak

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