from a non technical intermediary I got a question for a number of files (.xsd and .wsdl) for an external organization that wil be using our webservice.
This is de first time for me that i’ve written a webservice for an external party that wil be using a different technique other than .NET (it will be java).
as read in the post: How to generate XSD files for web service I think only sending the wsdl file wil be sufficient.
Can someone tell me if i’m right. If not so. How do i generate a fitting xsd with this wsdl?
For what I know, exposing WSDL is enough.
Every language able to read wsdl could create proxies, wrappers and/or classes to make it easier to access/consume your webservice.
As described in Wikipedia page