ual should include how to install CGI module
> ---
>
> Key: AXIS2C-1385
> URL: https://issues.apache.org/jira/browse/AXIS2C-1385
> Project: Axis2-C
> Issue Type: Task
7:37:50 PM
Subject: Re: how to get the http status code
May be some debugging will help?
> Rajika
> On Thu, Jul 16, 2009 at 5:45 AM, Vivian Wang wrote:
> >
> > Hi There,
> >
> > I am using axis2/c to make web service client call, like this:
Axis2/C Manual should include how to install CGI module
---
Key: AXIS2C-1385
URL: https://issues.apache.org/jira/browse/AXIS2C-1385
Project: Axis2-C
Issue Type: Task
Components
May be some debugging will help?
-Rajika
On Thu, Jul 16, 2009 at 5:45 AM, Vivian Wang wrote:
>
> Hi There,
>
> I am using axis2/c to make web service client call, like this:
>
> axiom_node_t * node =
> axis2_svc_client_send_receive(_wsf_service_client, _env, payload);
>
> After this, I am
Hi There,
I am using axis2/c to make web service client call, like this:
axiom_node_t * node = axis2_svc_client_send_receive(_wsf_service_client,
_env, payload);
After this, I am trying to use the following API to get the http status code,
AXIS2_EXTERN int AXIS2_CALL
axis2_svc_cl
t of the SOAP message
...
I have found that the tag also does not appear in the SOAP
response message. Could you guide me as to how to have such response in Axis2/C
1.5?
Thanks,
Anushree
t:* Friday, October 17, 2008 4:55 PM
> *To:* Apache AXIS C Developers List
> *Subject:* Re: How to add my files in the Axis2/C project
>
> What type of code you have written? Is it a module code, Service code
> etc?.
>
> Supun.
>
> On Fri, Oct 17, 2008 at 2:59 PM, Gupta,
.
*From:* Supun Kamburugamuva [mailto:[EMAIL PROTECTED]
*Sent:* Friday, October 17, 2008 4:55 PM
*To:* Apache AXIS C Developers List
*Subject:* Re: How to add my files in the Axis2/C project
What type of code you have written? Is it a module code, Service code
etc?.
Supun.
On
If you have written some code for extending or improving Axis2/C we are more
that happy to accept it. In my previous mail I thought you have written some
custom code and you want the instructions how to add it to Axis2/C.
Supun.
On Fri, Oct 17, 2008 at 4:39 PM, Paul Fremantle <[EMAIL PROTEC
: Apache AXIS C Developers List
Subject: Re: How to add my files in the Axis2/C project
What type of code you have written? Is it a module code, Service code etc?.
Supun.
On Fri, Oct 17, 2008 at 2:59 PM, Gupta, Shivam <[EMAIL PROTECTED]<mailto:[EMAIL
PROTECTED]>> wrote:
Hello,
I have
Shivam
Its great that you wish to contribute! Thanks.
If your code is an enhancement to the project, you need to raise a
JIRA outlining the reason/requirement for the enhancement, and then
attach the code as a patch and make sure you tick the box asserting
that you donate this code to Apache.
Pl
What type of code you have written? Is it a module code, Service code etc?.
Supun.
On Fri, Oct 17, 2008 at 2:59 PM, Gupta, Shivam <[EMAIL PROTECTED]> wrote:
> Hello,
>
>I have written some code files that I want to add to the Axis2/C
> project. How can I do this??
>
> Thanx,
> Shivam.
>
Hello,
I have written some code files that I want to add to the Axis2/C project.
How can I do this??
Thanx,
Shivam.
For CGI transport to work, you do not need to change any axis2.xml
configurations. There is a readme file and please go through it.
Installation instructions are there.
Regards
Nandika
On Mon, Sep 1, 2008 at 6:40 PM, Gupta, Shivam <[EMAIL PROTECTED]> wrote:
> Hello,
>
>I am trying to get th
Hello,
I am trying to get the Cgi transport work with the Axis2 engine. I realise
that I would have to specify Cgi as the transport in the configuration file
like axis2.xml. BUt I do not know what value shall I specify to engage the Cgi
as the transport.
Please help me here.
Regards,
Sh
Hi Shivam,
Still axis2/c does not support CGI officially. There is a CGI module
implemented for GSOC 2008.
https://issues.apache.org/jira/browse/AXIS2C-1143
If you want you can try that one. Anyway we are hoping to integrated
integrate the above project to the Axis2/C ASAP.
Regards,
Supun..
On
Hello,
I am trying to get the Cgi transport work with the Axis2 engine. I realise
that I would have to specify Cgi as the transport in the configuration file
like axis2.xml. BUt I do not know what value shall I specify to engage the Cgi
as the transport.
Please help me here.
Regards,
Sh
Hi Gupta,
Custom message receivers are loaded into the Axis2/C dynamically. What
you need to do is build your receiver as a dynamically loadable module.
You can refer to echo service's Makefile.am to see how to do that. If
your dll name is libcustom_receiver.so. Then the class in the foll
Hello,
I am working with the AXIS2/C Makefile project. I have developed a custom
message receiver and am trying to add it to the existing AXIS2/C Makefile
project. But I have been unsuccessful till now. Could someone guide me as to
how I may do this.
Regards,
Shivam.
Hi,
If your running Apache on Linux try to add apache user to root users group.
In debian based distros you can try to add Apache user to group that have
sudo access. But it's not recommended to run Apache with root privileges.
Thanks
Milinda
On Thu, Aug 7, 2008 at 9:57 AM, Dumindu Pallewela <[EM
On Wed, Aug 6, 2008 at 3:25 AM, Ellen Chou <[EMAIL PROTECTED]> wrote:
> Dear Apache developers,
>
> I have developped an Axis2C Soap service and successfully deployed in
> Axis2C simple http server. But when I deployed my service in Apache web
> server 2.2, my service is not functioning properly.
Hi,
Yes, you are right. It seems that Apace doesn't allow running with root
access. There is another directive called LoadFile. You can specify the
other libraries that require root access in the LoadFile directive. I'm not
sure weather this will work. But please give it a try.
Supun..
On Thu, A
Hi Supun,
I tried to run Apache as "root", but Apache exit out right away with a
prompt "Please rebuild httpd.exe compile with -D BIG_SECURITY_HOLE...". I
guess Apache doesn't allow to run as root.
What else can I do?
Thanks,
Ellen
On Tue, Aug 5, 2008 at 9:27 PM, Supun Kamburugamuva <[EMAIL PR
Hi,
AFAIK the only way to load the mod_axis2.so as root is to run Apache as the
root. There is a directive in the httpd.conf specifying the user under which
Apache runs. The directive is "user". Please change the value to root and
give it a try.
Supun..
On Wed, Aug 6, 2008 at 2:55 AM, Ellen Chou
Dear Apache developers,
I have developped an Axis2C Soap service and successfully deployed in Axis2C
simple http server. But when I deployed my service in Apache web server
2.2, my service is not functioning properly. The reason is because my
service needs to call some in-house library that requ
Hi All,
What is the Best way to desect the entire Axis2/C tool.
i.e, 1. to understand the whole functionality / code
2. to plug-in my own Transport layer
3. to plug-in my own memory
4. to plug-in my own parser
Hi All,
I have rampart/c set up and working. I added a policy to accept saml
type info in the Security header. Everything works and my service is
called. My question is, how do I get info about the saml stuff from
inside my service? Is there stuff put into the msg_ctx? I need to the
saml asse
I figured out how to use rampart_get_all_security_processed_results to
get the hashtable and also am able to insert my own things into that
hashtable from within my callback auth dll, so I don't need help on this
anymore.
Thanks,
-Dave.
-Original Message-
From: Dave Meier [m
Hi All,
I have Rampart/C all hooked up and my callback authentication dll is
working perfectly. My question has to do with getting the userid and
password once my service is invoked. Where do I get these from? I
don't want to store them when my authentication callback validates as
that wouldn't
[
https://issues.apache.org/jira/browse/AXIS2C-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Senaka Fernando resolved AXIS2C-997.
Resolution: Fixed
Fixed Issue
> No documentation on how to build tcpmon on Wind
[
https://issues.apache.org/jira/browse/AXIS2C-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Senaka Fernando updated AXIS2C-997:
---
Component/s: documentation
> No documentation on how to build tcpmon on Wind
[
https://issues.apache.org/jira/browse/AXIS2C-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Senaka Fernando reassigned AXIS2C-997:
--
Assignee: Senaka Fernando
> No documentation on how to build tcpmon on Wind
No documentation on how to build tcpmon on Windows
--
Key: AXIS2C-997
URL: https://issues.apache.org/jira/browse/AXIS2C-997
Project: Axis2-C
Issue Type: Improvement
Components
service and the service will evaluate
the asnwer and can then continue.
I am seeking an elegant way, one of you migth know, such as how
to call back or agree on a clall back routin in the originating
Axis2/C client
If nobody knows that at your side of
radigm.
>>
>> I am just seeking for an elegant method to invoke from within
>> an Axis2/C server/service something like a callback to the client
>> which askes Windows for a Windows MSGBOX with YES NO Buttons and
>> a msg and a title.
>>
>
No documents/guides available on how to run the tcp server
> --
>
> Key: AXIS2C-702
> URL: https://issues.apache.org/jira/browse/AXIS2C-702
> Project: Axis2-C
>
des available on how to run the tcp server
> --
>
> Key: AXIS2C-702
> URL: https://issues.apache.org/jira/browse/AXIS2C-702
> Project: Axis2-C
> Issue Type: Bug
> C
[
https://issues.apache.org/jira/browse/AXIS2C-702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Samisa Abeysinghe updated AXIS2C-702:
-
Fix Version/s: 1.2.0
> No documents/guides available on how to run the tcp ser
Hi,
Are you referring to Axis2/Java or Axis2/C or Axis 1.x.. Axis2/Java
and Axis1.x discussions happen in the mailing lists mentioned in the
following page.
http://ws.apache.org/axis2/mail-lists.html
Following document explains how to deploy Axis2/java in websphere..
http://ws.apache.org/axis2
[
https://issues.apache.org/jira/browse/AXIS2C-702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dinesh Premalal reassigned AXIS2C-702:
--
Assignee: Dinesh Premalal
> No documents/guides available on how to run the tcp ser
any body suggest how to deply axis server in IBM websphere 6.0 or
atleast a relevant URL ?
thnaks
sanal
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
No documents/guides available on how to run the tcp server
--
Key: AXIS2C-702
URL: https://issues.apache.org/jira/browse/AXIS2C-702
Project: Axis2-C
Issue Type: Bug
On 7/18/07, Kelvin Lin <[EMAIL PROTECTED]> wrote:
Hi Nabeel,
Thanks for your reply.
I still have another question, it is how to add more than one namespace
into the soap message, if just encapsulate payload lilke
IBM
here is console message:
AXIS2C_HOME is not set - log is written to
Hi Nabeel,
Thanks for your reply.
I still have another question, it is how to add more than one namespace into
the soap message, if just encapsulate payload lilke
IBM
here is console message:
AXIS2C_HOME is not set - log is written to . dir
Using endpoint : http://localhost:9081/WebProject
Hi Juergen,
I have redolved both the Jira issues you have opened. Thanks for
pointing those issues.
-Manjula.
On Mon, 2007-07-16 at 09:01 +0600, Samisa Abeysinghe wrote:
> Dinesh Premalal wrote:
> > Hi Juergen,
> > Please find my comments inline.
> > Juergen Haeussler <[EMAIL PROTECTED]
On 7/16/07, Kelvin Lin <[EMAIL PROTECTED]> wrote:
Hi Dinesh,
Thanks a lot for your reply.
I followed your suggestion, specifying SOAP1.1 explicitly. But it failed
either.
Here are the codes:
/* Setup options */
options = axis2_options_create(env);
axis2_options_set_to(options, en
Hi Dinesh,
Thanks a lot for your reply.
I followed your suggestion, specifying SOAP1.1 explicitly. But it failed
either.
Here are the codes:
/* Setup options */
options = axis2_options_create(env);
axis2_options_set_to(options, env, endpoint_ref);
axis2_opti
Dinesh Premalal wrote:
Hi Juergen,
Please find my comments inline.
Juergen Haeussler <[EMAIL PROTECTED]> writes:
Hi there,
I recently opened 2 jira issues (bugs) and nobody seems to care
about them.
Every developer seems busy these days (which is the excuse everyone says
:)),
Kelvin Lin <[EMAIL PROTECTED]> writes:
>
> I used printf to display om_str is:
>
> Sending OM : 'http://www.w3.org/
> 1999/XMLSchema-instance' xmlns:SOAP-ENC = 'http://schemas.xmlsoap.org/soap/
> encoding/' xmlns:xsd = 'http://www.w3.org/1999/XMLSchema'>
> ABC SOAP-ENV:Envelope>
>
> But I us
Hi Kelvin,
Sorry for the late in getting back to you.
Kelvin Lin <[EMAIL PROTECTED]> writes:
>
> Sending OM : 'http://schemas.xmlsoap.org/soap/encoding
> /
> ' xmlns:xsd = 'http://www.w3.org/1999/XMLSchema'>
> s1:symbol>IBM
>
> 2nd, it is still in disorder sequence. Because I want ge
Hi Juergen,
Please find my comments inline.
Juergen Haeussler <[EMAIL PROTECTED]> writes:
> Hi there,
>
> I recently opened 2 jira issues (bugs) and nobody seems to care
> about them.
Every developer seems busy these days (which is the excuse everyone says
:)), but we will do our best to
How can I get involved?
+1 for raising the question
Flori
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi there,
I recently opened 2 jira issues (bugs) and nobody seems to care about them.
Therefore I'd like to get involved and fix them on the svn tree, so that
the fixes will be included in subsequent releases.
How can I get involved?
Thanks,
Jürgen Häußler (IT/Hae)
---
Hi Dinesh,
Why Axis2/C will generate wrap of soap message like:
But in my codes, just write some statements like:
ns0 = axiom_namespace_create(env,
AXIOM_SOAP11_SOAP_ENVELOPE_NAMESPACE_URI, "SOAP-ENV");
ns1 = axiom_namespace_create(env,
"http://schemas.xmlsoap.org
Hi Dinesh,
Thank you for your reminder.
I used tcpmon to moniter the soap message and found a weird result.
Here is my whole code:
axiom_node_t *
build_om_payload_for_echo_svc2(const axutil_env_t *env)
{
axiom_node_t *echo_om_node = NULL;
axiom_element_t* echo_om_ele
Looking at the exception, it looks like the server is complaining on the
SOAPAction. Can you please try to set the SOAPAction with the service
client API?
Samisa...
Kelvin Lin wrote:
Hi Dinesh,
Thanks for your reply and sorry for reply later.
I have tried used guththila parser via this co
Kelvin,
Please find my comments inline.
Kelvin Lin <[EMAIL PROTECTED]> writes:
>
> 1st, I don't know whether single squote "\'" will affect the soap message or
> not. Because in the correct format, soap message uses double squote "\"". It
> means xmlns:ns1 = "http://stockquote"; not xmlns:n
Hi Dinesh,
Thanks for your reply and sorry for reply later.
I have tried used guththila parser via this config file:
ENABLE_SSL = 1
ENABLE_LIBCURL = 0
ENABLE_GUTHTHILA = 1
## LIBXML2_BIN_DIR = E:\libxml2-2.6.27.win32
ICONV_BIN_DIR = E:\iconv-1.9.2.win32
ZLIB_BIN_DIR = E:\zlib123-d
Hi Kelvin,
Kelvin Lin <[EMAIL PROTECTED]> writes:
> So I have to follow the sequence of namespace exactly.
>
> If I would like to meet this target, it does whether mean I have to modify
> underline XML parser layer, like libxml, not Axis2/C source code
> itself?
Yes it is parser abstraction laye
Hi Kelvin,
I know the sequence of namespace doesn't effect validity or welformness
of the XML in common condition, but the weird thing is that in my
project, it does. When I sent a soap message created by gsoap to the
server, I could get right response, as the Axis2/C. But if I sent a soap
me
and output sequence, liking big hash value output firstly.
>
> In my project doing now, I have to create a soap message with exact sequence
> of
> the namespace, or it doesn't work. So I would like to know the princle of
> outputing namespace and how to modify the source codes to m
e namespace, or it doesn't work. So I would like to know the princle of
> outputing namespace and how to modify the source codes to meet my
> specification, even hard coding in source codes or in the my
> project.
AFAIK, the sequence of namespaces depends on the XML parser and parser
abstr
ut if I used fuction "axiom_node_to_string" to see the
string format of message, I found they are not the same sequence with declaring
them. As I mentioned, I printed hash value and I didn't found any relationship
between hash value and output sequence, liking big hash value output fi
Hi all,
I used the following codes to generate a soap message with more than one
namespace:
ns0 = axiom_namespace_create(env,
AXIOM_SOAP11_SOAP_ENVELOPE_NAMESPACE_URI, "SOAP-ENV");
ns1 = axiom_namespace_create(env,
"http://schemas.xmlsoap.org/soap/encoding/";, "SOAP-ENC");
I guess :)
http://mail-archives.apache.org/mod_mbox/ws-axis-c-dev/200706.mbox/[EMAIL
PROTECTED]
> Document how to use proxy
> -
>
> Key: AXIS2C-192
> URL: https://issues.apache.org/jira/browse/AXIS2C-192
>
[
https://issues.apache.org/jira/browse/AXIS2C-192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501987
]
Karthi Swaminathan commented on AXIS2C-192:
---
Does this support HTTPS via proxy as well?
> Document how
have value,
both the function are in same process.
can any one help how to assign the axis2c pointer variable to COM
object. ?
-Viji.
This e-mail and any files transmitted with it are for the sole use of the
intended recipient(s) and may contain confidential and
[
https://issues.apache.org/jira/browse/AXIS2C-192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dinesh Premalal resolved AXIS2C-192.
Resolution: Fixed
added "How to use proxy" in axis2c_manual. Topic number 13.
[
https://issues.apache.org/jira/browse/AXIS2C-192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Samisa Abeysinghe reassigned AXIS2C-192:
Assignee: Dinesh Premalal
> Document how to use pr
ing sample to show how to deal with SOAP faults
>
>
> Key: AXIS2C-444
> URL: https://issues.apache.org/jira/browse/AXIS2C-444
> Project: Axis2-C
> Is
purpose
> Add a fault handling sample to show how to deal with SOAP faults
>
>
> Key: AXIS2C-444
> URL: https://issues.apache.org/jira/browse/AXIS2C-444
> Project: Axis2-
hi dinesh,
thanks for the reply. i added a jira for that. it's axis2c-563...
https://issues.apache.org/jira/browse/AXIS2C-563
bye,
markus
--
"Feel free" - 5 GB Mailbox, 50 FreeSMS/Monat ...
Jetzt GMX ProMail testen: www.gmx.net/de/go/mailfooter/promail-out
-
Hi Markus,
> Sorry for the RTFM. However in the INSTALL docs there are only
> guththila instructions when using Linux but none for building under
> Windows.
yes, documentation only provide for Linux :(
>
> To my understanding there is also no "ENABLE_GUTHTHILA" parameter
> specified/used in the w
Hi Dinesh,
Sorry for the RTFM. However in the INSTALL docs there are only guththila
instructions when using Linux but none for building under Windows.
To my understanding there is also no "ENABLE_GUTHTHILA" parameter
specified/used in the windows makefile...
Bye,
Markus
--
"Feel free" - 5 GB
[EMAIL PROTECTED] writes:
> Hi Samisa,
> Regarding the JIRA AXIS2C-540 and the Guthilla docs. If you could
> provide me some pointers/starting points I'll try to see what I can
> come up with...
To build with Guththila , you need to configure it as
./configure --enable-guththila=yes [other config
[EMAIL PROTECTED] wrote:
Hi Samisa,
Regarding the JIRA AXIS2C-540 and the Guthilla docs. If you could provide me
some pointers/starting points I'll try to see what I can come up with...
Dinesh! please help
Regarding your comment on the libxml2 memory leaks. Are you planning on
addressing
Hi Samisa,
Regarding the JIRA AXIS2C-540 and the Guthilla docs. If you could provide me
some pointers/starting points I'll try to see what I can come up with...
Regarding your comment on the libxml2 memory leaks. Are you planning on
addressing that for the 1.0?
Bye...
--
"Feel free" - 10 GB Ma
$subject?
I know how to use Guththila but in case anyone has a doc already that
would be of great help for AXIS2C-540 (see below).
Thanks,
Samisa...
markus mayer (JIRA) wrote:
[ https://issues.apache.org/jira/browse/AXIS2C-540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment
soon.
Thanks
Milinda
On 3/12/07, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:
Hi,
Can any one tell how to write web service using generated files?
The steps I have followed to create a web services using Axis2c are
Generated files using the wsdl and it has operation with a request
://localhost:8080/axis2/services/echo/echoString
Can any one tell me how to define the end point url in wsdl port
definition so that wsdl file can be exposed using Axis2 engine.
So any one with the help of wsdl can use my web services
Thanks,
-Viji
This e-mail and any files
Hi,
Can any one tell how to write web service using generated files?
The steps I have followed to create a web services using Axis2c are
Generated files using the wsdl and it has operation with a request
string type and response a string type
Wsdl name as "myecho&
Hi,
I have downloaded the files from the net and while compiling as a
separate VC++ dll project getting fatal error
Can any one give the mod_axis2_IIS.dll for IIS server setup?
I am not having wsdl2C.exe in the ..\axis2c-src-0.96\build\deploy\bin
directory in source release after buil
respond to
"Apache AXIS C Developers List"
To
"Apache AXIS C Developers List"
cc
Subject
Re: how to compile axis C++ with VS 2003 or VS 2005?
Thanks for reply.
I compiled with VS6, VS7 and VC8
The stnange thing is that the size of the binary dlls is much less then
o
Thanks for reply.
I compiled with VS6, VS7 and VC8
The stnange thing is that the size of the binary dlls is much less then one
i downloaded from
http://www.apache.org/dist/ws/axis-c/binaries/win32/
For example, axis-c-1.6b-Win32-trace-bin contains axis_client.dll with size
905kB
And the file g
>*
20/01/2007 18:35 Please respond to
"Apache AXIS C Developers List"
To
cc
Subject
how to compile axis C++ with VS 2003 or VS 2005?
Hi,
i am able to build Axis C++ client using ANT based build
*http://ws.apache.org/axis/cpp/antbuild-guide.html*<http://ws.apache.org/ax
;
20/01/2007 18:35
Please respond to
"Apache AXIS C Developers List"
To
cc
Subject
how to compile axis C++ with VS 2003 or VS 2005?
Hi,
i am able to build Axis C++ client using ANT based build
http://ws.apache.org/axis/cpp/antbuild-guide.html
I have Microsoft Visual C++ v6
Hi,
The ANT based build should already work with VS7.
I know there are some minor differences between that and VS8 which need to
be catered for in the scripts, but to my knowledge no-one has had an
opportunity to resolve these. If you're in a position to create these
fixes, posting them back her
Hi,
i am able to build Axis C++ client using ANT based build
http://ws.apache.org/axis/cpp/antbuild-guide.html
I have Microsoft Visual C++ v6 installed on by build machine.
This compiler is used as i understand by default.
I have Visual Studio 2003 (VS7)and Visual Studio 2005 (VS8) isntalled on
[ http://issues.apache.org/jira/browse/AXIS2C-444?page=all ]
Samisa Abeysinghe updated AXIS2C-444:
-
Fix Version/s: 1.0.0
> Add a fault handling sample to show how to deal with SOAP fau
> ***[libaxis2_axiom.la] >>error
>> 1
>> > >> make[5] leaving directory
>> > >>
>> >>'/users/yoya/axis2c-src/axiom/src/om'
>> > >> &n >>bsp;
gt;> >>1 make[4] leaving directory
> >> >>'/users/yoya/axis2c-src/axiom/src'
> >> >> make[3]: ***[all-recursive]
> >> error >>1 make[3] leaving
> >> direc
t; directory
>> >>'/users/yoya/axis2c-src/axiom'
>> >>make[2]: ***[all-recursive-am] error
>> >>2 make[2] leaving directory
>> >>'/users/yoya/axis2c-src/axiom'
>> >> make[1]: ***[all-recursive
-src/axiom/src/om'<br>&n
> >> bsp; &n
> >> >> bsp; make[4]: ***[all-recursive] error
> >> >> 1<br> &a
>
> >> mp;nbsp; make[4]
>>
> >> 1<br> &a
>
> >> mp;nbsp; make[4] leaving directory
> >> >> '/users/yoya/axis2c-src/axiom/src'
> >>
> >> <br> &n
; >> make[2]: ***[all-recursive-am] error
> >> 2 make[2] leaving directory
> >> '/users/yoya/axis2c-src/axiom'
> >> make[1]: ***[all-recursive]
> error
> >> 1 make[1] leaving directory
> >> '/users/
t; >> bsp; make[4]: ***[all-recursive] error
>> >> 1<br> &a
>> mp;nbsp; make[4] leaving directory
>> >> '/users/yoya/axis2c-src/axiom/src'
>> >> <br> &
4] leaving directory
>> >> '/users/yoya/axis2c-src/axiom/src'
>> >> <br> &am
>> p;nbsp; make[3]: ***[all-recursive] error
>>
>> >> 1<br> &nbs
**[all-recursive-am] error 2 could
you
>> please give me some idea to solve this?
>> best
>> regardsyong>> Sanjay
>> a Ratnaweera <> href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]>
writes:
>> >> > Yong Yang wrote:
>>
#x27; make:
>> ***[all-recursive-am] error 2 could you
>> please give me some idea to solve this?
>> best
>> regardsyong>> Sanjay
>> a Ratnaweera <> href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]> writes:
>> >
on the linux machine as there are a lot of file missing,
such
>> as configure, Makefile.in. Could anyonle tell me how to install axis2
>> using these source files downloaded? many thanks inadvance.
>> >>
>> >>
>> >
>> > Hi Yong
1 - 100 of 162 matches
Mail list logo