"mkprim" wrote : Hi , I'm using JBoss 4.0.2 jax-rpc services.
  | I use the jwsdp (wscompile) for xml and wsdl generation from an interface.
  | This is my interface: 
  | 
  |   | package com.primary.server.analitics;
  |   | import com..ev.AnaliticUpdate;
  |   | 
  |   | public interface AnaliticsInterface extends Remote {
  |   |         
  |   |         public void publish(AnaliticUpdate analytics) throws 
RemoteException;
  |   |         
  |   |         public String echo(String message) throws RemoteException;
  |   | }
  |   | 
  | 
  | However, as you can see, the parameters classes are in different packages 
than the webservice interface. So, whenever wscompile generates the wsdl and 
jaxrpc-mapping it points to the service package (com.primary.server.analitics) 
and not to the parametrs packages (com.ev and com.primary.common.product, 
respectively)
  | In the same way, when we run a client, it says that it cannot find the 
mapping for the AnaliticUpdate classs (one of the parameters).
  | I also put an ws4ee-deployment file but nothing happened.
  | Anyone knows how to make wscompile to use the correct namespace for eacha 
package? Or how to make this work?
  | 
  | Help will be greatly appreciated.
  | Marcelo
  | 

Can you post the generated wsdl and jaxrpc-mapping files?  I'd like to see what 
you're referring to.

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

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


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to