Re: AXIS2C - JIRA # 1259

2009-05-01 Thread Andy Karseras
> > Regards, > Shankar > > [1] http://svn.apache.org/viewvc?view=rev&revision=692995 > > > On Thu, Apr 30, 2009 at 9:06 PM, Andy Karseras wrote: > >> Hi, >> >> I raised a JIRA in September of last year for a bug in 1.4.0 but can't >> seem to

AXIS2C - JIRA # 1259

2009-04-30 Thread Andy Karseras
Hi, I raised a JIRA in September of last year for a bug in 1.4.0 but can't seem to locate the fix in the trunk. Could anyone point me in the location of the fix and maybe also confirm whether the fix made it into subsequent releases ? Many thanks. Andy

Re: Clean-up and Freeing (and nnexpected close-tags being created)

2008-09-08 Thread Andy Karseras
util_string_create >> (env,"getParameterValues"); */ >> const axis2_char_t *nodeAString = "getParametervalues"; >> axiom_element_create(env, NULL, nodeAString, ns, &nodeA); >> . >> >> I think axutil_string or use

Re: Clean-up and Freeing (and nnexpected close-tags being created)

2008-09-04 Thread Andy Karseras
blah blah blah * * blah * * blah Is this expected due to my incorrect use of the APIs or is this a bug ? Many thanks. On Thu, Sep 4, 2008 at 7:52 AM, Andy Karseras <[EMAIL PROTECTED]> wrote: > Thanks for your reply. > > It seems that the problem occurs even when I create a ne

Re: Clean-up and Freeing (and nnexpected close-tags being created)

2008-09-04 Thread Andy Karseras
ating the ownership rules with OM. > Once the payload is passed in, the engine takes over the ownership of the > node and you are not supposed to do anything with the payload afterwards. > > Thanks, > Samisa... > > Andy Karseras wrote: > >> Hi, >> >> I raise

Clean-up and Freeing (and nnexpected close-tags being created)

2008-09-03 Thread Andy Karseras
Hi, I raised this problem in July and thought that it had been resolved (by doing proper clean-up), although it is now re-occurring. I am seeing a close tag being created when there shouldn't be. The incorrect message content is as follows... ***TempAgent. I am sending the

Re: AXIS2C: Unexpected close-tag created

2008-07-17 Thread Andy Karseras
Looks like I'm not doing the right clean-up in the code which is subsequently causing a problem. Please ignore this post/problem. On Thu, Jul 17, 2008 at 2:52 PM, Andy Karseras <[EMAIL PROTECTED]> wrote: > Hi, > > I am seeing a close tag being created when (I believe

AXIS2C: Unexpected close-tag created

2008-07-17 Thread Andy Karseras
Hi, I am seeing a close tag being created when (I believe) there shouldn't be. The incorrect output is as follows... **TempAgent. The code to create the problematic line in the above XML as follows:- axiom_node_t *nameNode = axiom_node_create(env); axutil_string_t* nameStr

Re: Service Client sending message multiple times to server

2008-07-10 Thread Andy Karseras
). >> >> Are there any known problems with this method call that would prevent it >> from operating in the same manner as the config settings in the axis2.xml ? >> >> >> If one is not known, should I raise a JIRA ? >> >> >> Andy >>

Re: Service Client sending message multiple times to server

2008-07-09 Thread Andy Karseras
AIL PROTECTED]> wrote: > > On Wed, 2008-07-09 at 11:56 -0400, Andy Karseras wrote: > > Having stepped through the code, I see the calls to send the message > > twice being executed. > > > > In http_sender_c, the two calls to axis2_http_client_send are made at > > l

Re: Service Client sending message multiple times to server

2008-07-09 Thread Andy Karseras
Having stepped through the code, I see the calls to send the message twice being executed. In http_sender_c, the two calls to axis2_http_client_send are made at lines 988 and 1054. Andy On Wed, Jul 9, 2008 at 10:43 AM, Andy Karseras <[EMAIL PROTECTED]> wrote: > Thanks for the s

Re: Service Client sending message multiple times to server

2008-07-09 Thread Andy Karseras
Thanks for the suggestion. Using the tcpmon tool, I can definitely see 2 messages being sent to the server with one call to axis2_svc_client_send_receive(). Uisng Eclipse, I have stepped in debug mode to prove this. Samisa - would you have any ideas or suggestions why this is happening. Could it

Re: Setting HTTP Headers

2008-07-08 Thread Andy Karseras
ontent-Length: 606 Content-Type: text/xml;charset=UTF-8 Host: localhost:7547 Authorization: Basic YXBwbGljYXRpb246d2x5VmRaWjA1RDg= Regards, Andy On Mon, Jul 7, 2008 at 11:06 PM, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: > Manjula Peiris wrote: > >> On Mon, 2008-07-07 at 1

Setting HTTP Headers

2008-07-07 Thread Andy Karseras
Hi, Is there any way of setting the following headers using code ? - SOAPAction: "urn:anonOutInOp" - Transfer-Encoding: chunked I have tried uncommenting the relevant line in the axis.xml for Transfer-Encoding but this didn't seem to work. Many thanks. Andy

Service Client sending message multiple times to server

2008-07-07 Thread Andy Karseras
Hi, It appears that for some reason, the ServiceClient is sending the message twice to the server in a very short time interval (less than 20 milli-secs). The payload remains the same and it is a a re-send rather than a call being made twice. It may be helpful to note that I am using an AXIS2 Ja

Re: Changing/Adding SOAP Envelope

2008-07-07 Thread Andy Karseras
On Mon, Jul 7, 2008 at 11:30 AM, Manjula Peiris <[EMAIL PROTECTED]> wrote: > > On Mon, 2008-07-07 at 10:34 -0400, Andy Karseras wrote: > > > > > > > > > > > My aim is to change > > > > > > > xmlns:soapenv="http://www.w3.org

Re: Changing/Adding SOAP Envelope

2008-07-07 Thread Andy Karseras
On Mon, Jul 7, 2008 at 10:26 AM, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: > Andy Karseras wrote: > >> Hi, >> >> I would like to set the SOAP envelope to a particular Namespace. >> > > Why do you want to do this at SOAP envelope level? You can do th

Changing/Adding SOAP Envelope

2008-07-07 Thread Andy Karseras
Hi, I would like to set the SOAP envelope to a particular Namespace. Once created (I used axiom_soap_envelope_create), how is this new envelope used ? Is it added to the ServiceClient ? If so, how ? Many thanks. Andy

Re: SSL Client Authentication Failure

2008-07-03 Thread Andy Karseras
Yep, that worked...many thanks. Andy On Thu, Jul 3, 2008 at 3:13 PM, Dumindu Pallewela <[EMAIL PROTECTED]> wrote: > Hi Andy, > > > >> >> I am having trouble using an SSL Client with AXIS2C - basically, >> authentication appears to fail. >> >> >> [Thu Jul 3 13:12:57 2008] [debug] http_transpor

SSL Client Authentication Failure

2008-07-03 Thread Andy Karseras
Hi, I am having trouble using an SSL Client with AXIS2C - basically, authentication appears to fail. I executed the following to obtain the server certificate... echo |\ openssl s_client -connect localhost:7547 2>&1 |\ sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > cert.pem ..and got th