How are nullable values handled?

2008-04-10 Thread McCullough, Ryan
How are nullable types handled in Axis1 C++? For instance, how could I set an int/boolean/date/datetime attribute to xsi:nill="true"? -Ryan Ryan McCullough | RightNow Technologies | Integration Tools Engineer 406-556-3162 office | Bozeman, MT | [EMAIL PROTEC

Re: Memory leak in mod_axis2?

2008-04-10 Thread Samisa Abeysinghe
Alex, In the mean time, try with libxml2 paarser. Samisa... Samisa Abeysinghe wrote: Samisa Abeysinghe wrote: Alex Bolgarov wrote: On Wed, Apr 9, 2008 at 3:36 PM, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: In the mean time, please send the valgrind log. I did send the valgrind

Re: Memory leak in mod_axis2?

2008-04-10 Thread Samisa Abeysinghe
Samisa Abeysinghe wrote: Alex Bolgarov wrote: On Wed, Apr 9, 2008 at 3:36 PM, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: In the mean time, please send the valgrind log. I did send the valgrind log to the list Sorry, I missed it (was a bit sleepy at the time I replied ;) ) Lookin

Re: axis2_http_server fails on solaris9

2008-04-10 Thread Samisa Abeysinghe
Manfred Bohlmann wrote: Hi Samisa, yes, I'd like to do so. How can I contribute? Send the source changes by email? diff format OK? The best is to raise a Jira, and attach the patch in 'diff -u' format. You can find the Jira here: http://issues.apache.org/jira/browse/AXIS2C Thanks, Samisa.

Re: axis2_http_server fails on solaris9

2008-04-10 Thread Manfred Bohlmann
Hi Samisa, yes, I'd like to do so. How can I contribute? Send the source changes by email? diff format OK? Manfred > -Ursprüngliche Nachricht- > Von: "Apache AXIS C User List" ... > > Manfred Bohlmann wrote: > > Hi all, > > > > the problem is solved. It was a bug in my scandir() repl

Web service call fails - Code Generation problem

2008-04-10 Thread Rahil Ali
Hello Everyone, I am having some problems: 1 - I used a WSDl which has around 15-18 operations, I generated code for it and it was generated properly. When I try to compile them after writing a small code(which only calls one of the operations) it gave me hell of errors :S. All of the er

Re: Webserivce call through Axis fails..

2008-04-10 Thread Samisa Abeysinghe
Rahil Ali wrote: Yes, I am using code generated by WSDL2C using this command : "WSDL2C.sh -uri GSCP-service.serviceagent.wsdl -u -d adb" I am trying to call this operation: "SendSMSOp" Can you check whether my wsdl is ok or not. I have removed operations and other non-related items from the or

Re: Webserivce call through Axis fails..

2008-04-10 Thread Rahil Ali
Yes, I am using code generated by WSDL2C using this command : "WSDL2C.sh -uri GSCP-service.serviceagent.wsdl -u -d adb" I am trying to call this operation: "SendSMSOp" Can you check whether my wsdl is ok or not. I have removed operations and other non-related items from the original WSDL

Re: Webserivce call through Axis fails..

2008-04-10 Thread Samisa Abeysinghe
Looks like this is a namespace problem. 1. What is the operation that you are trying to invoke? 2. Are you using generated client code? Thanks, Samisa... Rahil Ali wrote: I tried with new Request here is the REQ/RESP REQUEST: xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:

Re: axis2_http_server fails on solaris9

2008-04-10 Thread Samisa Abeysinghe
Manfred Bohlmann wrote: Hi all, the problem is solved. It was a bug in my scandir() replacement. Thank you for spending the time to help me! That is really good news. As I understand, you did some fixes in this porting process. Would you like to contribute those changes? Thanks, Sami

Re: AIX 5.3.3 build

2008-04-10 Thread Samisa Abeysinghe
Helmut A. Semmelmayer wrote: in uuid_gen_unix.c around line 36 it says: #ifdef HAVE_LINUX_IF_H # include #else # ifdef HAVE_NET_IF_H # include # include # include # endif # ifdef HAVE_NET_IF_TYPES_H # include # endif # ifdef HAVE_NET_IF_DL_H # include # endif #endif AIX offers net

Re: axis2_http_server fails on solaris9

2008-04-10 Thread Manfred Bohlmann
Hi all, the problem is solved. It was a bug in my scandir() replacement. Thank you for spending the time to help me! Manfred > -Ursprüngliche Nachricht- ... > > Hi all, > > stop further investigation of this issue, for the moment. For now, it seems > to be a bug in my scandir() re

RE: AIX 5.3.3 build

2008-04-10 Thread Helmut A. Semmelmayer
in uuid_gen_unix.c around line 36 it says: #ifdef HAVE_LINUX_IF_H# include #else# ifdef HAVE_NET_IF_H# include # include # include # endif# ifdef HAVE_NET_IF_TYPES_H# include # endif# ifdef HAVE_NET_IF_DL_H# include # endif#endifAIX offers net/if.h, net/if_arp.h, net/if_types.h and net

Re: Webserivce call through Axis fails..

2008-04-10 Thread Rahil Ali
I tried with new Request here is the REQ/RESP REQUEST: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; SOAP-ENV:encodingStyle="htt

Re: AIX 5.3.3 build

2008-04-10 Thread Samisa Abeysinghe
Helmut A. Semmelmayer wrote: Hello, There have been several posts on this list about problems when building Axis2/C on AIX. We want to build a web service client in C that runs on AIX, but we are experiencing problems when we try to build Axis2/C 1.3.0. ./configure runs without any problem

Re: Webserivce call through Axis fails..

2008-04-10 Thread Samisa Abeysinghe
Rahil Ali wrote: DBGWIBK user1 MESSAGE GOES HERE TITLE IS HERE 00213123123 Sorry for that noob reply earlier :S. This is what I am requesting. Please advice. The SOAP envelope is missing. Are you making a REST call? Samisa...

AIX 5.3.3 build

2008-04-10 Thread Helmut A. Semmelmayer
Hello, There have been several posts on this list about problems when building Axis2/C on AIX. We want to build a web service client in C that runs on AIX, but we are experiencing problemswhen we try to build Axis2/C 1.3.0. ./configure runs without any problems, but when werun make, we get error