Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 314311

Summary: Codegeneration: compile error in ClientInvoker class if portType contains "_"
Product: z_Archived Reporter: Andrei Shakirin <andrei.shakirin>
Component: SwordfishAssignee: Swordfish Core Inbox <swordfish.core-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
WSDL to reproduce the problem none

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