binary mime attachments

2005-10-30 Thread Christopher S. Johnson
Does axis c support binary mime encapsulated attachments for sending and receiving? xsd_base64Binary makes me think that messages are base64 encoded. Thanks.

Re: building axis c

2005-10-27 Thread Christopher S. Johnson
is, > Just a question out of curiosity, why would you want to implement a > custom transport? In other words, what features are missing in the current > transport that you are trying to implement with custom transport? > Thanks, > Samisa... > > > Christopher S. Johnso

Re: building axis c

2005-10-25 Thread Christopher S. Johnson
properties on building can be set in build.common.properties found in \build Thanks :) On Tue, 25 Oct 2005, Christopher S. Johnson wrote: > I checked out the version from svn and now the only problem I have is the > ifdef IPV6 (no such file or dir tpipv6.h) in HTTPChannel how do I unset

Re: building axis c

2005-10-25 Thread Christopher S. Johnson
I checked out the version from svn and now the only problem I have is the ifdef IPV6 (no such file or dir tpipv6.h) in HTTPChannel how do I unset the preprocessor IPV6 in the build files that axis uses? Thanks On Tue, 25 Oct 2005, Christopher S. Johnson wrote: > > All - > > I'

building axis c

2005-10-25 Thread Christopher S. Johnson
All - I'm trying to setup and env on windows so I can build axis, so I can write a custom transport. While trying to build axis I get the following error.. I'm sure it can resolve that path.. b/c it dont exist :) Any help again would be great.. Thanks. compileClient: compileAxisClient: BUI

xsd__string always null

2005-10-25 Thread Christopher S. Johnson
All - I have a java web service server and a C++ client, it seems from following the http stream that the service is working (simple getVersion service) but it seems that that xsd__string that is returned is always null. I'm doing something like this.. Any ideas would be helpful. Thanks.. Vers

Re: DLOPEN FAILED ... parser library

2005-10-24 Thread Christopher S. Johnson
r way it is possible to get the following error. You can also try to > compile AxisXMLParserXerces.dll by yourself wih newer version of xerceses > (2_7). > > Hope this help > > Best regards > > Tomaz > > > > - Original Message - > From: "Christophe

DLOPEN FAILED ... parser library

2005-10-24 Thread Christopher S. Johnson
All - While running my client side service I get the following error. "DLOPEN FAILED in loading parser library" I have added xerces to my windows path and have the following dll's in the same dir as my exe. AxisClient.dll AxisClientC.dll AxisXMLParserXerces.dll HTTPChannel.dll HTTPTransport.dll

building axis c under windows

2005-10-21 Thread Christopher S. Johnson
While trying to build axis under windows I got the follow error, any help would be great. Buildfile: build.xml [taskdef] Could not load definitions from resource cpptasks.tasks. It could not be found. [typedef] Could not load definitions from resource cpptasks.types. It could not be found. [