Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 38118 invoked from network); 18 Mar 2010 06:41:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Mar 2010 06:41:18 -0000 Received: (qmail 57127 invoked by uid 500); 18 Mar 2010 06:41:18 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 56955 invoked by uid 500); 18 Mar 2010 06:41:17 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 56947 invoked by uid 99); 18 Mar 2010 06:41:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Mar 2010 06:41:16 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.220.210] (HELO mail-fx0-f210.google.com) (209.85.220.210) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Mar 2010 06:41:09 +0000 Received: by fxm2 with SMTP id 2so89512fxm.6 for ; Wed, 17 Mar 2010 23:40:47 -0700 (PDT) Received: by 10.87.55.11 with SMTP id h11mr1768807fgk.56.1268894447522; Wed, 17 Mar 2010 23:40:47 -0700 (PDT) Received: from vwifi-employee-239.lnu.se ([194.47.103.239]) by mx.google.com with ESMTPS id 12sm2735740fks.50.2010.03.17.23.40.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 17 Mar 2010 23:40:47 -0700 (PDT) Message-ID: <4BA1CAED.4040309@derelik.net> Date: Thu, 18 Mar 2010 07:40:45 +0100 From: Magnus Persson User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.5) Gecko/20091204 Lightning/1.0b1pre Thunderbird/3.0 MIME-Version: 1.0 To: users@activemq.apache.org Subject: Re: ActiveMQ with C# Web Service References: <27933776.post@talk.nabble.com> In-Reply-To: <27933776.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit If you don't have control over the web service endpoint one option could be to relay messages using a Camel processor. ServiceMix could also be an option - http://www.exforsys.com/tutorials/java-soa/xbean-based-servicemix-http-binding.html (a few pages in) reports that it can act as both a consumer and producer of SOAP calls. On 2010-03-17 18.04, Thierry M. wrote: > Is It possible? > C# Client App<-> MOM (ActiveMQ)<-> C# WS (IIS) > > Constraints > I have to use SOAP communication protocol and C# language for both, client > application and Web Service. >