How to create WSDL from XML schemas
Tech-Archive recommends: Speed Up your PC by fixing your registry
There is probably a simple answer to this, but I'm a bit of a newby. I have
a couple of complex XSDs that I need to use to define the format of the
request and response messages in a SOAP/HTTP web service (no WSDL yet). I
need to generate the WSDL from these schemas? What's the easiest way? I
thought it might be possible to create a web service in VS.NET and somehow
import the schemas but I can't see a way of doing that. (I know there is a
web publishing wizard in BizTalk that would do the trick but that's a bit
like using a hammer to crack a nut.)
.
Relevant Pages
- wsdl.exe with doc/literal import
... I ran into a problem last week where I was trying to create a .NET client for ... a doc/literal JBoss 4 web service. ... schemas from other files. ... the schema in my WSDL looked like this: ... (microsoft.public.dotnet.framework.webservices) - Re: How to create WSDL from XML schemas
... request and response messages in a SOAP/HTTP web service (no WSDL yet). ... import the schemas but I can't see a way of doing that. ... (microsoft.public.dotnet.xml) - Re: Flatten WSDL
... If you write the WSDL and its schemas by hand, ... schema how do I include it/use it with my web service. ... You then make sure that your web service conforms ... (microsoft.public.dotnet.framework.webservices) - Re: WSDL.exe vs. "Add Web Reference"
... For example this complexType: ... I them created a WSDL using the XSD. ... Then I placed this file in an "Empty Web Project", added a Web Service, made ... If I do all these steps correctly the client should ... (microsoft.public.dotnet.framework.webservices) - Re: .NET based SOAP client inter-op issue with Apache Axis based w
... I've developed a web service using Apache Axis 1.4 (WSDL shown at the ... defining a ServiceDescriptor array in the WSDL (without the ServiceList ... (microsoft.public.dotnet.framework.webservices) |
|