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

Summary: Incorrect code generated by call ws op.
Product: webservices Reporter: Lukas Jungmann <jungi>
Component: ClientAssignee: Milan Kuchtiak <mkuchtiak>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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.