"AddSubscribers" Web Service

Use this forum for topics related to OpenEMM contributions like the Typo3 extension or SugarCRM connector

Moderator: moderator

paulmto
Posts: 7
Joined: Tue Apr 03, 2012 10:22 am

"AddSubscribers" Web Service

Post 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
maschoff
Site Admin
Posts: 2597
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: "AddSubscribers" Web Service

Post 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.
OpenEMM Maintainer
Post Reply