From ayaz at jprogrammer.net Tue Feb 3 11:37:24 2004 From: ayaz at jprogrammer.net (Ferhat Ayaz) Date: Sun Aug 10 16:54:54 2008 Subject: [Zope-xml] SOAP library using libxml2 Message-ID: <20040203163724.GN30942@lnx178> Hi folks, look for the client/server SOAP library written in the C programming language for C applications using libxml2. Homepage: http://csoap.sourceforge.net /********************************************************/ Example client using CSOAP static const char *url = "http://csoap.sourceforge.net/cgi-bin/csoapserver"; static const char *urn = "urn:examples"; static const char *method = "sayHello"; int main(int argc, char *argv[]) { SoapEnv *env, *res; env = soap_env_new_with_method(urn, method); soap_env_add_item(env, "xsd:string", "name", "Jonny B. Good"); res = soap_client_invoke(env, url , ""); soap_xml_doc_print(res->root->doc); soap_env_free(res); soap_env_free(env); return 0; } /********************************************************/ Example server using CSOAP /** FUNCTION: say_hello() DESCRIPTION: The SOAP Server service function. URN: urn:examples METHOD: sayHello */ SoapEnv* say_hello(SoapEnv *request) { SoapEnv *env; xmlNodePtr method, node; char *name; env = soap_env_new_with_response(request); method = soap_env_get_method(request); node = soap_xml_get_children(method); while (node) { name = (char*)xmlNodeListGetString(node->doc, node->xmlChildrenNode, 1); if (!name) continue; soap_env_add_itemf(env,"xsd:string", "echo", "Hello '%s'", name); xmlFree((xmlChar*)name); node = soap_xml_get_next(node); } return env; } /** FUNCTION: main() DESCRIPTION: Register and run soap server */ int main(int argc, char *argv[]) { SoapRouter *router; if (!soap_server_init_args(argc, argv)) { return 0; } router = soap_router_new(); soap_router_register_service(router, say_hello, "sayHello", "urn: examples"); soap_server_register_router(router, "/csoapserver"); soap_server_run(); soap_router_free(router); soap_server_destroy(); return 0; } From santee_sawant at yahoo.co.in Thu Feb 19 01:44:09 2004 From: santee_sawant at yahoo.co.in (=?iso-8859-1?q?santosh=20sawant?=) Date: Sun Aug 10 16:54:54 2008 Subject: [Zope-xml] cataloging thru separate thread?? Message-ID: <20040219064409.99260.qmail@web8206.mail.in.yahoo.com> Hi All! I want your help in cataloging xml data. Please tell me how to run external script as separate thread which can run in the background. And will it speed up the process? Is there any other way to catalog so heavy data? Please let me know about this ASAP. Thank you very much for ur kind support. With best regards, Santosh Sawant ________________________________________________________________________ Yahoo! India Insurance Special: Be informed on the best policies, services, tools and more. Go to: http://in.insurance.yahoo.com/licspecial/index.html From sean.upton at uniontrib.com Thu Feb 19 11:02:56 2004 From: sean.upton at uniontrib.com (sean.upton@uniontrib.com) Date: Sun Aug 10 16:54:54 2008 Subject: [Zope-xml] cataloging thru separate thread?? Message-ID: In Zope 2.7, run an out-of-process Zope instance to catalog your data: >>> import Zope #you need ZEO for this to work >>> Zope.configure('/path/to/zope.conf') >>> app= Zope.app() The app object is the root of your site. Use standard Zope APIs to get to your data from their and do what you need. If you want to catalog data that is added automatically, this is the best way. If you have interactive changes to the underlying data objects (by human editors), you can speed up the interactivity by using the QueueCatalog product in Zope CVS (is a proxy to the catalog that simply queues up requests; a separate out-of-process thread - ideally on the same box as the zeo storage server - like mentioned above can be scheduled via cron to flush the queued changes to the catalog). During these changes, there is always the possibility for ReadConflictErrors, but I expect this will improve later this year with upcoming Zope 2.8 and Multi-version concurrency control (MVCC) added to ZODB. Good luck, Sean > -----Original Message----- > From: santosh sawant [mailto:santee_sawant@yahoo.co.in] > Sent: Wednesday, February 18, 2004 10:44 PM > To: zope-xml@zope.org > Subject: [Zope-xml] cataloging thru separate thread?? > > Hi All! > > I want your help in cataloging xml data. > Please tell me how to run external script as separate > > thread which can run in the background. And will it speed > up the process? > > Is there any other way to catalog so heavy data? > > Please let me know about this ASAP. > > Thank you very much for ur kind support. > > With best regards, > Santosh Sawant > > ______________________________________________________________ > __________ > Yahoo! India Insurance Special: Be informed on the best > policies, services, tools and more. > Go to: http://in.insurance.yahoo.com/licspecial/index.html > > _______________________________________________ > Zope-xml mailing list > Zope-xml@zope.org > http://mail.zope.org/mailman/listinfo/zope-xml > From santee_sawant at yahoo.co.in Fri Feb 20 08:27:50 2004 From: santee_sawant at yahoo.co.in (=?iso-8859-1?q?santosh=20sawant?=) Date: Sun Aug 10 16:54:54 2008 Subject: [Zope-xml] Help required! Message-ID: <20040220132750.8948.qmail@web8205.mail.in.yahoo.com> Hi All! I am working on zope-xml development from last 1 year, but could not progress so far. I already developed a web application, data is stored in xml files, calaloged & searched with ZCatalog, displayed with dtml, python internal/external scripts. It works fine(satisfactorily!). But frequently cataloging the xml data, is very cumbersome time consuming process. So I am now planning to do this with xml, xslt and 4suite. But I have installed 4suite alongwith PyXml. But I am not aware of interfacing and development of all those things. I have similar experience on C++, java technologies. If anyone can send me tested sample zexp file, that will much more helpful to me. If there is any nice website/book related to zope-xml, plz refer me that will also helpful to me. Is there any other way? Your view/comments/opinos are highly welcomed. Actually I am working in isolation(1 man show), so it creates lot of problem for me. Thank you very much for all of you. ________________________________________________________________________ Yahoo! India Insurance Special: Be informed on the best policies, services, tools and more. Go to: http://in.insurance.yahoo.com/licspecial/index.html From ejzghivyrsd at gcronline.com Sat Feb 21 08:49:55 2004 From: ejzghivyrsd at gcronline.com (Jewel Woodson) Date: Sun Aug 10 16:54:54 2008 Subject: [Zope-xml] =?iso-8859-1?q?Buy_your_cigarettes_for_less__________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?_______=A0_________________________________________?= =?iso-8859-1?q?_______________________=A0_________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________________?= =?iso-8859-1?q?___________________________________________!?= Message-ID: An HTML attachment was scrubbed... URL: http://mail.zope.org/pipermail/zope-xml/attachments/20040221/f423340d/attachment.html From dalehuns at med.umich.edu Sat Feb 21 12:05:14 2004 From: dalehuns at med.umich.edu (Dale Hunscher) Date: Sun Aug 10 16:54:54 2008 Subject: [Zope-xml] Re: Zope-xml Digest, Vol 6, Issue 4 (Out of the office until March) Message-ID: I will be out of the office until the first Monday in March, 3/1/04. If you need to communicate with someone at CACR who can handle requests I would normally handle, email Kevin Smith (kasmith@umich.edu) for assistance. -Dale From ffrhyuxc at yahoo.com Fri Feb 27 17:04:47 2004 From: ffrhyuxc at yahoo.com (rudolfo vrtilek) Date: Sun Aug 10 16:54:54 2008 Subject: [Zope-xml] increase her pleasurelavajo Message-ID: An HTML attachment was scrubbed... URL: http://mail.zope.org/pipermail/zope-xml/attachments/20040227/c35ff9f6/attachment.html