Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 314311 - Codegeneration: compile error in ClientInvoker class if portType contains "_"
Summary: Codegeneration: compile error in ClientInvoker class if portType contains "_"
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Swordfish (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Swordfish Core Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-25 13:10 EDT by Andrei Shakirin CLA
Modified: 2014-01-09 16:41 EST (History)
0 users

See Also:


Attachments
WSDL to reproduce the problem (2.59 KB, application/octet-stream)
2010-05-25 13:11 EDT, Andrei Shakirin CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Shakirin CLA 2010-05-25 13:10:46 EDT
Hi, 

Test case: WSDL first codegeneration, WSDL portType contains underscore "_".
Problem: generated XXXClientInvoker class contains wrong reference on service class. 
JAX-WS creates class without "_", but XXXClientInvoker references class name with "_"

WSDL to reproduce the problem is attached.

Regards,
Andrei Shakirin
Comment 1 Andrei Shakirin CLA 2010-05-25 13:11:15 EDT
Created attachment 169859 [details]
WSDL to reproduce the problem