Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1E19618EC3 for ; Mon, 27 Apr 2015 08:45:59 +0000 (UTC) Received: (qmail 75961 invoked by uid 500); 27 Apr 2015 08:45:58 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 75920 invoked by uid 500); 27 Apr 2015 08:45:58 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Delivered-To: moderator for users@camel.apache.org Received: (qmail 65923 invoked by uid 99); 27 Apr 2015 08:43:59 -0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of ercan.canlier@gmail.com does not designate 54.164.171.186 as permitted sender) Date: Mon, 27 Apr 2015 01:43:32 -0700 (MST) From: "ercan.canlier" To: users@camel.apache.org Message-ID: <1430124212255-5766377.post@n5.nabble.com> In-Reply-To: <1429573040365-5766085.post@n5.nabble.com> References: <1429573040365-5766085.post@n5.nabble.com> Subject: Re: HTTP operation failed invoking statusCode: 500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I try to proxy via payload but unfortunately, real web service can not be reachable. When i telnet to real web service port, i get connection refused exception that means it is not running at the specified port. What might be the reason? I don't see any mistake here. By following the below configuration, i can see the request but can't get the response? http://localhost:${proxy.port}/webservices/payment" endpointName="s:PaymentEndpoint" serviceName="s:PaymentEndpointService" wsdlURL="etc/wsdl/payment.wsdl" xmlns:s="http://gadget.com" /> http://localhost:${real.port}/webservices/payment" endpointName="s:PaymentEndpoint" serviceName="s:PaymentEndpointService" wsdlURL="etc/wsdl/payment.wsdl" xmlns:s="http://gadget.com" /> Best regards. Thanks. Ercan -- View this message in context: http://camel.465427.n5.nabble.com/HTTP-operation-failed-invoking-statusCode-500-tp5766085p5766377.html Sent from the Camel - Users mailing list archive at Nabble.com.