[jira] Created: (AXIS2C-1397) HTTPS through proxy does not work for WS client

2009-09-25 Thread Frank Zhou (JIRA)
Environment: I have WS client in windows XP machine Reporter: Frank Zhou I have a web service client using axis2/c installed in a windows XP machine. The client machine is behind a proxy server. The web service provides services that requires use HTTPS/SSL. I have set the proxy host

[jira] Created: (AXIS2C-1376) Lots of memory leak in axis2/c library

2009-06-19 Thread Frank Zhou (JIRA)
XP, using axis2/c for web service client component in a c++ application Reporter: Frank Zhou I did a purify and here is the summary of the memory leak with some trace stacks. [I] Summary of all memory leaks... === [W] MLK: Memory leak of 39200 bytes from 70

[jira] Created: (AXIS2C-1375) Guththila XML writer serialize soap incorrectly so that a soap message being sent out contains gabage characters

2009-06-05 Thread Frank Zhou (JIRA)
://issues.apache.org/jira/browse/AXIS2C-1375 Project: Axis2-C Issue Type: Bug Components: guththila Affects Versions: 1.6.0 Environment: windows XP Reporter: Frank Zhou Priority: Blocker Fix For: 1.6.0 OK, since no one reply

[jira] Updated: (AXIS2C-1375) Guththila XML writer serialize soap incorrectly so that a soap message being sent out contains gabage characters

