Thanks a lot, Steve. I was able to install the web service tool. It crapped out on the default service in the EndPoint box, but when i pointed it at my axis-generated wsdl files, it worked very well.
Once I get around to learning Ant, I'll give that task a go. Thanks again. Marc -----Original Message----- From: Steve Loughran [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 2:28 PM To: [EMAIL PROTECTED] Subject: Re: consuming document-style web services ----- Original Message ----- From: "Jonnycattt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 03, 2003 07:13 Subject: consuming document-style web services > And another quick .NET question: If I code a java web service and use axis to deploy it, what's the easiest (and free) way for me to test for .NET interop? a) Ant. use <get> to fetch the wsdl, <wsdlToDotnet> to make C# code and and finally <csc> to compile it, <exec> to run. See http://iseran.com/Steve/papers/interop and chapter 15 of http://manning.com/antbook There is nothing in .net to create NUnit tests, which is irritating. b) There is a web service tool from MS, http://gotdotnet.com/team/tools/web_svc/default.aspx which should let you play around with things. But I cant run it against my axis server, "unsupported media type", is the exception.