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 76548 - Incorrect code generated by call ws op.
Summary: Incorrect code generated by call ws op.
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Client (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-18 10:52 UTC by Lukas Jungmann
Modified: 2006-07-15 00:15 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 Lukas Jungmann 2006-05-18 10:52:13 UTC
-Have wsdl from issue 54965
-create websvc client from it
-call "urlInfo" operation
-build project

=> fails with following message:
urlInfo
(String,String,String,tre.UrlInfoRequest,List<tre.UrlInfoRequest>,javax.xml.ws.Holder<tre.OperationRequest>,javax.xml.ws.Holder<tre.UrlInfoResult>)
in tre.AWSAlexaPortType cannot be applied to
(String,String,String,tre.UrlInfoRequest,List<tre.UrlInfoRequest>,tre.OperationRequest,tre.UrlInfoResult)
Comment 2 Lukas Jungmann 2006-07-15 00:15:26 UTC
v.