Re: compiling with gcc

2008-08-21 Thread Martina08
hey Rajika yes this command i have already tried, but it doesnt find the librariesRegardless of which library of -laxutil -laxis2_http_sender -laxis2_http_receiver .ans so on errror message is: /usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../../x86_64-suse-linux/bin/ld: skipping

Re: compiling with gcc

2008-08-21 Thread Martina08
I have already set this!! I think the Problem perhaps results from the gcc Compiler. Perhaps it is important if you use a 32 or 64 bit processor. I have read there is a -m32 option for the gcc , but then other errors occures. Have somebody an idea?? Sanjaya Ratnaweera wrote: Hi Martina,

Re: compiling with gcc

2008-08-21 Thread Martina08
hi, i already have set this Path!! I think the problem resolves from the gcc compiler. Perhaps it will be concerned with the usage of a 32 or 64 bit Processor, I had read that there is a -m32 option for the gcc compiler. By using this feature the skipping incompatible...cannot found

Re: compiling with gcc

2008-08-21 Thread Martina08
So now I have test to compile the simple hello-example in the manual. I have set all pathes (AXIS2C_HOME, LD_LIBRARY_PATH,..) like the manual. My Command is like in the manual: gcc -o hello -I$AXIS2C_HOME/include/axis2-1.5.0/ -L$AXIS2C_HOME/lib -laxutil -laxis2_axiom -laxis2_parser

Re: compiling with gcc

2008-08-21 Thread Martina08
hi, i can create the executable file hello now =) with the command: gcc -m32 -o hello -Ihome/lxuser//include/axis2-1.5.0/ -L/home/lxuser/../lib -laxutil -laxis2_axiom -laxis2_parser -laxis2_engine -lpthread -laxis2_http_sender -laxis2_http_receiver hello.c -ldl -Wl,--rpath

Re: compiling with gcc

2008-08-21 Thread Martina08
jeah, i can create the math executable file now too. You must just add the second source file to the command;) Thanks for the great help!!! -- View this message in context: http://www.nabble.com/compiling-with-gcc-tp19066875p19089202.html Sent from the Axis - C++ - User mailing list archive at

forward declaration in generated adb files causes a C++ error

