Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 15741 invoked from network); 20 Jan 2009 16:04:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jan 2009 16:04:16 -0000 Received: (qmail 31749 invoked by uid 500); 20 Jan 2009 16:04:16 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 31565 invoked by uid 500); 20 Jan 2009 16:04:15 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 31546 invoked by uid 99); 20 Jan 2009 16:04:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jan 2009 08:04:15 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.68.5.9] (HELO relay00.pair.com) (209.68.5.9) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 20 Jan 2009 16:04:06 +0000 Received: (qmail 35154 invoked from network); 20 Jan 2009 16:03:43 -0000 Received: from 124.43.232.236 (HELO ?192.168.1.3?) (124.43.232.236) by relay00.pair.com with SMTP; 20 Jan 2009 16:03:43 -0000 X-pair-Authenticated: 124.43.232.236 Subject: Re: Does Axis2 C++ client can communicate with WCF service? From: Manjula Peiris To: rantonieva@yahoo.com Cc: axis-c-dev@ws.apache.org In-Reply-To: <61786.99701.qm@web111504.mail.gq1.yahoo.com> References: <61786.99701.qm@web111504.mail.gq1.yahoo.com> Content-Type: text/plain Date: Tue, 20 Jan 2009 21:34:14 +0530 Message-Id: <1232467454.6200.7.camel@manjula> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Tue, 2009-01-20 at 02:36 -0800, Renata Antonieva wrote: > Hi > > I'm developing a C++ (client) application that should communicate with > WCF service. My question is following: > > Does Axis2/C support communication with WCF service (my service > is duplex and implements callbackContract, and I should use > wsDualHttpBining or netTcpBinding for it)? > > Axis2/C's interoperability with WCF has being proved in several > interop events held at Microsoft. Not only Axis2/C but also WSO2 WSF/C > (Axis2/C + Ramaprt/C + Sandesha2/C) interoperates with WCF. > > > Reading Axis2/C documentation I found this: " With Axis2/C you can > develop clients by way of both synchronous (blocking) and asynchronous > (non-blocking). There is the option of using dual channels when using > clients. When using dual channels, the request would be sent on one > channel and the response would be received on another channel. " and > this is the princip on which wsDualHttpBinding works. > > Use Axis2/C client API supports both synchronous and asynchronous > communication via same channel or dual channel. Please see the samples > comes with Axis2/C. > > > This is very important to me, since I should report to my managers if > our requirements should be satisfied using your engine, so if can > please answer me ASAP. > > Thanks in advence. > > Best regards and congratulation for your excellence engine. > Renata > > >