using proprietary jboss api.. for mapping specfication duh!
ServiceFactoryImpl factory = new ServiceFactoryImpl();
URL wURL = new URL(wsdlURL);
URL mappingURL = new File("jaxrpc-mapping.xml").toURL();
Service service = factory.createService(wURL, serviceQN, mappingURL);
//port = (EndpointInterface)service.getPort(EndpointInterface.class);
UserDataMgr myProxy = (UserDataMgr)service.getPort(UserDataMgr.class);
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997394#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...