Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
I want to use a web service, for which I do have examples of both request and response XMLs (with SOAP envelopes), but it would be very convenient if I had a WDSL document describing the service. I checked for it, using disco.exe, but nothing was found and I suppose that it doesn't exists. The question is... Can I make WDSL document from the XMLs I do have? Is there a tool for it to do it automatically, or at least to help it?
Posted

I ran xsd.exe with name.xml as an argument and it made two xsd files (name.xsd and name_app1.xsd). Then, when I tried to run wsdl.exe with only the first file (name.xsd), I got an error that schema could not be validated. When I put both files as arguments, there was no error, but just a message "Warning: no classes were generated"... ?

 

p.s. Is the output class that I should get with wsdl.exe the same as the one that I can get with running xsd.exe with /classes as an additional argument?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...