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 160229 - Mutiple WSDL files needed for user-created WSDL ports inside CASA
Summary: Mutiple WSDL files needed for user-created WSDL ports inside CASA
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Venkat Chellasamy
URL: http://n2.nabble.com/Can-CASA-applica...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-13 01:20 UTC by Jun Qian
Modified: 2009-03-13 01:20 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jun Qian 2009-03-13 01:20:12 UTC
I have a CASA application with several consumer ports.
When I access any of this port, as you may know, I receive the same WSDL with all services data.

For reasons beyond my will, it's imposed by a third provider, I have to expose the same types in diferent namespaces in
every consumer.

When I try to create a client, JAX-WS (.NET or whatever) exposes an error because type name duplications are found. I
can do the trick, donwload the local WSDL and remove the information I'm not interested in, but I need a whole lot of
people to access this services without hacking the WSDL.

Teh only solution I can think of is creating one CASA per SOAP consumer port.
Is there any other way of solving this?


Thanks in advance.

Pablo Mercado.