Page 1 of 1

"AddSubscribers" Web Service

Posted: Thu Apr 05, 2012 8:50 am
by paulmto
Hello,

I'd like to contribute to OpenEmm by adding a web service "AddSubscribers".

This web service will add several subscribers and bind them to a mailing list in one call as described below:
void addSubscribers(java.lang.String username, java.lang.String password, boolean doubleCheck, java.lang.String keyColumn, boolean overwrite, String[] paramNames, String[][] paramValues, int mailingListId) throws java.rmi.RemoteException;

Could you tell me if such web service is valuable for you?
Has this web service to be developed with Spring WS or Axis? Or Is the Axis solution deprecated?

Thanks

Re: "AddSubscribers" Web Service

Posted: Sat Apr 07, 2012 8:05 pm
by maschoff
In general, we welcome any code contribution to OpenEMM!

Beta doc for WS API 2.0 (Spring WS) is online at SourceForge. It covers 5 subscriber methods, but a "bulk subscribe" is not among them (see chapter 3).

WS API 1.0 (Apache Axis) is NOT deprecated and we will maintain it for some years at least. If you want to contribute a new method please feel free to provide the code (you can send me a PM is you like) and we will give you credit in the changelog file.