Re: how to specify encodingStyle ?

2006-05-01 Thread Raymond Domingo
Thank you for responding. I did read something about this: http://www-128.ibm.com/developerworks/webservices/library/ws-tip-j2eenet1/ But I couldn't confirm it by reading the specs on ws.apache.org/axis any references to specs related to this would be appreciated. best regards, raymond On Mon,

Re: [Axis2] cannot create war with axis2-std-1.0-RC3-src.zip

2006-05-01 Thread Algirdas Veitas
Hi Robert,   Thanks!  After running "maven release" ran into 2 issues: 1st one was maven asking for a username.  After specifying the user name on the cmd line, the build failed trying to create a process that would secure shell.  Any tips here?  The output from "maven release" and "maven - Dma

Re: Is AXIS compliant with WSDL 2.0

2006-05-01 Thread Anne Thomas Manes
Axis does not support WSDL 2.0 (which isn't final yet).On 5/1/06, Jim Collins <[EMAIL PROTECTED] > wrote:Hi all,Does anyone know if AXIS is compliant with WSDL 2.0. I tried using the WSDL to Java Ant task on a WSDL 2.0 file and got exceptions. It did not recognisethe tag.RegardsJim

Re: how to specify encodingStyle ?

2006-05-01 Thread Anne Thomas Manes
"literal" means there is no encoding style. It is inappropriate to specify one.AnneOn 5/1/06, Raymond Domingo < [EMAIL PROTECTED]> wrote:Hello,Is there really no way to enable encodingStyle when using rpc literal ? In the request I recieve from some (soap) client there is an encodingStyle,but the r

Re: [Axis2]Error Using WSDL2Java

2006-05-01 Thread Kensky Schulz
Perhaps you can check this comand Try this, WSDL2Java -uri file.wsdl -ss -sd -p com.maryam.grid -d xmlbeans -g if you are using namespaces in your wsdl, can use without specifiying -p option. Further you can send your wsdl for reference. Kensky On 5/1/06, Maryam Moazeni <[EMAIL PROTECTED]>

[Axis2]Error Using WSDL2Java

2006-05-01 Thread Maryam Moazeni
Hi all,   I'm using WSDL2Java but I got the following error when I run this command:   WSDL2Java -uri file.wsdl -ss -sd -p com.maryam.grid   Can anyone please help me figure out the problem. Shall I add anything to my CLASSPATH? Error:   Exception in thread "main" java.lang.NullPointerException

Axis Client - Connection Timeout

2006-05-01 Thread Artur Kraft
Hello, I'm trying to get a axis client to work with my web service (located on a remote machine) over HTTPS. The call of the web service succeeds with the browser. I accept the server certificate (self-signed), then I am able to access and call the methods. But with the java client I got the

how to specify encodingStyle ?

2006-05-01 Thread Raymond Domingo
Hello, Is there really no way to enable encodingStyle when using rpc literal ? In the request I recieve from some (soap) client there is an encodingStyle, but the response from my axis server has no encodintStyle. I suspect this is the cause why my clients to throw an exception. client request:

how to specify encodingStyle ?

2006-05-01 Thread Raymond Domingo
Hello, Is there really no way to enable encodingStyle when using rpc literal ? In the request I recieve from some (soap) client there is an encodingStyle, but the response from my axis server has no encodintStyle. I suspect this is the cause why my clients to throw an exception. client request:

[Axis2][1.0RC5] Asynchrony at the server side (EchoNonBlockingDualClient for long running MyService)

2006-05-01 Thread Ali Sadik Kumlali
Hi all, As you know, EchoNonBlockingDualClient calls MyService and waits the response by launching SimpleHTTPServer on port 6060. Could someone check the correctness of the following flow, please? C: client S: server [C->S] open connection to the server's endpoint [C->S] send request SOAP with

Re: [Axis2] Obtaining WS-Addressing ReferenceParameters

2006-05-01 Thread Eran Chinthaka
You have to engage addressing in client side as well. There should be AddressingOutHandler in the client side to serialize the reference parameters you have put. I updated the documentation on this, and waiting for the Chatra to update the site. In the mean while you can check it here : http://svn

No Deserializer found to deserialize a ':parameters' using encoding style 'null'

2006-05-01 Thread Raymond Domingo
Hello everyone, We are STRUGGELING to connect our soap client to our axis server for some time now, PLEASE HELP ! We suspect there is a problem with the encodingStyle. We created a test client (using axis) and it works ok. After comparing the soap message (obtained using sniffer) from our Te

Re: [axis2] Strange xmlbeans problem

2006-05-01 Thread Davanum Srinivas
Can u please log a bug report? i almost missed this one. thanks, dims On 4/30/06, robert lazarski <[EMAIL PROTECTED]> wrote: Hi all, I'm using RC4 for this example. I'm written a very simple example to explain my problem. Can somebody please give a quick look - it must be something simple but

Re: [Axis2] SimpleHTTPServer port conflict for multiple EchoNonBlockingDualClient threads

2006-05-01 Thread Ali Sadik Kumlali
Hi Deepal, I'm currently running 1.0RC5 and still have the same problem. May be, as you said, I need somehow to use ListenerManager. Could you please tell me what to do? Thanks, Ali Sadik Kumlali --- Deepal Jayasinghe <[EMAIL PROTECTED]> wrote: > Hi Sadik; > > In the current code base we don

Is AXIS compliant with WSDL 2.0

2006-05-01 Thread Jim Collins
Hi all, Does anyone know if AXIS is compliant with WSDL 2.0. I tried using the WSDL to Java Ant task on a WSDL 2.0 file and got exceptions. It did not recognise the tag. Regards Jim