Re: Problem using MsgProvider

2004-09-29 Thread Jean-Francois Denise - Sun Microsystems
ease provide us with your WSDL document. Anne -----Original Message----- From: Jean-Francois Denise - Sun Microsystems [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 12:33 PM To: [EMAIL PROTECTED] Subject: Problem using MsgProvider I have a service that implements SOAPBodyElement [

Problem using MsgProvider

2004-09-28 Thread Jean-Francois Denise - Sun Microsystems
w3.org/2001/XMLSchema-instance";> http://soap.jmx.sun.com";> http://soap.jmx.sun.com";> 4bdq0m08lpjll -- ---------- Jean-Francois DeniseSun Microsystems Sun ONE/Java Web

Re: Importing axis generated wsdl containing anyType in .Net fails

2004-07-29 Thread Jean-Francois Denise - Sun Microsystems
Hello Davanum, any news on this front? Jean-Francois Denise - Sun Microsystems wrote: Find attached the wsdl generated by the agent (things.xml) .Net creates a new one from the original one. (things_msoft.wsdl) Davanum Srinivas wrote: i need the wsdl snippet -- dims On Tue, 27 Jul 2004 16:51:10

Re: Deserialization of received message question

2004-07-27 Thread Jean-Francois Denise - Sun Microsystems
ided. So it doen't work If the returned SOAPService in step 3) contains a valid serviceDesc, everything is OK. Thanks for your help. Anne Thomas Manes wrote: MsgProvider deserializes the message into a DOM rather than into Java objects. -Original Message- From: Jean-Francois Denis

Re: Importing axis generated wsdl containing anyType in .Net fails

2004-07-27 Thread Jean-Francois Denise - Sun Microsystems
Find attached the wsdl generated by the agent (things.xml) .Net creates a new one from the original one. (things_msoft.wsdl) Davanum Srinivas wrote: i need the wsdl snippet -- dims On Tue, 27 Jul 2004 16:51:10 +0200, Jean-Francois Denise - Sun Microsystems <[EMAIL PROTECTED]> wrote: I

Re: Importing axis generated wsdl containing anyType in .Net fails

2004-07-27 Thread Jean-Francois Denise - Sun Microsystems
On Tue, 27 Jul 2004 16:32:35 +0200, Jean-Francois Denise - Sun Microsystems <[EMAIL PROTECTED]> wrote: 1.2 beta2 Anne Thomas Manes wrote: What version of Axis are you using? -----Original Message- From: Jean-Francois Denise - Sun Microsystems [mailto:[EMAIL PROTECTED] Sent: Tues

Re: Importing axis generated wsdl containing anyType in .Net fails

2004-07-27 Thread Jean-Francois Denise - Sun Microsystems
1.2 beta2 Anne Thomas Manes wrote: What version of Axis are you using? -Original Message- From: Jean-Francois Denise - Sun Microsystems [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 4:30 AM To: [EMAIL PROTECTED] Subject: Importing axis generated wsdl containing anyType in .Net

Re: Deserialization of received message question

2004-07-27 Thread Jean-Francois Denise - Sun Microsystems
with MsgProvider? It's designed specifically for delivering the DOM to your service. -- dims On Tue, 27 Jul 2004 15:03:20 +0200, Jean-Francois Denise - Sun Microsystems <[EMAIL PROTECTED]> wrote: I found a problem when accessing header. Context : webservices exposed dyna

Deserialization of received message question

2004-07-27 Thread Jean-Francois Denise - Sun Microsystems
rtAsString()); SOAPEnvelope env = msg2.getSOAPEnvelope(); Regards. -- -- Jean-Francois Denise Sun Microsystems Sun ONE/Java Web Services email: [EMAIL PROTECTED] Internal home page : http://icncweb.france/~jfdenise ---

Importing axis generated wsdl containing anyType in .Net fails

2004-07-27 Thread Jean-Francois Denise - Sun Microsystems
Axis generates the wsdl for type anyType under the schema namespace 1999. .Net doesn't import properly such namespace. If anyType is generated under 2001 namespace, everything works fine. I don't understand why anyType is related to 1999 namespace URI? Do I do something wrong? Is the default to hav

Re: Known problem between .Net and axis.transport.SimpleAxisServer

2004-07-23 Thread Jean-Francois Denise - Sun Microsystems
Axis? thanks, -- dims On Fri, 23 Jul 2004 15:30:51 +0200, Jean-Francois Denise - Sun Microsystems <[EMAIL PROTECTED]> wrote: Oh, please :-) I started to code the first line of Jetty based web server + axis servlet Thanks so much. Davanum Srinivas wrote: I have a jetty based Simpl

Re: Known problem between .Net and axis.transport.SimpleAxisServer

2004-07-23 Thread Jean-Francois Denise - Sun Microsystems
Jul 2004 14:16:38 +0200, Jean-Francois Denise - Sun Microsystems <[EMAIL PROTECTED]> wrote: I found the proble, client is HTTP 1.1, SimpleAxisServer is HTTP 1.0. Is 1.1 support in your radar screen...? Jean-Francois Denise - Sun Microsystems wrote: I'am using axis 1.2 beta2 an

Re: Known problem between .Net and axis.transport.SimpleAxisServer

2004-07-23 Thread Jean-Francois Denise - Sun Microsystems
I found the proble, client is HTTP 1.1, SimpleAxisServer is HTTP 1.0. Is 1.1 support in your radar screen...? Jean-Francois Denise - Sun Microsystems wrote: I'am using axis 1.2 beta2 and .Net 2003/ I ran into a problem when accessing axis SimpleAxisServer from .Net 2003 client. SimpleAxisW

Known problem between .Net and axis.transport.SimpleAxisServer

2004-07-23 Thread Jean-Francois Denise - Sun Microsystems
I'am using axis 1.2 beta2 and .Net 2003/ I ran into a problem when accessing axis SimpleAxisServer from .Net 2003 client. SimpleAxisWorker is waiting infinitely when parsing headers. Is it a known problem? Stack : "Thread-0" prio=10 tid=0x003d1ac8 nid=0x9 runnable [0xf897f000..0xf897fc48] at j

Multi dimensionnal array in WRAPPED/LITERAL

2004-07-21 Thread Jean-Francois Denise - Sun Microsystems
Is it something that is possible? Supported by AXIS? I tried. The generated client from such WSDL doesn't compile. Thanks.

Re: Arrays in Document Style WebServices

2004-07-21 Thread Jean-Francois Denise - Sun Microsystems
Thanks in advance. Vikas -- ------ Jean-Francois DeniseSun Microsystems Sun ONE/Java Web Services email: [EMAIL PROTECTED] Internal home page : http://icncweb.france/~jfdenise ---

Re: NullPointerException when using JDK 1.5

2004-07-19 Thread Jean-Francois Denise - Sun Microsystems
Hello, I didn't get any response concerning what I observed? Is it the expected behavior? Davanum Srinivas wrote: hmmmi don't remember this one. glen? -- dims On Fri, 16 Jul 2004 10:29:45 +0200, Jean-Francois Denise - Sun Microsystems <[EMAIL PROTECTED]> wrote: Thanks, the

Re: NullPointerException when using JDK 1.5

2004-07-16 Thread Jean-Francois Denise - Sun Microsystems
2004 17:32:03 +0200, Jean-Francois Denise - Sun Microsystems <[EMAIL PROTECTED]> wrote: Hello, I tried with the following release : Apache Axis version: 1.2beta Built on Mar 31, 2004 (12:47:03 EST) The problem is still there. I notice that the axis release is from March the 31. It is not t

Re: NullPointerException when using JDK 1.5

2004-07-15 Thread Jean-Francois Denise - Sun Microsystems
: Jeff, We don't see this problem in latest Axis (1.2 Beta2 went out the door yesterday). Can you please try that version? Am assuming you are trying to "port" the JMX Remote RI? thanks, dims On Thu, 15 Jul 2004 14:28:09 +0200, Jean-Francois Denise - Sun Microsystems <[EMAIL PROTECTED]&

NullPointerException when using JDK 1.5

2004-07-15 Thread Jean-Francois Denise - Sun Microsystems
Sending a simple SOAP request to axis 1.1 server leads to NullPointerException. A cleaning is done by axis (setting a property on SAXParser to null value). It makes the parser to throw a NPE. It was not the case using JDK 1.4. Is it a known bug? Should axis change its cleaning algo? I checked the