This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 133595 - Parameters of SQL INSERT not generated to WSDL
Summary: Parameters of SQL INSERT not generated to WSDL
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: SQL Project (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Pavan Veeravarapu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-22 09:20 UTC by siitpe
Modified: 2008-10-01 14:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description siitpe 2008-04-22 09:20:44 UTC
Created simple sql: INSERT INTO Employees VALUES(?,?,?,?)
WSDL is generated but parameters param1,param2... do not 
appear in WSDL types elements. No pop-up or error messages.

When using another simple sql: SELECT * FROM Employees WHERE Id = ?
everything works fine.

System: Windows XP SP2, Sun Application Server 9.1, Netbeans 6.0.1_03, 
MS SQL Server 2005, sqljdbc.jar

regards SiitPe
Comment 1 Venkat Srinivasan 2008-05-26 04:49:59 UTC
Pls look into this.
Comment 2 Sergey Lunegov 2008-10-01 14:00:21 UTC
Changed target milestone.