Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 29648 invoked from network); 18 Sep 2003 17:46:30 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 18 Sep 2003 17:46:30 -0000 Received: (qmail 44052 invoked by uid 500); 18 Sep 2003 17:45:57 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 44027 invoked by uid 500); 18 Sep 2003 17:45:56 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 43946 invoked from network); 18 Sep 2003 17:45:56 -0000 X-Authentication-Warning: elvirus.progress.com: iscan owned process doing -bs Date: Thu, 18 Sep 2003 13:45:49 -0400 From: Jaime Meritt Subject: RE: Feature question/request: AXIS over JMS with C++ Binding In-reply-to: <009701c37dff$562e1920$c51e0f0a@pcampanelli> To: axis-user@ws.apache.org Message-id: <009101c37e0c$b345a8a0$916614ac@bedford.progress.com> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Mailer: Microsoft Outlook, Build 10.0.4510 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Piero, I am unaware of any JMS transport support in the C++ Axis client. Granted, I am unfamiliar with the C++ implementation so I cannot say that decisively. However, if you are interested in testing out a C++ JMS client for inclusion with Axis, we provide one at Sonic Software. I would be more than happy to help you integrate with SonicMQ from the Axis C++ side since I have a lot of experience with the Axis JMS integration on the Java side (I wrote a good deal of it). http://www.sonicsoftware.com/products/enterprise_messaging/sonicmq_clients/i ndex.ssp Cheers, Jaime -----Original Message----- From: Piero Campanelli [mailto:pieroc@pierocampanelli.info] Sent: Thursday, September 18, 2003 12:10 PM To: axis-user@ws.apache.org Subject: Feature question/request: AXIS over JMS with C++ Binding Hi, i am trying to understand if this feature exists. I want to use SOAP over JMS to get a decent QoS for my service. However I need to attach in the future clients from different platforms (this is the scope of web service technology:). If I adopt Axis over JMS, does exist some tool that generates stubs for C/C++/Python.... from my Axis generated WSDL ? If it doesn't exist I think i have to code theoretically a tool that reads the WSDL, generate C code and interfaces to JMS using a C / C++ JMS library (if exists...). Is it correct? Tnx