Re: Asynchronous connection to WCF webservice

2008-07-31 Thread Hasnain Badami
Thanks for your response. I am using axis 1.3. Following is my callback handler generated from wsdl2java. /** * DMTServiceCallbackHandler.java * * This file was auto-generated from WSDL * by the Apache Axis2 version: 1.3 Built on : Aug 10, 2007 (04:45:47 LKT) */ package org.tempuri; /** *

Asynchronous connection to WCF webservice

2008-07-30 Thread Hasnain Badami
Hi I am trying to send asynchronous requests (true non blocking as discussed at http://ws.apache.org/axis2/1_1/userguide.html) to a wcf service. The wsdl is added as an attachment. When I try to generate java proxies using wsdl2java specifying -d as xmlbeans, I dont get any proxy code for

Re: Asynchronous connection to WCF webservice

2008-07-30 Thread keith chapman
Hi, What is the version of Axis2 that you used? Thanks, Keith. On Wed, Jul 30, 2008 at 10:50 PM, Hasnain Badami [EMAIL PROTECTED]wrote: Hi I am trying to send asynchronous requests (true non blocking as discussed at http://ws.apache.org/axis2/1_1/userguide.html) to a wcf service. The wsdl

Re: Asynchronous connection to WCF webservice

2008-07-30 Thread Amila Suriarachchi
On Wed, Jul 30, 2008 at 10:50 PM, Hasnain Badami [EMAIL PROTECTED]wrote: Hi I am trying to send asynchronous requests (true non blocking as discussed at http://ws.apache.org/axis2/1_1/userguide.html) to a wcf service. The wsdl is added as an attachment. When I try to generate java proxies