Using WSTools, I can see how to generate the WSDL for a service that only has 
one SEI in it, but how can I do this for a service that has multiple distinct 
SEIs in it?  With the old wscompile, you could use a ws-config.xml file like so:

<configuration xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config";> 
  |   <service name="InventoryService"
  |     targetNamespace="http://com.ati.inventory.model/ws";
  |     typeNamespace="http://com.ati.inventory.model/ws/types";
  |     packageName="com.ati.inventory.model">
  |     <interface name="com.ati.inventory.model.VendorInfo"/>
  |     <interface name="com.ati.inventory.model.AgentInfo"/>
  |   </service>
  | </configuration>

That would result with one WSDL file called InventoryService.wsdl and one 
jax-rpc mapping file.  How can I achieve this same result with WSTools?  Please 
note that in my webservices.xml file, I would set up each distinct SEI as a 
seperate port-component within this service.  

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

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


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to