On Fri, Oct 22, 2010 at 1:15 PM, StephanDiplom <[email protected]> wrote: > Hi, > > I'm working on new functionality for configuration of call groups via > SOAP-Api. I think I should start by adding new functions to the > CallGroupServiceImpl.java file but i got some problems by finding what > to hand over in this function. I'm trying to add some functions for > configuring oder deleting call groups. I would be very thankful if you > could give me some information about the types to hand over and in which > files i have to make changes too. >
You have to expose your new functions as webservices operations - there is a port type named CallGroupService within sipXconfig/web/src/org/sipfoundry/sipxconfig/api/sipxconfig.wsdl file where you should add these operations Let me know if this helps George _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev/