2009-06-05 Thread Frank Zhou (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Zhou updated AXIS2C-1375: --- Attachment: testingCodeSnappet.cpp testGuththilaBufferError.xml I attached code

[jira] Created: (AXIS2C-1357) axis2/c configuration file has to be named axis2.xml

2009-03-10 Thread Frank Zhou (JIRA)
/engine Affects Versions: 1.5.0 Environment: windows XP Reporter: Frank Zhou It seems that I can only use the name axis2.xml for the axis2/c configuration file. I can specify different folds and axis2/c will look for axis2.xml in that fold. I can also specify a file path

Bug AXIS2C-1281

2009-02-24 Thread Frank Zhou
Hi Shankar, Is there any change you can fix the bug AXIS2C-1281? A few of my customers are looking for the fix. The bug was found in axis2/c 1.3 and it seems not fixed in 1.5. The bug has to do with https/ssl support. It seems that when connecting to an https site, currently a web service

Axis2/c Blocker bug, when this can be fixed? queryString in end point URL is ingored in axis2/c client

2009-02-06 Thread Frank Zhou
Hi There, Just wonder when this bug can be fixed, this is really a blocker! It prevents me from using axis2/c 1.5. Thanks! --- On Thu, 2/5/09, Frank Zhou (JIRA) j...@apache.org wrote: From: Frank Zhou (JIRA) j...@apache.org Subject: [jira] Created: (AXIS2C-1343) queryString in end point

[jira] Created: (AXIS2C-1343) queryString in end point URL is ingored in axis2/c client

2009-02-05 Thread Frank Zhou (JIRA)
Components: core/engine Affects Versions: 1.5.0 Environment: windows XP as well as Unix, I'm using axis2/c to build a web service client component Reporter: Frank Zhou Priority: Blocker I have been consuming a web service by sending the request to the following end

A few questions regarding https and basic authentication

2008-04-04 Thread Frank Zhou
Hi All, I've got a few questions hope you can help me out here. (1) I am trying to test my client application (using axis2/c) communicating with a web server on TOMCAT/axis-j(version 1.4) in HTTPS mode. In the past, I've tested axis-j based client with TOMCAT/axis-j based web server in https

Namespace in response root element not declared

2008-03-28 Thread Frank Zhou
Hi, All, I run into an issue that has to do with namespace. I called a web service and get a response using the following method: axiom_node_t * node = axis2_svc_client_send_receive(_wsf_service_client, _env, payload); However, when I serialize the node to xml, I noticed that the root element

Re: Axis2/C 1.3 source compilation error

2008-03-13 Thread Frank Zhou
Hi Senaka, After I removed /WX, the compilation does go through successfully. However, when I try to include the deployment in my application, I am getting another compilation error due to type redefinition: x:\inc\i18n\unicode\pwin32.h(106): error C2371: 'int8_t' : redefinition; different

Re: Axis2/C 1.3 source compilation error

2008-03-13 Thread Frank Zhou
Hi Senaca, I am afraid it's not that easy. In fact, I do not directly include icu headers, it's the headers I included that in turn includes the icu headers. Similarly for axis2 headers, for example, lots of axis2 headers include axutil_utils_defines.h. If I do something like #define

Re: Axis2/C 1.3 source compilation error

2008-03-13 Thread Frank Zhou
AXIS2_SKIP_INT_TYPEDEFS. Thanks much! Frank --- Frank Zhou [EMAIL PROTECTED] wrote: Hi Senaca, I am afraid it's not that easy. In fact, I do not directly include icu headers, it's the headers I included that in turn includes the icu headers. Similarly for axis2 headers, for example, lots of axis2 headers

Axis2/C 1.3 source compilation error

2008-03-12 Thread Frank Zhou
Hi All, I downloaded the AXIS2/c 1.3 source code today and found out that I can not compile it. I got the following error: == http_server_main.c ..\..\src\core\transport\http\server\simple_axis2_server\http_server_main.c(119) : error C2220: warning treated as error - no object

Re: Axis2/C 1.3 source compilation error

2008-03-12 Thread Frank Zhou
I also tried on my Windows Server 2003 machine and got the same error. In both machine, I am using MS visual studio .Net 2003. Thanks! Frank --- Frank Zhou [EMAIL PROTECTED] wrote: Hi All, I downloaded the AXIS2/c 1.3 source code today and found out that I can not compile it. I got

Re: Axis2/C 1.3 source compilation error

2008-03-12 Thread Frank Zhou
! Frank --- Samisa Abeysinghe [EMAIL PROTECTED] wrote: You seem to have warnings treated as errors. Can you disable that and try again? Samisa... Frank Zhou wrote: Hi All, I downloaded the AXIS2/c 1.3 source code today and found out that I can not compile it. I got the following

Problem with proper service client set up?

2008-03-04 Thread Frank Zhou
Hi, All, I am trying to set up a web service client using AXIS2/c. I was able to compile the source code and call APIs in my C++ application. However, it seems that I made some mistakes in setting up the client properly, so that when I try to send a request, I always get NULL response. I

Re: Problem with proper service client set up?

2008-03-04 Thread Frank Zhou
Hi Senaka, I just tried the API axis2_svc_client_send_receive(_wsf_service_client,_env, payload) and it works. So that means I don't have to set the operation for the client call? How does the server know which operation to perform then? I used axis-j for sometime, I remember that to prepare a

[jira] Created: (AXIS-2721) SoapEnvelope serialization generates incorrect attribute xmlns:ns1= for elements

2008-01-24 Thread Frank Zhou (JIRA)
Issue Type: Bug Components: Serialization/Deserialization Affects Versions: 1.4 Reporter: Frank Zhou I try to send an XML over httpServlet, I did the following: (1) My XML tring is like this: ?xml version=1.0 encoding = UTF-8 ? ns1:Test xmlns:xsi=http://www.w3

Urgent Help! AXIS 1.4 SoapEnvelope error

2008-01-23 Thread Frank Zhou
Hi All, I've been struggling with the following error that has to do with deserializing a soapEnvelope, can anyone help? Thanks much. Frank = I am using AXIS 1.4 for my web service needs. I try to send an XML message over HTTP, the XML message

Re: Help! AXIS 1.4 SoapEnvelope deserialization error

2008-01-18 Thread Frank Zhou
? Cheers Wolfgang --- Frank Zhou [EMAIL PROTECTED] wrote: Hi All, I am re-posting this message, hoping to get some urgent help. I am using AXIS 1.4 for my web service needs. I am now encounting the following error when I try to send an XML over HTTP: I

Help! AXIS 1.4 SoapEnvelope deserialization error

2008-01-17 Thread Frank Zhou
Hi All, I am re-posting this message, hoping to get some urgent help. I am using AXIS 1.4 for my web service needs. I am now encounting the following error when I try to send an XML over HTTP: I have a valid XML message as a string, the XML message defines a namespace at the root

AXIS 1.4 SoapEnvelope deserialization error

2008-01-16 Thread Frank Zhou
Hi All, I am using AXIS 1.4 for my web service needs. I am now encounting the following error when I try to send an XML over HTTP: I have a valid XML message as a string, the XML message defines a namespace at the root element like this: xmlns:ns1=somthing Let me assume this xml string as

woden

2007-08-31 Thread Frank Zhou
Hi, I would like to try woden to parse WSDL in my application. Where could I find the binary or source code? I looked at http://www.apache.org/dist/ws/woden/, but its empty. BTW, does woden support unicode? for example, if my WSDL contains Japanese character, will it work? Thanks much. Frank

Is AXIS2/C what I need?

2007-08-20 Thread Frank Zhou
Hi All, I am trying to build a web service application in c++, and now investigate to see if AXIS2/c can satisfy my needs. Specifically, I have the following requirements: (1) The library supports common web services standards like SOAP/HTTP/WSDL et cetera. I will use it to build a web service

WSDLReader basic authorization

2007-01-15 Thread Frank Zhou
Hi all, I'm having a problem with WSDLReader trying to parse a WSDL url, the URL is under HTTP Basic authentication. My browsing through the WSDLReader api, I couldn't find any method to pass the userid/passwd information when I call readWSDL(...) on it. I am using AXIS 1.2 and WSDL4J-1.5.1. My

transport/protocol support

2006-09-13 Thread Frank Zhou
Hi all, I am new to AXIS and web service in general. I have a few basic questions: Does AXIS support protocls other than SOAP? For example,raw XML and MIME. Does AXIS support transport other than HTTP? For example, SMTP, TCP and JMS. We have built a web service based on SOAP/HTTP, but looking