Re: Interaction with .NET web service

2004-06-08 Thread Martin Gainty
Ciaran read this article http://www.javaworld.com/javaworld/jw-06-2002/jw-0628-j2eevsnet.html -Martin - Original Message - From: "Ciaran Hanley" <[EMAIL PROTECTED]> To: "Struts User Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, June 08, 2004 10:38 AM Su

Re: Interaction with .NET web service

2004-06-08 Thread Varun Garg
Use Axis... it will generate all the code that you need to connect to the .net web service, just get the wsdl from .net and use Axis to generate the code and use it. Varun --- Ciaran Hanley <[EMAIL PROTECTED]> wrote: > Hey, > > > > Is there an easy way for struts to interact with > .NET and we

RE: Interaction with .NET web service

2004-06-08 Thread Frank Zammetti
services though I don't have any easy answer. Frank From: "Ciaran Hanley" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts User Mailing List" <[EMAIL PROTECTED]> Subject: Interaction with .NET web service Date

Interaction with .NET web service

2004-06-08 Thread Ciaran Hanley
Hey, Is there an easy way for struts to interact with .NET and web services? Our current system is developed using struts but now there is a requirement to interact with a web service application which is designed using C Sharp and .NET. The problem is how to interact between the two as I do no