2008-08-21 Thread Tammy Martin
Hello, I am using axis2c 1.3.0 and axis2 1.4 and used the wsdl2c.sh tool to generate (adb) axis data bindings from a wsdl. I am using these data bindings in a C++ program. When I compile on Linux I get the following error: error: forward declaration of `struct adb_return' this is what it looks

axis2/c depending on openSSL

2008-08-21 Thread Raymond Zhou
Hi All,   I noticed that if I compile (in wondows) axis2/c with ssl-support enabled, the openSSL dlls (ssleay23.dll and libssl32.dll) have to be in class path in order for a web service client call to be executed properly, enen if the call is not using https/SSL. If the dlls are not in the

Re: compiling with gcc

2008-08-21 Thread Supun Kamburugamuva
Hi Martina, Glad to here that you finally got it working. Supun.. On Thu, Aug 21, 2008 at 6:51 PM, Martina08 [EMAIL PROTECTED] wrote: jeah, i can create the math executable file now too. You must just add the second source file to the command;) Thanks for the great help!!! -- View this

Re: axis2/c depending on openSSL

2008-08-21 Thread Supun Kamburugamuva
Hi Raymond, This may work, but I'm not sure. But it is worth trying. Try to build two axis2_http_sender libraries. One with OpenSSL and other without OpenSSL. Then in the axis2.xml add two tranpsort senders. You should have different names for the axis2_http_sender library in both cases. i.e

Re: [Axis2] axis2 aar file gets deleted when restarting JBOSS

2008-08-21 Thread Afkham Azeez
On Thu, Aug 21, 2008 at 2:16 AM, Elton Kong [EMAIL PROTECTED] wrote: Hi, thanks for the response but for the 2 copy commands... 3. cp -r /home/elton/axis-1.4/WEB-INF/modules /home/elton/axis2-1.4 4. cp -r /home/elton/axis-1.4/WEB-INF/services /home/elton/axis2-1.4 Did you mean to put them

Exception to Soap Message

2008-08-21 Thread Tamás Horváth
Hi, I've got the following specific exception: import javax.xml.ws.WebFault; /** * This class was generated by the JAX-WS RI. * JAX-WS RI 2.1.4-b01- * Generated source version: 2.1 * */ @WebFault(name = MathFault, targetNamespace = http://pilot.ik.bme.hu/PilotFeladatok;) public class

RE: Axis deploy in Eclipse hangs when repeatedly deploying services

2008-08-21 Thread Wigham, Mari
Thanks anyway for your reply. It's interesting to hear that the problem doesn't occur with plain java classes. Regards, Mari From: Thamizh [mailto:[EMAIL PROTECTED] Sent: woensdag 20 augustus 2008 15:41 To: axis-user@ws.apache.org Subject: Re: Axis deploy in

RE: Axis deploy in Eclipse hangs when repeatedly deploying services

2008-08-21 Thread Wigham, Mari
Thanks for the tip, I'll give that a try and see if it helps. Regards, Mari From: Shehan Simen [mailto:[EMAIL PROTECTED] Sent: donderdag 21 augustus 2008 0:57 To: axis-user@ws.apache.org Subject: RE: Axis deploy in Eclipse hangs when repeatedly deploying

Problem using NTLM authentication

2008-08-21 Thread Rajat Bhushan
Hi. I am trying to access a .NET web service which expects NTLM credentials. I am using the code given below but it is not working. Actually I am getting a pop-up asking me for the credentials. I don't want that to happen. I want to provide the credentials in the code itself. Can some one

Axis2 and Spring 2.5

2008-08-21 Thread Jens Goldhammer
Hello, I have a axis2 web service which have to use Spring 2.5. How can I avoid that these jars are conflicting with the one which are delivered with Axis2? Thanks, Jens -- View this message in context: http://www.nabble.com/Axis2-and-Spring-2.5-tp19085761p19085761.html Sent from the Axis -

Connecting to a SOAP service through Proxy

2008-08-21 Thread Sandeep Kumar K
How to connect to a SOAP service through proxy?. Does it supports NTLM authentication?. *-- Thanks Regards Sandeep Kumar K Sr. Software Engineer Geneva Software Technologies Limited, # 82, Research Center II, I floor, EPIPA Nallurhalli, Whitefield, Bangalore - 560066 Mob : +91-9880193454*

Re: Axis2 and Spring 2.5

2008-08-21 Thread robert lazarski
axis2 1.4 doesn't have jars from the spring framswork in the release. One of the axis2 jars has a reference to a few spring interfaces - whose signature has been constant since spring 1.0 . Anyways, just put what springframwork jars you need in WEB-INF/lib . I'd be suprised if there is a problem.

Axis 1.3 integrated WebApp on WebSphere 5.1: DispatchPhase NoClassDefFound Exception

2008-08-21 Thread Chris Miller
Hi everybody! We have integrated Axis2 1.3 into an existing Web Application which has to be deployed on an IBM WAS 5.1 (Java 1.4.2) running on an IBM AIX machine. Classloading is set to PARENT_LAST due to IBMs own qname.jar implementation. ClassLoaders are set to many (each application has its

Re: Axis2 and Spring 2.5

2008-08-21 Thread Jens Goldhammer
Thanks, I will give it a try. Jens iksrazal wrote: axis2 1.4 doesn't have jars from the spring framswork in the release. One of the axis2 jars has a reference to a few spring interfaces - whose signature has been constant since spring 1.0 . Anyways, just put what springframwork jars you

Axis2 REST client and server questions (Data bindings, Headers, Performance)

2008-08-21 Thread Nick Steel
Hi, I've recently started looking at using the REST support in Axis2 to invoke my web service instead of the currently used SOAP calls and I have a number of issues I can't work out for myself. Any help with these would be great. I've been using Axis2 version 1.3 (and then also tried 1.4 in

Re: [Rampart] Creation of policy file based on policy included in WSDL

2008-08-21 Thread stlecho
In the axis2.xml file we're using we had defined the following: signatureParts{Element}{http://schemas.xmlsoap.org/soap/envelope/}Body/signatureParts but we were required to change this and use

Re: Axis 1.3 integrated WebApp on WebSphere 5.1: DispatchPhase NoClassDefFound Exception

2008-08-21 Thread Afkham Azeez
These resources should help http://wso2.org/library/2735 http://charithaka.blogspot.com/2008/07/how-to-deploy-apache-axis2-on-ibm.html HTH Azeez http://wso2wsas.blogspot.com On Thu, Aug 21, 2008 at 5:26 PM, Chris Miller [EMAIL PROTECTED]wrote: Hi everybody! We have integrated Axis2 1.3

RPC encoded wsdl example in axis2

2008-08-21 Thread Shovan Kanjilal
Can anybody point me to an example of rpc encoded sample wsdl and how stub is generated from that and an example client written? I see all the examples are document type? Does axis2 not support rpc-encoded?

Re: RPC encoded wsdl example in axis2

2008-08-21 Thread Detelin Yordanov
Hi Shovan, I think that Axis2 does not support rpc-encoded. It supports rpc-literal WSDLs, but converts them to doc-lit wrapped on deploy. However, we have found out that it is possible to deploy a service with rpc-encoded WSDL on Axis2 1.4. But you will need to write your own message receiver

Re: RPC encoded wsdl example in axis2

2008-08-21 Thread Shovan Kanjilal
Datelin, Thanks for your detailed response. It's really helpful. I am new to these things; one newbie question comes to my mind. If I have a third party service which gives me RPC-encoded wsdl; does it mean I can't write axis2 client for that service and have to choose some other

Re: [Axis2] axis2 aar file gets deleted when restarting JBOSS

2008-08-21 Thread Elton Kong
Cool! It's all clear now, thanks! =D Elton Afkham Azeez wrote: On Thu, Aug 21, 2008 at 2:16 AM, Elton Kong [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, thanks for the response but for the 2 copy commands... 3. cp -r /home/elton/axis-1.4/WEB-INF/modules

JMXFront for Axis2

2008-08-21 Thread Chris Rose
I've found reference to a JMX configuration management front-end for Axis2 as a GSoC 2005 project, but the wiki page (http://wiki.apache.org/ws/SummerOfCode/2005/JMXFront/) doesn't indicate what the final result of the project was. Is this project partially-implemented in Axis2 1.3.x, or is it

Re: JMXFront for Axis2

2008-08-21 Thread Deepal jayasinghe
Hi Chris, Yes Chathura did a JMX configuration front-end for Axis2 as his GSoc project. But I am not sure whether the code is . Even if we find the code those code , those code should be outdated. Since we have not integrate those code with Axis2 , we did not get a chance to update those code

Re: Need help

2008-08-21 Thread SivaKrishna Kumar
Hi, I am relatively new to Web Services and I have a problem. Can some one please let me know where exactly is the problem ? Thanks in advance. I am trying make changes to ZSI ( Zolera SOAP Infrastructure, kind of Axis like API in Python) for adding MTOM support. For this I have downloaded

RE: Axis2 packaging class files in the AAR

2008-08-21 Thread Attharkar, Asmita
There is this thing that has been nagging me since long which is related I want to call my service something else but not axis2.war and I want a url to the web service which clearly has a context of my service but not axis2...Can we do that? How? I have been trying to rename the exploded folder

Re: Identified AXIS2 Unexpected Element issue but how do I get this to work with stubs

2008-08-21 Thread Andrew Zielinski
Here you go. Any help is much appreciated. types schema xmlns=http://www.w3.org/2001/XMLSchema; targetNamespace=http://online.nielsen.com/ca/api/; element name=Summary type=ca:Report / element

RE: Identified AXIS2 Unexpected Element issue but how do I get this to work with stubs

2008-08-21 Thread Martin Gainty
can you forward the namespace assignments which you will see at the top of the schema definition e.g. xsd:schema xmlns:xsd=http://www.w3.org/2001/XMLSchema; ... Martin __ Disclaimer and confidentiality note Everything in this e-mail and any

Re: ( Fixed It )Identified AXIS2 Unexpected Element issue but how do I get this to work with stubs

2008-08-21 Thread Andrew Zielinski
When I do the following everything works out fine. I prefer to have all the elements at the top of the types section but the stubs working is more important to me. element name=SummaryRequest / complexType sequence

Re: Identified AXIS2 Unexpected Element issue but how do I get this to work with stubs

2008-08-21 Thread Jeff Greif
Note that in this snippet, you haven't declared the ca: prefix used below. It could be declared in the definitions element, though. Perhaps it would help to declare the ca: prefix in the schema element. Jeff On Thu, Aug 21, 2008 at 4:35 PM, Andrew Zielinski [EMAIL PROTECTED] wrote: Here you