You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by David Thielen <da...@windward.net> on 2004/07/18 17:01:15 UTC

Suggestion for an easy way to create correct wsdl

Hi;

 

I've come upon what I think is a pretty easy way to create "correct" wsdl.
Write all of your service interface code as a C# web service using Visual
Studio. Don't write any code, just the classes and methods. Then run it,
view it's wsdl, and copy the wsdl. Then you have it. I'm still walking
through a real complex wsdl it just created comparing it to the wsdl spec
but so far it appears 100%.

 

- dave