Re: Failed in creating DLL

2008-03-26 Thread Senaka Fernando
Hi Sunil, So are you using IIS? If so, this is an issue, that has already been reported, a patch has also been submitted. I will have this fixed by Friday evening. Regards, Senaka On Wed, 2008-03-26 at 21:59 -0500, Sunil Pandit wrote: The service is C implementation . It does uses one dll other

Re: Header parameters being ignored

2008-03-26 Thread Dimuthu Gamage
Hi Sérgio, Currently WSDL2C doesn't support picking headers from the wsdl. The classes are generated because it support in wsdl2java tool. Anyway I m right now working in that and the class name problem. Hope I can fix this for the client side within this week Thanks Dimuthu On Thu, Mar 27, 2008

Re: I don't understand what is going on with memory control in a client.

2008-03-26 Thread Samisa Abeysinghe
Try with echo sample. Samisa... Alex Bolgarov wrote: Well, I _am_ using the sample provided by the Axis project - the client I'm using is the exact code sample from the "Axis2/C Manual" - the manual that is available here: http://ws.apache.org/axis2/c/docs/axis2c_manual.html. The sample client

Re: Failed in creating DLL

2008-03-26 Thread Sunil Pandit
The service is C implementation . It does uses one dll other than the axis and runtime DLL. That DLL is in path. Thanks Sunil Pandit R&D , CSC FSG Austin (512)2755792 Computer Sciences Corporation Registered Office: 2100 East Grand Avenue, El Segundo California 90245, USA Registered in USA No: C-

Re: Failed in creating DLL

2008-03-26 Thread Senaka Fernando
Hi Sunil, Few clarifications, 1. Is your service using any C++ code? 2. Is your service dependant on any other library other than the runtime? Regards, Senaka > Nandika , > > The service in both the environments using the same DLL's and also the > same > runtime DLL . The only difference is Win

Re: Failed in creating DLL

2008-03-26 Thread Sunil Pandit
Hello again, I ran depends walker on my service dll. All the direct dependencies (Axis related) are same on both the environment . The run time msvcrt.dll is also same. The only difference is windows xp vs. windows server. Any clue in resolving this issue ? Any help is greatly appreciated. Th

Header parameters being ignored

2008-03-26 Thread Sérgio Gomes
Hello again, When sending my SOAP messages, I noticed that the headers were always empty, even though the WSDL2C tool generated support for the header fields: adb_getAllAdWordsCampaignsResponse_t* axis2_stub_op_CampaignService_getAllAdWordsCampaigns( axis2_stub_t *stub, const axutil_e

Re: Client data stream null or socket error

2008-03-26 Thread Sérgio Gomes
Hey everyone, Just an update: I managed to fix it by tracing the problem in the library source code. Looks like the parameter has to be defined in the root level (axisconfig node) rather than in the transportReceiver / transportSender. Hope this helps anyone with the same issue. Cheers, Sérgio

Re: Failed in creating DLL

2008-03-26 Thread Sunil Pandit
Nandika , The service in both the environments using the same DLL's and also the same runtime DLL . The only difference is Windows server vs . Windows XP. Regards Sunil Pandit R&D , CSC FSG Austin (512)2755792 Computer Sciences Corporation Registered Office: 2100 East Grand Avenue, El Segundo Ca

Re: Failed in creating DLL

2008-03-26 Thread Nandika Jayawardana
Hi, What I meant was C runtime library MSVCRT.DLL. Try using the depends.exe ( Dependency walker tool ) to find out the dependencies of your service. This may help you figure out the problem. Regards Nandika On Wed, Mar 26, 2008 at 9:23 PM, Sunil Pandit <[EMAIL PROTECTED]> wrote: > Nandika , > >

Re: Failed in creating DLL

2008-03-26 Thread Sunil Pandit
Nandika , The server where it is running is OS Name Microsoft(R) Windows(R) Server 2003, Standard Edition Version 5.2.3790 Service Pack 1 Build 3790 And the machine where it is failing is OS Name Microsoft Windows XP Professional Version 5.1.2600 Service Pack 2 Build 2600 Could

Re: I don't understand what is going on with memory control in a client.

2008-03-26 Thread Alex Bolgarov
Well, I _am_ using the sample provided by the Axis project - the client I'm using is the exact code sample from the "Axis2/C Manual" - the manual that is available here: http://ws.apache.org/axis2/c/docs/axis2c_manual.html. The sample client code I'm using is, without any changes, from this page: h

Re: Failed in creating DLL

2008-03-26 Thread Nandika Jayawardana
Hi, This may be due to a difference in C runtime environments in the machine you tested and the machine you have deployed the service. Also check whether there is a difference in dependency library versions. Regards Nandika On Wed, Mar 26, 2008 at 7:56 PM, Sunil Pandit <[EMAIL PROTECTED]> wrote:

Re: I don't understand what is going on with memory control in a client.

2008-03-26 Thread Samisa Abeysinghe
In short, the AXIOM that you create and pass to service client send_receive operation would be taken control of by service client. So, you do not have to free that, even though you will be creating it. Same with the returned response payload. You can use it, but you do not have ownership of tha

Re: Failed in creating DLL

2008-03-26 Thread Sunil Pandit
Manjula Thanks for your quick response. The dll has been tested on one of our server . We deployed this dll in customer environment and we are getting this error . So I am not sure if it is compiler settings. Yes the service name is correct. Regards Sunil Pandit R&D , CSC FSG Austin (512)2755792

I don't understand what is going on with memory control in a client.

2008-03-26 Thread Alex Bolgarov
Hi, I don't understand what's going on inside the Axis2/C client. My test client crashes. I looked at the Axis source code and did some debugging (mostly, I've added a lots of AXIS2_LOG_DEBUG(...) to the Axis source code and recompiled - I have a fast enough computer, and this way you can receive

Regarding CGI application with axis2 c

2008-03-26 Thread Baxi, Rinilkumar (TCS)
Hi All, I have my own http server running on my system. It is providing the CGI interface. How can I invoke an axis service using my http server? Please let me know is axis2c supporting CGI applications or not? Thanks in advance. Regards, Rinil