Return-Path: X-Original-To: apmail-axis-java-user-archive@www.apache.org Delivered-To: apmail-axis-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0739910747 for ; Fri, 6 Mar 2015 20:28:45 +0000 (UTC) Received: (qmail 34815 invoked by uid 500); 6 Mar 2015 20:28:44 -0000 Delivered-To: apmail-axis-java-user-archive@axis.apache.org Received: (qmail 34764 invoked by uid 500); 6 Mar 2015 20:28:44 -0000 Mailing-List: contact java-user-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@axis.apache.org Delivered-To: mailing list java-user@axis.apache.org Received: (qmail 34754 invoked by uid 99); 6 Mar 2015 20:28:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Mar 2015 20:28:43 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of robertlazarski@gmail.com designates 209.85.213.171 as permitted sender) Received: from [209.85.213.171] (HELO mail-ig0-f171.google.com) (209.85.213.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Mar 2015 20:28:18 +0000 Received: by igdh15 with SMTP id h15so6926560igd.3 for ; Fri, 06 Mar 2015 12:28:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=VrUVzeULqRaYHs6VdH6yCtzZYLywPbD0R4fKZBkMS3g=; b=otzLy5642mVUNSDZS3IU3nLfnYeA4va3QOXiq7uev6PWJTym+PDWgnIXl+ZBSPBPAO AdAYZ3eHDV2F+amAAd4XSGbYwtaLXNE4rIZ6HdKNIlCo5IqRWPpg4pqHUtpWDUwtI+e3 c7/HKIie1XTVa8306XAEdftitZEL9ztxfVZZ1NpJ3ZiPrEwJ3knAs6QEr9bEUo//FSWY MU3ls9DUiYpyMx2TVXptJsueuuBcD7g03sQLxR5GPLz4pc+fPH9J3YeivzsbqRPoCrIh u6o+H/wrn/LHzW1MPFHy3cIIJPlAB0pVzMZKllPkCFxnjkTsscssiufu76Ax3wHuZtkg JKuw== MIME-Version: 1.0 X-Received: by 10.107.138.232 with SMTP id c101mr3732906ioj.47.1425673696481; Fri, 06 Mar 2015 12:28:16 -0800 (PST) Received: by 10.42.192.148 with HTTP; Fri, 6 Mar 2015 12:28:16 -0800 (PST) In-Reply-To: References: <491AF9E785AF27478E270C329E2A162E2CEF1D16@xmb-aln-x13.cisco.com> Date: Fri, 6 Mar 2015 17:28:16 -0300 Message-ID: Subject: Re: Log xml request file From: "robertlazarski ." To: "java-user@axis.apache.org" Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Mar 6, 2015 at 3:29 PM, Oscar Rugama wrote: > So because I have changed the soap header I want to know how exactly the > soap envelope will go I mean the soap request which is a xml file just to > compare with the structure I know that should be sent. > > For me it is ok if something like system.out.printl(request) and appears in > the log the all soap request xml file > > Does it make sense now? > > Thanks your support is her appreciated. > > Un saludo, > Oscar This may help: MessageContext messageContext = MessageContext. getCurrentMessageContext(); String request = messageContext.getEnvelope().toString(); - R --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org For additional commands, e-mail: java-user-help@axis.apache.org