AW: [AXIS2/C] Unicode support - when?

2008-11-13 Thread Stadelmann Josef
And what about UTF-8 and UTF-16 support in Axis2/C a nd base libs. Josef Stadelmann @axa-winterthur.ch -Ursprüngliche Nachricht- Von: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 5. November 2008 15:55 An: Apache AXIS C User List Betreff: Re: [AXIS2/C] Unicode support

Re: new version 1.5.0 is not ready to create a dot so file

2008-11-13 Thread Supun Kamburugamuva
I'm little bit confused. Are you trying to create a so with axis2c client functionality embedded in it? Can you please send the error you are getting as well? Supun. On Thu, Nov 13, 2008 at 5:37 PM, Shyam Yadav [EMAIL PROTECTED] wrote: Hi ; I am using Apache Axis2/C 1.0.0 in client

new version 1.5.0 is not ready to create a dot so file

2008-11-13 Thread Shyam Yadav
Hi ; I am using Apache Axis2/C 1.0.0 in client side. I am using HTTP protocol for communication. Now I have to use HTTPS protocol. I have found a documentation for HTTPS in manual of AXIS2/C(13. Using SSL Client). But the transportReceiver tag is not available in axis2.xml, though i have

Re: new version 1.5.0 is not ready to create a dot so file

2008-11-13 Thread Shyam Yadav
error is like ... /usr/bin/ld: cannot find -laxis2 collect2: ld returned 1 exit status shyam On Thu, Nov 13, 2008 at 7:40 PM, Supun Kamburugamuva [EMAIL PROTECTED]wrote: I'm little bit confused. Are you trying to create a so with axis2c client functionality embedded in it? Can you please

transport url different than wsa:to field

2008-11-13 Thread Lori Kettel
We need to be able to send a webservice call to a different url than what is set in the wsa:to field.I've looked at the proxy stuff but that looks to only allow you to specify a different host and port but not the rest of the url. How can I specify a different transport address or is that

Re: transport url different than wsa:to field

2008-11-13 Thread Dinesh Premalal
Hi, Lori Kettel [EMAIL PROTECTED] writes: We need to be able to send a webservice call to a different url than what is set in the wsa:to field.I've looked at the proxy stuff but that looks to only allow you to specify a different host and port but not the rest of the url. How can I

Re: transport url different than wsa:to field

2008-11-13 Thread Lori Kettel
Thanks for the quick reply but how would using the wsa:replyto address help in this case? It still needs to reply back to the same location but the proxy filter it is going through needs to have a completely different url than the wsa:to address, which the proxy will then route to. In axis2

Re: Custom Error Messages

2008-11-13 Thread Tony Hoyt
--- On Wed, 11/12/08, Dinesh Premalal [EMAIL PROTECTED] wrote: http://nethu.org/2008/01/18/axis2c-custom-error-handling/ I tried your example and it wouldn't work for me, namely because the compiler could not link up the axutil_error_messages array in src\error.c. I figure this might be a C++

Re: transport url different than wsa:to field

2008-11-13 Thread Samisa Abeysinghe
Lori Kettel wrote: Thanks for the quick reply but how would using the wsa:replyto address help in this case? It still needs to reply back to the same location but the proxy filter it is going through needs to have a completely different url than the wsa:to address, which the proxy will then

Re: new version 1.5.0 is not ready to create a dot so file

