Re: User Defined data types in Weblogic JWS

2006-04-21 Thread Anne Thomas Manes
I suggest you ask this question on a WebLogic discussion list.On 4/20/06, Nayana Hegde <[EMAIL PROTECTED]
> wrote:Hi,
 
  In wsdd file we can specify the package structure  in which the class files have to be included.
For ex : 

entity.common.cc.db.com"/>

common.cc.db.com"/>
 
The generated stub classes from the WSDL  will be stored in the repective package structure.i.e TestSummary will be stored in the     
com.db.cc.common.entity package and TestInfo will be stored in com.db.cc.common package.
 
Is it possible to specify the same in Weblogic 8.1 jws file so that stub classes generated will be stored in different packages.If yes can anyone let me know the syntax to be specified in the jws for the same.


 
Thanks and Regards,
Nayana




User Defined data types in Weblogic JWS

2006-04-19 Thread Nayana Hegde
Hi,
 
  In wsdd file we can specify the package structure  in which the class files have to be included.
For ex : 
entity.common.cc.db.com"/>
common.cc.db.com"/>
 
The generated stub classes from the WSDL  will be stored in the repective package structure.i.e TestSummary will be stored in the     
com.db.cc.common.entity package and TestInfo will be stored in com.db.cc.common package.
 
Is it possible to specify the same in Weblogic 8.1 jws file so that stub classes generated will be stored in different packages.If yes can anyone let me know the syntax to be specified in the jws for the same.

 
Thanks and Regards,
Nayana