----- 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.



Reply via email to