2008-11-13 Thread Samisa Abeysinghe
Have you placed Axis2/C on to your lib path? Thanks, Samisa... Shyam Yadav wrote: error is like ... /usr/bin/ld: cannot find -laxis2 collect2: ld returned 1 exit status shyam On Thu, Nov 13, 2008 at 7:40 PM, Supun Kamburugamuva [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:

Re: AW: [AXIS2/C] Unicode support - when?

2008-11-13 Thread Samisa Abeysinghe
Stadelmann Josef wrote: And what about UTF-8 and UTF-16 support in Axis2/C a nd base libs. Axis2/C is designed to be able to use UTF. But there are issues that needs to be fixed, when that is done. As an example, you can try setting axis2_char_t type to whatever UTF euivalant instead of

Re: transport url different than wsa:to field

2008-11-13 Thread Dinesh Premalal
Lori Kettel [EMAIL PROTECTED] writes: Thanks for the quick reply but how would using the wsa:replyto address help in this case? wsa:replyto use to get a response to an endpoint than to address. Basically server will send response to replyto address. It still needs to reply back to the same

Re: AW: [AXIS2/C] Unicode support - when?

2008-11-13 Thread Dinesh Premalal
Hi, Samisa Abeysinghe [EMAIL PROTECTED] writes: Stadelmann Josef wrote: And what about UTF-8 and UTF-16 support in Axis2/C a nd base libs. Axis2/C is designed to be able to use UTF. But there are issues that needs to be fixed, when that is done. As an example, you can try setting

Re: new version 1.5.0 is not ready to create a dot so file

2008-11-13 Thread Dinesh Premalal
Hi Shyam, Shyam Yadav [EMAIL PROTECTED] writes: I have also installed latest release 1.5.0. http://1.5.0. There i have found transportReceiver tag in axis2c.xml. But getting a new error while try to create so file of my client code. /usr/bin/ld: cannot find -laxis2

axis2-java2wsdl-maven-plugin for multiple classes

2008-11-13 Thread Soumya S. Hameed
Hi, I need to generate WSDL for multiple classes. Can anyone tell me how to do this with axis2-java2wsdl-maven-plugin. Also, is it possible to generate only a single WSDL file for all the classes rather than having a WSDL file per Class. I am stuck with this problem, any inputs that'll

RE: axis2-java2wsdl-maven-plugin for multiple classes

2008-11-13 Thread Soumya S. Hameed
Please reply. Its urgent. From: Soumya S. Hameed Sent: Thursday, November 13, 2008 2:48 PM To: 'axis-user@ws.apache.org' Subject: axis2-java2wsdl-maven-plugin for multiple classes Hi, I need to generate WSDL for multiple classes. Can anyone tell me how to do

Re: [Axis2] Problem using Helpmode with wsdl2Java (1.4.1)

2008-11-13 Thread Amila Suriarachchi
hi, ADB help mode is an obsolete feature. Please use the normal mode. thanks, Amila. On Thu, Nov 13, 2008 at 4:23 PM, [EMAIL PROTECTED] wrote: I'm trying to use helpmode for code generation with adb using the -Eh switch (AXIS2 1.4.1): java -Djava.ext.dirs=C:\apache\axis2-1.4.1\lib

Writing own transport layer using Axis 1.4 with Java

2008-11-13 Thread lalitha_anand
I want to use my own transport layer (Girzzly) instead of using the one provided by axis 1.4, i.e. I need to integrate Girzzly and Axis 1.4. I've seen Axis1.4 C++ implementation for building our own transport layer. But i want to do this JAVA. Can any of you please help me with this? thanks in

Re: Cyrillic characters.

2008-11-13 Thread Ognjen Blagojevic
José Ferreiro wrote: Item#x41E;#x441;#x43D;#x43E;#x432;#x43D;#x43E;#x435; lt;/codeDescriptiongt;lt;/errorCodeItemgt;/Item Does anyone has an idea how I can get the encoded word/phrase back to cyrillic in the client? I assume that it is UTF-8 encoded... Actually, this is XML encoding. You

[Axis2] Problem using Helpmode with wsdl2Java (1.4.1)

2008-11-13 Thread tom0081
I'm trying to use helpmode for code generation with adb using the -Eh switch (AXIS2 1.4.1): java -Djava.ext.dirs=C:\apache\axis2-1.4.1\lib org.apache.axis2.wsdl.WSDL2Java -uri http://localhost:8085/test/Simple.wsdl -p com.tom.test -d adb -s -ss -sd -o C:\workspace\SimpleWS -uw -u -Eh I have

Re: java.security.AccessControlException: access denied (java.io.FilePermission ..../WEB-INF/scriptServices read)

2008-11-13 Thread Amila Suriarachchi
On Wed, Nov 12, 2008 at 3:24 AM, Ramesh Vishwanatham [EMAIL PROTECTED] wrote: All I have a built simple web service and trying to deploy axis2 1.3 version in WAS6.0 environment running Java 1.4.2 under security manager and getting following exception: Stack Trace:

Re: Cyrillic characters.

2008-11-13 Thread José Ferreiro
Thank you Ognjen, You are correct about your statement. I also suceeded without any problem to do the excaping for lt;/codeDescriptiongt; - /codeDescription As I am developping in a English (Western country) environment with eclipse I cannot display the word *Основное *from *

Re: Cyrillic characters.

2008-11-13 Thread Ognjen Blagojevic
As I am developping in a English (Western country) environment with eclipse I cannot display the word *Основное *from *#x41E;#x441;#x43D;#x43E;#x432;#x43D;#x43E;#x435;* in the Eclipse console (I mean when I do a System.out.println). Just try this: Run, Open run dialog... then locate

RE: Cyrillic characters.

2008-11-13 Thread Martin Gainty
the problem is accomodating input and display for cyrillic characters you should implement all of the features DB, AppServer as well as KB and Browser configurations on a separate machine so to maintain input (Keyboard) and display (browser)cleanly separated (and operational) for either latin

Re: Cyrillic characters.

2008-11-13 Thread José Ferreiro
Thank you Ognjen. I tried this and I see you logic but it is not working! Well for me it is not the most important to see the data in the Output Console (well it will help but as far as I know that the data is transfered this is the most important). I am trying now to develop a GUI to see better

Re: Cyrillic characters.

2008-11-13 Thread José Ferreiro
Martin, I fully agree with you! I will develop a GUI and I will see better those problems. Thank you for your advice. PS: The display from the received XML message works in the Browser. But some problems arises when I apply WSS4J (encryption + signature) due to the following error:

Re: Cyrillic characters.

2008-11-13 Thread Ognjen Blagojevic
Try reading this: http://forum.java.sun.com/thread.jspa?threadID=653068tstart=165 Maybe the console font doesn't support cyrillic characters? -Ognjen José Ferreiro wrote: Thank you Ognjen. I tried this and I see you logic but it is not working! Well for me it is not the most important to see

Encoding of non latin characters (Cyrillic)

2008-11-13 Thread José Ferreiro
Hello all, I have the Russian Word (taken as example): *Основное* that is encoded as UTF-8 by axis as: #x41E;#x441;#x43D;#x43E;#x432;#x43D;#x43E;#x435; (a) I may transmit this kind of information in a XML well formed packet using axis 1.4 after a client request from the server to the client

Standard for publishing custom WSDL/XSD using axis2

2008-11-13 Thread Kurt Kavanaugh
I have a number of Document based web services. Separate XSD document imported into my WSDL. All is well. I can use the WSDL in the .NET world, IBM world all the clients work. What I can't figure out, yet. Is where to put the WSDL so that it is picked up via a URL whilest in Axis2. The

Re: java.security.AccessControlException: access denied (java.io.FilePermission ..../WEB-INF/scriptServices read)

2008-11-13 Thread Ramesh Vishwanatham
Hi Amila Thanks for replying my question, I have added following in policy file: grant codeBase file:/xyz/xyz.war/- { permission java.io.FilePermission /xyz.ear/xyz.war/WEB-INF/scriptServices, read; }; and still getting below error: SecurityManag W SECJ0314W: Current Java 2

Re: Encoding of non latin characters (Cyrillic)

2008-11-13 Thread Andreas Veithen
José, Neither (a) nor (b) are UTF-8. These are sequences of XML character entities referring to Unicode code points. They are strictly the same, except that the first one uses hexadecimal values, while the second one uses decimal values. Andreas On Thu, Nov 13, 2008 at 18:53, José Ferreiro

Axis2 serialization problem

2008-11-13 Thread Ravichandra
Hi I am developing webservice using axis2 and spring. I followed wsdl first approach. First I created/wrote wsdl using the eclipse plugin. Then generated server side code using wsdl2java, and implemented the service and deployed it in tomcat5.5.23. Then generated the

Re: java.security.AccessControlException: access denied (java.io.FilePermission ..../WEB-INF/scriptServices read)

2008-11-13 Thread Amila Suriarachchi
Try to give filePermission to all the file and see first. Then try to narrow down to the level you want. thanks, Amila. On 11/13/08, Ramesh Vishwanatham [EMAIL PROTECTED] wrote: Hi Amila Thanks for replying my question, I have added following in policy file: grant codeBase

Re: Axis2 serialization problem

2008-11-13 Thread Amila Suriarachchi
What do you mean by your custom object? If you have generated client and server with the wsdl. check whether the request and responses are matched with wsdl. please have a look at here for more info[1] thanks, Amila. [1] https://wso2.org/library/2873 On 11/14/08, Ravichandra [EMAIL PROTECTED]

Re: Axis2 serialization problem

2008-11-13 Thread Ravichandra
Hi Amila, When I said custom object, I mean a composite serializable bean that i wanted to send to server. I checked the request/response with the wsdl. They are same Amila Suriarachchi wrote: What do you mean by your custom object? If you have generated client and server with