Does anyone have an working example of creating a contact in JSP.
Thanks
Hello,
A Java library can be found at http://sourceforge.net/projects/ctctwsjavalib/
Andrew T
Support Engineer, Constant Contact
I don't know the format for the contact list. the example list "/ws/customers/huanlai/lists/1" as a contact list.
I have a user name of gtester and my contact list in constant contact is glist.
How would my contact list string be constructioned? based on the what I have above?
As far as XML is concerned, a contact list is represented as...
If an application had 'http://api.constantcontact.com' stored as another variable and concatenated it with what you have listed above ("/ws/customers/hauanlai/lists/1") this would work correctly.
David J