2011/5/18 Rajan, Nihar <[email protected]>: > > Hi George, > > Thanks for ur reply. > > I put the entire test JAXB project in attachment. My sipxecs server is > running on 10.8.2.11. >
I think you're making a slight confusion between JAX-WS and JAXB functions. You need to run wsimport utility against wsdl so the client code to be generated, check here a sample: http://www.mkyong.com/webservices/jax-ws/jax-ws-wsimport-tool-example/ Running wsimport -keep -verbose http://sipxecs.sipfoundry.org/rep/sipXecs/main/sipXconfig/web/src/org/sipfoundry/sipxconfig/api/sipxconfig.wsdl will create an UserService class you could use to add users. George _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev/
