Site Feeds
Books
- The Elegant Universe (currently reading)
- The Dark Tower: Wolves of the Calla
- The Dark Tower: Wizard and Glass
- The Dark Tower: The Waste Lands
Blogroll
Useful Links
- Google News
- Artima Articles
- Microsoft Newgroups
- Scott Hanselman's Ultimate Developer and Power Users Tools List
Fun Links
Archives
A splat of all my blathering.
Thursday, May 27, 2004
Invoking WSDL and XSD
When you invoke WSDL.exe you need to make sure that you specify the names of all of the imported schema and WSDL files on the command line. Although, you probably gave a schemaLocation within the import statement this is just a hint at the location and these tools do not attempt to load the files from this location.
If you are using WSDL and XSD a lot you MUST take a look at Point2's code generation toolkit. It rocks!
Posted at 5/27/2004 10:46:00 AM |
If you are using WSDL and XSD a lot you MUST take a look at Point2's code generation toolkit. It rocks!
Posted at 5/27/2004 10:46:00 AM |
Comments:
Post a Comment