RE: [Axis2] soap serialization

2007-03-08 Thread George Stanchev
Acttually, let me make sure I understand it correctly. I might have send the thanks a bit too quick. That code snippet seem to serialize an axiom node. What I need is to "send" the message - thus applying all handler processing involved in creating a SOAP message. What I care in particular is app

RE: [Axis2] soap serialization

2007-03-08 Thread George Stanchev
Atanacio, thanks a bunch! Best Regards, George -Original Message- From: Atanacio Reyes [mailto:[EMAIL PROTECTED] Sent: Thursday, March 08, 2007 6:15 PM To: Apache AXIS C User List Subject: Re: [Axis2] soap serialization axiom_xml_writer_t *xml_writer = NULL; axiom_output_t *om_ou

Re: Getting error while compiling web service dll in VC++7.0 for IIS

2007-03-08 Thread ritu gaud
hi Nandika, i am also trying to generate .dll bt i am getting following errors: math.obj : error LNK2019: unresolved external symbol @[EMAIL PROTECTED] referenced in function _axis2_math_add math.obj : error LNK2019: unresolved external symbol @[EMAIL PROTECTED] referenced in fun

Re: Getting error while compiling web service dll in VC++7.0 for IIS

2007-03-08 Thread Nandika Jayawardana
Hi, you need to set preprosessor directive AXIS2_DECLARE_EXPORT in your project. Regards Nandika On 3/9/07, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: Hi, Trying to create a simple web service with Axis2c and trying to deploy in IIS, steps followed and getting the error attached. C

Getting error while compiling web service dll in VC++7.0 for IIS

2007-03-08 Thread Vijayalakshmi.VenkadaSwamy
Hi, Trying to create a simple web service with Axis2c and trying to deploy in IIS, steps followed and getting the error attached. Can any one suggest how to get rid of the errors? 1. Created a new solution in VC++7.0 2.Created New Project for LL 3 Generated

Re: building axis c++ (HEAD) using ANT / Visual Studio 2003 / WinXP SP2

2007-03-08 Thread Nadir Amra
Scott, I am not sure, but it looks like it is not linking in the SSL DLL library? Nadir K. Amra "Scott McFadden" <[EMAIL PROTECTED]> wrote on 03/08/2007 01:20:04 PM: > I am attempting to compile the HEAD version of Axis C++ Client using > the build.xml script. All goes well until the > com

Re: [Axis2] soap serialization

2007-03-08 Thread Atanacio Reyes
axiom_xml_writer_t *xml_writer = NULL; axiom_output_t *om_output = NULL; axis2_char_t *buffer = NULL; xml_writer = axiom_xml_writer_create_for_memory(env, NULL, AXIS2_FALSE, AXIS2_FALSE, AXIS2_XML_PARSER_TYPE_BUFFER); om_output = axiom_output_create(env, xml_writer

[Axis2] soap serialization

2007-03-08 Thread George Stanchev
Hi, Another, probably basic, question: I need to serialize a SOAP call to a string buffer without sending it anywhere. How do I this with axis2/c? Can you give me some leads? On the java side, I had to go through some hoops to get this - I had to create a dummy transport that I used to reflect b

building axis c++ (HEAD) using ANT / Visual Studio 2003 / WinXP SP2

2007-03-08 Thread Scott McFadden
I am attempting to compile the HEAD version of Axis C++ Client using the build.xml script. All goes well until the compileAxisHTTPTransportSSLChannel step. (Win32 OpenSSL v0.9.8e ) OPENSSL_HOME = c:\dev\c++\OpenSSL What troubleshoo

can not load mod_axis2.dll

2007-03-08 Thread Elke100
Hallo, I am trying to install axis-c-1.6b-Win32 with Apache 2.2.3 and I am getting the following error: The Apache service named reported the following error: httpd.exe: Syntax error on line 486 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf: Cannot load C:/Program Files/