"Sudhad" wrote : Is there a document or article which points to configuration of 
web-service.xml ?
  | 
  | Looks like I am miss configuring things on my web-service.xml which  is pasted 
below. Aim is to expose the StudentEJB as a WebService and the Vignette Builder is 
used to expose the EJB as a Portlet Application.
  | 
  | The issue is the generated wsdl file is so complicated that there are 4 namespaces 
and I am wondering why?
  | 
  | web-service.xml:
  | <!-- Example Web Service Descriptor  for Console Client HelloClient and EJB Based 
Client TestHelloClient -->
  | <deployment xmlns="http://xml.apache.org/axis/wsdd/"; 
targetNamespace="http://net.jboss.org/hello"; xmlns:hello="http://net.jboss.org/hello"; 
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
  | <!-- 
  |  this is an extension to the Axis deployment descriptor which allows to
  |     specify the naming environment for the deployed ws logic 
  | 
  |   --> 
  | 
  |    
  |    
  |    
  |    
  |   
  |    
  |   
  |   
  |    
  |    
  |   
  |   
  | 
  |   
  |    
  |    
  |   
  |    
  |   
  |   
  |    
  |    
  |   
  | 
  |   
  |    
  |    
  |    
  |    
  |     
  |     
  |   
  | 
  |    
  |   
  | Another thing is the StudentListDataBean (a value Object) extends BaseDataBean 
which implements the  serilizable interface.
  | 
  | Question is should I use type mapping for BaseDataBean too? In other words the 
inherited class too?
  | 
  | Or is some parameter/configuration I missing.
  | 
  | Any help on this is highly appreciated.
  | 
  | Sudha
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852263#3852263

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852263


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to