NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

Using original WSDL

 
Post new topic   Reply to topic    NetBeans Forums -> Java EE Users
View previous topic :: View next topic  
Author Message
arinte



Joined: 22 Oct 2008
Posts: 11

PostPosted: Wed Apr 07, 2010 9:12 pm    Post subject: Using original WSDL Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> Java EE Users All times are GMT
Page 1 of 1

 
Jump to:  
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


Powered by phpBB
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo