Return-Path: X-Original-To: apmail-axis-c-user-archive@www.apache.org Delivered-To: apmail-axis-c-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 374AE9B31 for ; Fri, 1 Mar 2013 16:47:08 +0000 (UTC) Received: (qmail 86501 invoked by uid 500); 1 Mar 2013 16:47:07 -0000 Delivered-To: apmail-axis-c-user-archive@axis.apache.org Received: (qmail 86478 invoked by uid 500); 1 Mar 2013 16:47:07 -0000 Mailing-List: contact c-user-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache AXIS C User List" Delivered-To: mailing list c-user@axis.apache.org Received: (qmail 86439 invoked by uid 99); 1 Mar 2013 16:47:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Mar 2013 16:47:07 +0000 X-ASF-Spam-Status: No, hits=2.9 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL,T_FRT_BELOW2,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [66.94.237.205] (HELO nm4.access.bullet.mail.mud.yahoo.com) (66.94.237.205) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Mar 2013 16:47:00 +0000 Received: from [66.94.237.127] by nm4.access.bullet.mail.mud.yahoo.com with NNFMP; 01 Mar 2013 16:46:38 -0000 Received: from [98.139.244.33] by tm2.access.bullet.mail.mud.yahoo.com with NNFMP; 01 Mar 2013 16:46:38 -0000 Received: from [127.0.0.1] by smtp109.biz.mail.bf1.yahoo.com with NNFMP; 01 Mar 2013 16:46:38 -0000 X-Yahoo-Newman-Id: 659127.71386.bm@smtp109.biz.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: pEtYa_oVM1lL9oA7MhCs_mejwaeE7xAwBliUYa200mTUcVY qxcqZ35VfclsUx_TLgRUkiDenhnASB_3co0b4E64P9WMpvEYjnqVkLXGntBf lQbCJ24M_TnPKLU.xC5iOOKyAkLbFkYupiVfp2N.fZoBX95RHlUzAUkPBKEz n8XIpA1ZmvA5qV6A6vrVNhxDI_.pln1c1eaBBHqH22YxGrLlzI0XmT4pPUjQ 0_O0U8X3axzhl268yUtFYxXYR22vgbn6zMdtofeWAoWEsNT60_OaHbyAiOI. DYa1MfGdlGU3qrXTmfn5a4I7x4nT2oIjOkRxpXGXIyNSeVV1jgRZVaUO0qYX 5eEE4QXbNdWQSGzXHYuuvJxcnD3dG9Utle1CqCdQ1g9pCLO_qI3EaDwNKFEL 70SqxKdX4ucVscOsnnlyCszvHWV1SLzsZwbgff5x_ucn3DN4vbOAg4_CG.NE whScEgeZXTaSek.SC X-Yahoo-SMTP: Pahd5OCswBD4IdvNC3VJAIQwXErb2M0M Received: from PCJeanMarc (jean-marc@82.244.241.101 with login) by smtp109.biz.mail.bf1.yahoo.com with SMTP; 01 Mar 2013 16:46:38 +0000 UTC From: "GIACAMOND" To: "'Apache AXIS C User List'" References: <000e01ce1679$eb493360$c1db9a20$@giacamond.com> In-Reply-To: Subject: RE: AXIS2C Rest behavior Date: Fri, 1 Mar 2013 17:46:36 +0100 Message-ID: <004901ce169c$5719a210$054ce630$@giacamond.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_004A_01CE16A4.B8DE0A10" X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQJtnU4A3xflZ5Kmu628M7mXN6IeOwLBq0TDlzvwjZA= Content-Language: fr X-Virus-Checked: Checked by ClamAV on apache.org ------=_NextPart_000_004A_01CE16A4.B8DE0A10 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable how can I create a jira ???? =20 De : Nandika Jayawardana [mailto:jayawark@gmail.com]=20 Envoy=E9 : vendredi 1 mars 2013 15:38 =C0 : Apache AXIS C User List Objet : Re: AXIS2C Rest behavior =20 Hi Marc, Can you create a jira and attach your change. It would help us to fix = the problem. Regards Nandika On Fri, Mar 1, 2013 at 6:10 PM, GIACAMOND = wrote: Hello, =20 I=92m implementing a solution under AXIS2C 1.7.0, and I had to make a = small correction to : http_sender.c module to send correctly pure =93rest=94 = query (no soap). The problem was that the query string was not sent. =20 My code is in RED bellow. =20 Thank a lot for what you guys did J. =20 Best regards, =20 Jean-Marc =20 I have change the following line of codes: =20 More or Less line 650. =20 /* Processing HTTP GET, HEAD and DELETE */ =20 axis2_char_t *request_params =3D NULL; axis2_char_t *path =3D NULL; =20 request_params =3D axis2_http_sender_get_param_string(sender, = env, msg_ctx); =20 if(request_params) { /* substituting AXIS2_Q_MARK for "?" */ path =3D axutil_strcat(env, axutil_url_get_path(url, env), AXIS2_Q_MARK_STR, request_params, NULL); AXIS2_FREE(env->allocator, request_params); request_params =3D NULL; } else { /* JML Begin */ /* path =3D axutil_strdup(env, axutil_url_get_path(url, = env)); */ path =3D axutil_strcat(env, axutil_url_get_path(url, env), axutil_url_get_query(url, env), NULL); /* JML End */ } =20 =20 =20 =20 ------=_NextPart_000_004A_01CE16A4.B8DE0A10 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

how can I create a jira ????

 

De : Nandika = Jayawardana [mailto:jayawark@gmail.com]
Envoy=E9 : = vendredi 1 mars 2013 15:38
=C0 : Apache AXIS C User = List
Objet : Re: AXIS2C Rest = behavior

 

Hi Marc,

Can you create a jira and = attach your change. It would help us to fix the = problem.

Regards
Nandika

On Fri, Mar 1, 2013 at 6:10 PM, GIACAMOND <jean-marc@giacamond.com> = wrote:

Hello,

 

I’m = implementing a solution under AXIS2C 1.7.0, and I had to make a small = correction to :  http_sender.c module to send correctly pure = “rest” query (no soap).  The problem was that the query = string was not sent.

 

My code is in RED bellow.

 

Thank a lot for what = you guys did J.

 

Best = regards,

 

Jean-Marc

 

I have change the = following line of codes:

 

More or = Less line 650.

 

        /* Processing HTTP GET, = HEAD and DELETE */

 

        axis2_char_t *request_params =3D = NULL;

        axis2_char_t *path =3D = NULL;

 

        request_params =3D = axis2_http_sender_get_param_string(sender, env, = msg_ctx);

 

        = if(request_params)

        = {

  =           /* = substituting AXIS2_Q_MARK for "?" */

            = path =3D axutil_strcat(env, axutil_url_get_path(url, env), = AXIS2_Q_MARK_STR,

           &n= bsp;    request_params, NULL);

            = AXIS2_FREE(env->allocator, request_params);

            = request_params =3D NULL;

        = }

        = else

        = {

         =    /* JML Begin */

         =    /* path =3D axutil_strdup(env, axutil_url_get_path(url, = env)); */

            = path =3D axutil_strcat(env, axutil_url_get_path(url, = env),

           &n= bsp;    axutil_url_get_query(url, env), = NULL);

         =    /* JML End */

        = }

 

 <= /o:p>

 <= /o:p>

 

------=_NextPart_000_004A_01CE16A4.B8DE0A10--