Matias,
Was
that a typo? did you mean to ask how to obtain the WSDL
file?
From
.NET all you need is the WSDL file to generate a client. You only need a WSML
file when you're using MS SOAP Toolkit to build a service (not a client). Note
that you don't need WSML with .NET.
How
did you build your service? with Apache SOAP? or some other SOAP
toolkit?
If
your service is built with Java, then you should be able to use a java2wsdl tool
to generate your WSDL. You can find a java2wsdl tool in the Apache Axis
kit.
Anne
|