[jboss-user] [JBossWS] - Re: type mapping error on String.Array

siddharthags do-not-reply at jboss.com
Tue Jan 2 18:43:43 EST 2007


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#3997394

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



More information about the jboss-user mailing list