Re: Does Axis2 C++ client can communicate with WCF service?

2009-01-20 Thread Manjula Peiris
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

[jira] Created: (AXIS2C-1335) Configuring with --enable-multi-thread=no still has a dependency on pthreads

2009-01-20 Thread Dominic Smith (JIRA)
Configuring with --enable-multi-thread=no still has a dependency on pthreads Key: AXIS2C-1335 URL: https://issues.apache.org/jira/browse/AXIS2C-1335 Project: Axis2-C

[jira] Created: (AXIS2C-1334) Build problems on Solaris 9

2009-01-20 Thread Dominic Smith (JIRA)
Build problems on Solaris 9 --- Key: AXIS2C-1334 URL: https://issues.apache.org/jira/browse/AXIS2C-1334 Project: Axis2-C Issue Type: Bug Components: build system (Unix/Linux) Affects Versions: 1.5.0

Does Axis2 C++ client can communicate with WCF service?

2009-01-20 Thread Renata Antonieva
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)? Reading