Re: Axis2/C and client side SWA attachments

2010-02-05 Thread Michael Huffman
, 2010 at 2:29 AM, Michael Huffman michael.mhuff...@gmail.com wrote: I've been searching for an example of sending SwA attachments via Axis2/C. I've seen examples in Axis2/Java, but I'm a little lost as to how to accomplish the same in Axis2/C.  Can someone please point me in a direction

Axis2/C and client side SWA attachments

2010-02-04 Thread Michael Huffman
I've been searching for an example of sending SwA attachments via Axis2/C. I've seen examples in Axis2/Java, but I'm a little lost as to how to accomplish the same in Axis2/C. Can someone please point me in a direction? Thanks in advance, --Mike.

Sanity Check

2010-02-03 Thread Michael Huffman
I've written a web-service in Axis2/C based on an Echo example. Based on this this page: http://wso2.org/library/3618 I've got the echo service working with attachments. However, I ran into a problem using axutil_base64_decode(); it would only decode the first 50 some characters of the message.