axis2c

Axis2C unofficial vs. Axis2C Staff

馋奶兔 提交于 2019-12-22 13:58:39
问题 I´m going to be developing an application that will be using some framework for SOAP based web services. I did some research and I kind of like Axis2C framework but here in some topics I found out that original Axis2C implementation suffered from memory leaks and that it´s official development has been stoped. Luckily, there exists Axis2C unofficial branch and also Staff framework based on Axis2C. Now, the question is, which of this Axis2C descendants is better or easier to use? I know, that

axis2_http_server fails to load service library

旧巷老猫 提交于 2019-12-12 16:51:21
问题 I am trying to get a simple hello world web service working. I used WSDL2CPP to generate the service code from my wsdl file. This builds and shows up in service list at localhost:8080/axis2/services Now, I have created a simple client to access the service. When I try to do a request to the web service, I see the following in my axis2.log: [Tue Aug 27 09:50:31 2013] [debug] http_worker.c(186) Client HTTP version HTTP/1.1 [Tue Aug 27 09:50:31 2013] [debug] soap_builder.c(882) identified soap

org.apache.axis2.AxisFault connection refused

故事扮演 提交于 2019-12-12 11:13:18
问题 I'm getting the following error while tryng to suscribe to a service from client app. Can somebody tell me the reason for this exception? Thanks in advance org.apache.axis2.AxisFault: Conexión rehusada at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:197) at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75) at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons

The procedure entry point axiom_attribute_create could not be located in the dynamic link library

我只是一个虾纸丫 提交于 2019-12-12 01:46:31
问题 I have a project in c and I want to compile it in CodeBlocks with MinGW. I tried to link its needed libraries but I got undefined reference error so I searched and found out that the libraries that I was using was compiled with MVC++ and cannot be used with MinGW. (I am not an expert in c, so I'm a little bit confused.) I found This link and did what they said in order to solve my problem. I have created axis2c .a files from the original axis2c .dll files. I created .def files with reimp then

Is Axis2/C still being maintained?

不羁岁月 提交于 2019-12-11 08:23:21
问题 I have to write a web-service client and server (a kind of proxy) and was looking at my options. I narrowed it down to Axis2/C and gSOAP for a number of reasons. I tended toward Axis2/C mainly because of the more permissive license, but saw that the last version is dated April 2009! Is it still being maintained? Has everyone gone to something else (gSOAP or something else entirely)? PS: I have no experience in WS and got all my info from Google searches. 回答1: Axis2/C is still maintained but

Axis2C unofficial vs. Axis2C Staff

主宰稳场 提交于 2019-12-06 13:17:16
I´m going to be developing an application that will be using some framework for SOAP based web services. I did some research and I kind of like Axis2C framework but here in some topics I found out that original Axis2C implementation suffered from memory leaks and that it´s official development has been stoped. Luckily, there exists Axis2C unofficial branch and also Staff framework based on Axis2C. Now, the question is, which of this Axis2C descendants is better or easier to use? I know, that Staff wraps the Axis2C in C++, but I don´t mind plain C. Does Staff also fix the memory leaks? Thanks