NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
arinte
Joined: 22 Oct 2008 Posts: 11
|
Posted: Wed Apr 07, 2010 9:12 pm Post subject: Using original WSDL |
|
|
Is there anyway to get netbeans/glassfish/wsgen to use the wsdl I generated and modified and included in my ejb?
A bit of background. We have a ejb project that has 3 web services (we use the @webservice on the ejbs). What we notice is that when we deploy the ejb and we view the wsdl one wsdl will include only 1 xsd which is fine. But the other wsdl will include its own xsd and the 1st ones. Each xsd includes a transaction object (packaged like com.a.transaction, com.b.transaction, com.c.transaction).
So wsdl 1 imports a.xsd
wsdl 2 imports a.xsd and b.xsd.
wsdl 3 imports a.xsd and c.xsd.
This probably causes havoc when the clients import the web services especially the asp.net app. What can we do to ensure that netbeans/glassfish/wsgen only imports 1 xsd per wsdl, especially since the 2nd import is not even needed and it confuses the clients because the packages don't line up. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|