DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17303>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17303

Invalid WSDL generated when using wrapped/literal





------- Additional Comments From [EMAIL PROTECTED]  2003-02-26 13:47 -------
You are correct the getConnection method was not intended to be serialized.  
Originally it should have been private to prevent serialization.  The method 
should have read:

  private Connection getConnection()
  throws SQLException
  {
      // TODO: Fillin
      return null;
  }

This change was made before submitting the attachment but after generating the 
WSDL Files.  Sorry for the lost time.

This does not change the fact that Visual Studio.NET cannot correctly parse the 
resulting TESTWS-DOC.WSDL file.  Could you attempt to Add Web Reference using 
Visual Studio .NET using the TESTWS-DOC.WSDL file to verify?  I attempted using 
Add Reference again this morning and got same results reported earlier.

Reply via email to