Re: [AXIS2C] throwing an exception from the server to the Java-client

2007-06-25 Thread Samisa Abeysinghe
Dr. Florian Steinborn wrote: Hi Mark, thanks for your ideas - I will give them a try. Anyway I thought that returning a fault would be a very standard way that is supported by the generated functions (and not to be implemented by extending given structs or function parameters...) There are so

Re: Does Axis2/C client has the ability to set the session management?

2007-06-25 Thread Samisa Abeysinghe
I have a web service written in Java and use the soapsession management. Right now I want to create a client using Axis2/C. Is Axis2/C client able to mange session? Axis2/C client cannot manage sessions with a Java service :( Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxyge

Re: Does Axis2/C client has the ability to set the session management?

2007-06-25 Thread Dumindu Pallewela
Hi Wang, My understanding is that it does not, but facilitates such implementation. Please refer to the following thread [1]. Regards, Dumindu. [1] http://marc.info/?l=axis-c-user&m=118224624421829&w=2 Wang, Hailong (NIH/CIT) [C] wrote: Hi, I have a web service written in Java and use the

Does Axis2/C client has the ability to set the session management?

2007-06-25 Thread Wang, Hailong (NIH/CIT) [C]
Hi, I have a web service written in Java and use the soapsession management. Right now I want to create a client using Axis2/C. Is Axis2/C client able to mange session? Thanks in advance. Hailong Wang National Database for Autism Research(NDAR) NIH/CIT/DECA (MOM CONTRACTOR) 9000 Rockvil

Re: [AXIS2C] throwing an exception from the server to the Java-client

2007-06-25 Thread Dr. Florian Steinborn
Hi Mark, thanks for your ideas - I will give them a try. Anyway I thought that returning a fault would be a very standard way that is supported by the generated functions (and not to be implemented by extending given structs or function parameters...) Maybe one of the chiefs here can add

Re: [AXIS2C] throwing an exception from the server to the Java-client

2007-06-25 Thread Mark Nüßler
hello Flori, first let me say, that i am not very skilled in c, so perhaps this approach is complete nonsense. in java a method which can throw an Exception of the type "RaiseErrorFault" cancels the current action and steps back to the point where the method was called. it doesn't return the Exc

Re: Recompile Axis2/C on cygwin

2007-06-25 Thread Dinesh Premalal
Hi Hailong, "Wang, Hailong (NIH/CIT) [C]" <[EMAIL PROTECTED]> writes: > Dear Dinesh, > > Thanks very much for you quick reply. I created a issue(AXIS2C-627) for > this new feature. I appreciate your help to solve this problem. But > could you shorten the time, because I run out of time. Can make i

RE: Recompile Axis2/C on cygwin

2007-06-25 Thread Wang, Hailong (NIH/CIT) [C]
Dear Dinesh, Thanks very much for you quick reply. I created a issue(AXIS2C-627) for this new feature. I appreciate your help to solve this problem. But could you shorten the time, because I run out of time. Can make it work within 3 days? Thanks again. Hailong -Original Message- From:

Re: Recompile Axis2/C on cygwin

2007-06-25 Thread Dinesh Premalal
Hi Hailong, "Wang, Hailong (NIH/CIT) [C]" <[EMAIL PROTECTED]> writes: > Hi , > > > > Is there anyone who is able to compile Axis2/C on cygwin? I tried, but I can > not. Can someone help me on this? Thanks in advance. AFAIK, we didn't try to install in Cygwin. There maybe users who tried to insta

Recompile Axis2/C on cygwin

2007-06-25 Thread Wang, Hailong (NIH/CIT) [C]
Hi , Is there anyone who is able to compile Axis2/C on cygwin? I tried, but I can not. Can someone help me on this? Thanks in advance. Hailong Wang National Database for Autism Research(NDAR) NIH/CIT/DECA (MOM CONTRACTOR) 9000 Rockville Pike, Bld 12A/Room 2027 Bethesda, MD 20892 Pho

Re: [AXIS2C] throwing an exception from the server to the Java-client

2007-06-25 Thread Dr. Florian Steinborn
Hi Mark, no problem at all. Attached you find a "Fehler.java", that I used to generate the "Fehler.wsdl" that is attached as well. When you generate c-server stubs you will find the "axis2_raiseErrorFault.[ch]" files. In my understanding the error should be raised in "axis2_skel_Fehler_rai

Re: [AXIS2C] throwing an exception from the server to the Java-client

2007-06-25 Thread mark . nuessler
hello flori, sry, when i start to write the mail, i took yours to reply but started a new thread - because i was just to lazy to search for the mailinglist-email in my contactlist - sorry about this. to your prob, i don't know if i understand it correctly. do you have the wsdl file for me where