[Mono-bugs] [Bug 52570][Wis] New - wsdl fails to process Amazon wsdl file properly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 26 Dec 2003 11:56:19 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by ximianbugzilla@lwillis.plus.com.

http://bugzilla.ximian.com/show_bug.cgi?id=52570

--- shadow/52570	2003-12-26 11:56:19.000000000 -0500
+++ shadow/52570.tmp.9248	2003-12-26 11:56:19.000000000 -0500
@@ -0,0 +1,67 @@
+Bug#: 52570
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ximianbugzilla@lwillis.plus.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: wsdl fails to process Amazon wsdl file properly
+
+Description of Problem:
+When processing Amazon's wsdl file from
+http://soap.amazon.com/schemas/AmazonWebServices.wsdl
+wsdl appears to process the file correctly, however the resulting .cs file
+contains the following errors, and not an awful lot of code!
+
+// WARNING: Could not generate operation KeywordSearchRequest. Referenced
+type 'urn:PI/DevCentral/SoapService:KeywordRequest' not found
+// WARNING: Could not generate operation BrowseNodeSearchRequest.
+Referenced type 'urn:PI/DevCentral/SoapService:BrowseNodeRequest' not found
+// WARNING: Could not generate operation AsinSearchRequest. Referenced type
+'urn:PI/DevCentral/SoapService:AsinRequest' not found
+// WARNING: Could not generate operation UpcSearchRequest. Referenced type
+'urn:PI/DevCentral/SoapService:UpcRequest' not found
+// WARNING: Could not generate operation AuthorSearchRequest. Referenced
+type 'urn:PI/DevCentral/SoapService:AuthorRequest' not found
+// WARNING: Could not generate operation ArtistSearchRequest. Referenced
+type 'urn:PI/DevCentral/SoapService:ArtistRequest' not found
+// WARNING: Could not generate operation ActorSearchRequest. Referenced
+type 'urn:PI/DevCentral/SoapService:ActorRequest' not found
+// WARNING: Could not generate operation ManufacturerSearchRequest.
+Referenced type 'urn:PI/DevCentral/SoapService:ManufacturerRequest' not
+found// WARNING: Could not generate operation DirectorSearchRequest.
+Referenced type 'urn:PI/DevCentral/SoapService:DirectorRequest' not found
+// WARNING: Could not generate operation ListManiaSearchRequest. Referenced
+type 'urn:PI/DevCentral/SoapService:ListManiaRequest' not found
+// WARNING: Could not generate operation SimilaritySearchRequest.
+Referenced type 'urn:PI/DevCentral/SoapService:SimilarityRequest' not found
+                                                                          
+                                                                      
+
+Steps to reproduce the problem:
+1. Download WSDL file from URL above
+2. Run wsdl from mon 0.29 against the file with no extra arguments
+3. Examine resulting AmazonSearchService.cs file
+
+Actual Results:
+File is full of errors, and no code
+
+Expected Results:
+File contains code implementing wsdl services
+
+How often does this happen? 
+Always
+
+Additional Information:
+The file from http://soap.amazon.com/schemas2/AmazonWebServices.wsdl seems
+to work fine - I'm not sure why the two files are different, maybe this
+isn't a mono bug at all?