RE: Axis/.Net interop

2005-02-15 Thread Dino Chiesa
ROTECTED] Subject: Re: Axis/.Net interop Use SByte, Java uses signed bytes, .NET's byte is unsigned. - -Jerome

Re: Axis/.Net interop

2005-02-15 Thread Jerome Gagner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Gladish wrote: > In searching the archives I found the following e-mail, but there does > not seem to be a resolution. > > > > http://marc.theaimsgroup.com/?l=axis-user&m=106917131020548&w=2 >

RE: Axis - .Net Interop Problems

2005-01-11 Thread John Deviney
Thanks Brian. Looking through your wsdl and comparing it to mine put me in the right direction. I put together a smaller prototype where business object getters/setters return only typed arrays for 1 - m relationships. .Net wsdl.exe had no problems with the Axis generated wsdl. .Net did not lik

RE: Axis - .Net Interop Problems

2005-01-07 Thread Brian Davis
ne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 5:36 PM To: [EMAIL PROTECTED] Subject: Re: Axis - .Net Interop Problems Brian, In XML Schema, in order to reference an element or type from another schema, you must first import the namespace into the schema. You need to add the f

RE: Axis - .Net Interop Problems

2005-01-07 Thread Brian Davis
ne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 5:36 PM To: [EMAIL PROTECTED] Subject: Re: Axis - .Net Interop Problems Brian, In XML Schema, in order to reference an element or type from another schema, you must first import the namespace into the schema. You need to add the f

Re: Axis - .Net Interop Problems

2005-01-07 Thread Anne Thomas Manes
Brian, In XML Schema, in order to reference an element or type from another schema, you must first import the namespace into the schema. You need to add the following import statement to the second schema: http://valueobject.util.app.willyloman.com"/> And this import statement to the third sche

RE: Axis - .Net Interop Problems

2005-01-07 Thread Brian Davis
ervices"/> http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://www.willyloman.com/webservices"/> http://localhost:8080/wl/services/ContactExchange"/> Brian Davis Software Developer JMM

RE: Axis - .Net Interop Problems

2005-01-07 Thread Brian Davis
ervices"/> http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://www.willyloman.com/webservices"/> http://localhost:8080/wl/services/ContactExchange"/> Brian Davis Software Developer JMM

RE: Axis - .Net Interop Problems

2005-01-07 Thread John Deviney
I am using the same tool, wsdl.exe, from .Net 1.1. Do you have complex array types and are you using soap rpc encoding with Axis 1.1? --- Brian Davis <[EMAIL PROTECTED]> wrote: > What tool are you using in .Net? I use the command > line tool wsdl.exe and it > seems to work flawlessly with WSDL

RE: Axis - .Net Interop Problems

2005-01-07 Thread Brian Davis
What tool are you using in .Net? I use the command line tool wsdl.exe and it seems to work flawlessly with WSDL generated by Axis. Brian Davis Software Developer JMM Ventures -Original Message- From: John Deviney [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 6:35 PM To: [EMA

RE: Axis - .Net Interop Problems

2005-01-07 Thread Brian Davis
What tool are you using in .Net? I use the command line tool wsdl.exe and it seems to work flawlessly with WSDL generated by Axis. Brian Davis Software Developer JMM Ventures -Original Message- From: John Deviney [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 6:35 PM To: [EMA

RE: Axis - .Net Interop Problems

2005-01-07 Thread John Deviney
Thanks for the reply. What version Axis are your working with? I understand doc literal is the way to go but I was also under the impression that some people had this working with soap rpc encoding. My goal is to get this working with as little effort as possible. That's why I started with soap

RE: Axis - .Net Interop Problems

2005-01-07 Thread James Richardson
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 06 January 2005 23:35 > To: [EMAIL PROTECTED] > Subject: Axis - .Net Interop Problems > > Problem: > > The .Net 1.1 wsdl tool does not like the wsdl > generated by Axis 1.1. The datatype 'Array' is

RE: Axis/.Net interop

2003-11-18 Thread Melamud, Mikhail
ommon.framework.webservices.cleverpath.ca.com";> http://schemas.xmlsoap.org/soap/encoding/"; /> -Original Message- From: chris [mailto:[EMAIL P

RE: Axis/.Net interop

2003-11-17 Thread chris
Mikhail -I'd definitely expect a Java byte to be converted into an xsd:byte that would then be converted into a .NET System.SByte. A byte is defined in XML schema as: " 3.3.19 byte [Definition:] byte is .derived. from short by setting the value of .maxInclusive. to be 127 and .minInclusive.