145 lines
4.3 KiB
Plaintext
145 lines
4.3 KiB
Plaintext
|
2007-11-01 Get Driesen <drieseng@users.sourceforge.net>
|
||
|
|
||
|
* MonoWSDL.cs: Backport part of fix for bug #336739 to WSDL for
|
||
|
1.0 profile. Output warning if no WSDLs were specified.
|
||
|
|
||
|
2007-11-01 Atsushi Enomoto <atsushi@ximian.com>
|
||
|
|
||
|
* MonoWSDL2.cs : it should be able to handle xml schemas that are
|
||
|
passed as arguments, and those schemas could be used by *.wsdl.
|
||
|
So, just use one WebReference to resolve everything at a time.
|
||
|
(Part of #336739 fix.)
|
||
|
|
||
|
2006-12-22 Atsushi Enomoto <atsushi@ximian.com>
|
||
|
|
||
|
* MonoWSDL2.cs : check BasicProfile conformance only for SOAP 1.1.
|
||
|
|
||
|
2006-11-15 Atsushi Enomoto <atsushi@ximian.com>
|
||
|
|
||
|
* MonoWSDL.cs : handle multiple URLs. This fixes bug #79636.
|
||
|
|
||
|
2006-11-15 Atsushi Enomoto <atsushi@ximian.com>
|
||
|
|
||
|
* MonoWSDL2.cs : 2.0 API fixes (use WebReferenceOptions)
|
||
|
|
||
|
2006-11-14 Atsushi Enomoto <atsushi@ximian.com>
|
||
|
|
||
|
* MonoWSDL2.cs : 2.0 API fixes (WsiClaims -> WsiProfiles)
|
||
|
|
||
|
2005-09-12 Lluis Sanchez Gual <lluis@ximian.com>
|
||
|
|
||
|
* MonoWSDL.cs, MonoWSDL2.cs: Return exit code 0 even if there
|
||
|
are warnings.
|
||
|
|
||
|
2006-07-24 Atsushi Enomoto <atsushi@ximian.com>
|
||
|
|
||
|
* MonoWSDL2.cs : 2.0 API fixes from beta2 to RTM.
|
||
|
|
||
|
2005-07-11 Raja R Harinath <rharinath@novell.com>
|
||
|
|
||
|
* Makefile (PROGRAM): Make profile-specific.
|
||
|
* wsdl.exe.sources: Add MonoWSDL2.cs.
|
||
|
* wsdl2.exe.sources: Remove.
|
||
|
* MonoWSDL.cs: Add !NET_2_0 guard.
|
||
|
* MonoWSDL2.cs: Add NET_2_0 guard.
|
||
|
|
||
|
2005-05-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||
|
|
||
|
* MonoWSDL.cs: enable auto redirection for 30x responses.
|
||
|
|
||
|
2005-05-09 Atsushi Enomoto <atsushi@ximian.com>
|
||
|
|
||
|
* MonoWSDL.cs, MonoWSDL2.cs :
|
||
|
"file://"+windows_native_path is not a valid file URI.
|
||
|
|
||
|
2005-04-11 Lluis Sanchez Gual <lluis@ximian.com>
|
||
|
|
||
|
* SampleGenerator.cs: Removed unused method.
|
||
|
|
||
|
2004-11-02 Lluis Sanchez Gual <lluis@ximian.com>
|
||
|
|
||
|
* MonoWSDL.cs, MonoWSDL2.cs: Added support for custom CodeDom providers.
|
||
|
Patch by Rogerio Pereira.
|
||
|
* SampleGenerator.cs: Fix warnings.
|
||
|
|
||
|
2004-12-06 Raja R Harinath <rharinath@novell.com>
|
||
|
|
||
|
* Makefile (EXTRA_DISTFILES): Distribute files referenced by
|
||
|
wsdl2.exe.sources.
|
||
|
|
||
|
2004-12-02 Raja R Harinath <rharinath@novell.com>
|
||
|
|
||
|
* Makefile (EXTRA_DISTFILES): Distribute wsdl2.exe.sources.
|
||
|
|
||
|
2004-11-02 Lluis Sanchez Gual <lluis@ximian.com>
|
||
|
|
||
|
* MonoWSDL.cs: Added new option for generating a proxy for a compiled
|
||
|
web service class.
|
||
|
|
||
|
2004-09-01 Lluis Sanchez Gual <lluis@ximian.com>
|
||
|
|
||
|
* MonoWSDL.cs, MonoWSDL2.cs: Use a valid default file name when the wsdl
|
||
|
documents does not contain a service from which to take the name.
|
||
|
Use the "file://" prefix when using the DiscoveryClientProtocol class,
|
||
|
since in MS.NET does not supports plain file paths.
|
||
|
* SampleGenerator.cs: Fixed header output.
|
||
|
|
||
|
2004-08-24 Lluis Sanchez Gual <lluis@ximian.com>
|
||
|
|
||
|
* MonoWSDL.cs, MonoWSDL2.cs: Handle files with absolute path names.
|
||
|
|
||
|
2004-07-29 Lluis Sanchez Gual <lluis@novell.com>
|
||
|
|
||
|
* MonoWSDL2.cs: New wrapper for wsdl 2.0.
|
||
|
* wsdl2.exe.sources: source list for wsdl 2.0.
|
||
|
* Makefile: Changed executable name for 2.0 profile.
|
||
|
|
||
|
2004-05-24 Lluis Sanchez Gual <lluis@ximian.com>
|
||
|
|
||
|
* MonoWSDL.cs: Get the name of the generated file from the first WSDL doc
|
||
|
that has a service. Don't print exception on error.
|
||
|
|
||
|
2004-03-02 Lluis Sanchez Gual <lluis@ximian.com>
|
||
|
|
||
|
* MonoWSDL.cs: Use DiscoveryClientProtocol instead of WebClient to get the
|
||
|
documents, since it supports disco files in addition to wsdl files.
|
||
|
Added some missing proxy options.
|
||
|
|
||
|
2004-02-04 Lluis Sanchez Gual <lluis@ximian.com>
|
||
|
|
||
|
* SampleGenerator.cs: More little fixes.
|
||
|
|
||
|
2004-01-20 Lluis Sanchez Gual <lluis@ximian.com>
|
||
|
|
||
|
* SampleGenerator.cs: Little fixes.
|
||
|
|
||
|
2004-01-18 Lluis Sanchez Gual <lluis@ximian.com>
|
||
|
|
||
|
* MonoWSDL.cs: Added new option that prints a sample request and response
|
||
|
for a web service operation.
|
||
|
* SampleGenerator.cs: Added.
|
||
|
|
||
|
2003-12-10 Lluis Sanchez Gual <lluis@ximian.com>
|
||
|
|
||
|
* MonoWSDL.cs: Return error codes.
|
||
|
|
||
|
2003-12-03 Lluis Sanchez Gual <lluis@ximian.com>
|
||
|
|
||
|
* MonoWSDL.cs: Added support for VB.
|
||
|
|
||
|
2003-09-04 Lluis Sanchez Gual <lluis@ximian.com>
|
||
|
|
||
|
* MonoWSDL.cs: Implemented support for WSDL documents that import other
|
||
|
documents and schemas.
|
||
|
Improved warning messages.
|
||
|
|
||
|
2003-08-29 Lluis Sanchez Gual <lluis@ximian.com>
|
||
|
|
||
|
* Makefile: Fixed assembly reference.
|
||
|
|
||
|
2003-08-28 Lluis Sanchez Gual <lluis@ximian.com>
|
||
|
|
||
|
* Makefile: added
|
||
|
* wsdl.exe.sources: added
|
||
|
* MonoWSDL.cs: Added wsdl code by Erik LeBel.
|