Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 66170 invoked from network); 9 Jul 2007 14:47:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jul 2007 14:47:43 -0000 Received: (qmail 59978 invoked by uid 500); 9 Jul 2007 14:47:45 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 59819 invoked by uid 500); 9 Jul 2007 14:47:45 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 59807 invoked by uid 99); 9 Jul 2007 14:47:45 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2007 07:47:45 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of premalal@gmail.com designates 64.233.162.230 as permitted sender) Received: from [64.233.162.230] (HELO nz-out-0506.google.com) (64.233.162.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2007 07:47:41 -0700 Received: by nz-out-0506.google.com with SMTP id l1so599699nzf for ; Mon, 09 Jul 2007 07:47:20 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:subject:references:from:x-url:to:date:in-reply-to:message-id:user-agent:mime-version:content-type:sender; b=LzOkvXVRM1To3QvUIsY2MWQhT8qjJC7Y6h0i4vVvJKgF8pFSvzTx/4VXDjJwjiGefk1gPvTkB0z9sCRhykjdB5JZkkTT/e8L0+qhZZkz8PZZ1dD+Nenj9DzszHyarUWYhCHGdyChRL47EvJM225+D62aPHHZrczUu6eGQik7tu8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:references:from:x-url:to:date:in-reply-to:message-id:user-agent:mime-version:content-type:sender; b=sZX3ld7tdzUHbnSc+Z3O+ybjU9SN0p1Rh4G0/6aCH0DHSmuoqF5NSm+vmD20QjiPeCE3Oy8vgsEQVHeDivBP3VYmqvScipAI9T0KrL6kxmDLM+2pGdrSjlfdONctfpeNB/mhPUIwC7mwcDvx6NUurH/L8u7MtdkZW912f5OrllQ= Received: by 10.141.88.3 with SMTP id q3mr969804rvl.1183992439577; Mon, 09 Jul 2007 07:47:19 -0700 (PDT) Received: from localhost ( [124.43.197.77]) by mx.google.com with ESMTP id f21sm11182929rvb.2007.07.09.07.47.14 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 09 Jul 2007 07:47:16 -0700 (PDT) Received: from dinesh by localhost with local (Exim 4.67) (envelope-from ) id 1I7ug3-0001J4-TA for axis-c-dev@ws.apache.org; Mon, 09 Jul 2007 20:27:27 +0530 Subject: Re: How to get ordered namespace sequence, about the function "axutil_hash_find_entry" References: <374445.44781.qm@web45302.mail.sp1.yahoo.com> From: Dinesh Premalal X-URL: http://xydinesh.wordpress.com To: axis-c-dev@ws.apache.org Date: Mon, 09 Jul 2007 20:27:17 +0530 In-Reply-To: <374445.44781.qm@web45302.mail.sp1.yahoo.com> (Kelvin Lin's message of "Sun\, 8 Jul 2007 23\:13\:53 -0700 \(PDT\)") Message-ID: <873azxr5f6.fsf@etch.wso2.com> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Dinesh Premalal X-Virus-Checked: Checked by ClamAV on apache.org Kelvin, Please find my comments inline. Kelvin Lin writes: > > 1st, I don't know whether single squote "\'" will affect the soap message or > not. Because in the correct format, soap message uses double squote "\"". It > means xmlns:ns1 = "http://stockquote" not xmlns:ns1 = > 'http://stockquote'. I think single quote should not affect the soap message because it does not affect for welformness of the xml document. [1] > > 2nd, it is still in disorder sequence. Because I want get the soap message like > the following order: > > xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http:// > www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema > " xmlns:ns1="http://stockquote"> > > It means ns xmlns:SOAP-ENV is in the first place, xmlns:SOAP-ENC in the second > place and xmlns:xsi in the third place. Please let me see what happen there, will get back to you soon. > > 3rd, in the server concole, there are some error infos for wrong soap message: > > [7/9/07 13:58:36:953 CST] 50d0aea1 WebServicesSe E > com.ibm.ws.webservices.engine.transport.http.WebServicesServlet WSWS3112E: > Error: Generating WebServicesFault due to missing SOAPAction. > [7/9/07 13:58:36:953 CST] 50d0aea1 WebServicesSe E > com.ibm.ws.webservices.engine.transport.http.WebServicesServlet TRAS0014I: The > following exception was logged WebServicesFault > faultCode: {http://websphere.ibm.com/webservices/}Client.NoSOAPAction > faultString: WSWS3147E: Error: no SOAPAction header! > faultActor: null > faultDetail: > WSWS3147E: Error: no SOAPAction header! Could you please show us transferred SOAP message, you can catch it using TCPMon tool. Seems some problem with SOAP message. > but return value of function axis2_svc_client_send_receive(svc_client, env, > payload) is NULL, meaning no getting any response even error > message. What does the log says? > > ##################################################### > > Then I used attribute apis like this to create soap message: I think this method is not correct, I'm afraid, axiom attributes does not intended to create namespaces. At the xml document object model level there are more details to handle in namespaces than in attributes. thanks, Dinesh 1.http://www.w3.org/TR/REC-xml-names/#sec-intro -- Dinesh Premalal http://xydinesh.wordpress.com/ GPG ID : A255955C GPG Key Finger Print : C481 E5D4 C27E DC34 9257 0229 4F44 266E A255 955C --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org