Re: array serialization in 1.3

2006-03-28 Thread Anne Thomas Manes
I'm a bit swamped at the moment and don't have time to help you right now -- sorry.On 3/28/06, Marc Brette <[EMAIL PROTECTED] > wrote:Hi Anne,Do you also need the complete WSDL and XSD files?I can send them if needed. --- Marc Brette <[EMAIL PROTECTED]> a écrit :> Here it is:> >   >   

Re: array serialization in 1.3

2006-03-28 Thread Marc Brette
Hi Anne, Do you also need the complete WSDL and XSD files? I can send them if needed. --- Marc Brette <[EMAIL PROTECTED]> a écrit : > Here it is: > > > > > > > > > > >

Re: array serialization in 1.3

2006-03-21 Thread Marc Brette
Here it is: Opt

Re: array serialization in 1.3

2006-03-20 Thread Anne Thomas Manes
Please also provide the tyoe definition of common:BaseRequest.On 3/20/06, Marc Brette <[EMAIL PROTECTED]> wrote: Here it is. It is quite complex because there aredozens of operation and .xsd inclusion, so I just extracted the relevant data structures (I can providethe whole WSDL if needed).WSDL:[..

Re: array serialization in 1.3

2006-03-20 Thread Marc Brette
Here it is. It is quite complex because there are dozens of operation and .xsd inclusion, so I just extracted the relevant data structures (I can provide the whole WSDL if needed). WSDL: [...] http://search.search.services.v1.wsapi.lexisnexis.com"; schemaLocation="Search.xsd"/> [...]

Re: array serialization in 1.3

2006-03-16 Thread Anne Thomas Manes
Would you please supply the rest of the WSDL? (or at least the bits that describe the message and element structure)AnneOn 3/16/06, Marc Brette <[EMAIL PROTECTED]> wrote:Then this may not be the same issue. The binding is defined as follow:type="tns:SearchSoapPort">  transport=" http://schemas.xml

Re: array serialization in 1.3

2006-03-16 Thread Marc Brette
Then this may not be the same issue. The binding is defined as follow: http://schemas.xmlsoap.org/soap/http"/> See below the axis 1.1 request (that works) and the axis 1.3 request: 1.1: (I cut some part f

Re: array serialization in 1.3

2006-03-15 Thread Anne Thomas Manes
Sorry -- that was a typo:You *cannot* use soapenc:array or SOAP encoding with use="literal".AnneOn 3/15/06, Dies Koper <[EMAIL PROTECTED]> wrote: Hello Anne,Recently, I noticed a few issues with WSDL files that used soapenc:arrayor simple types such as soapenc:int with use=literal. What are thecon

Re: array serialization in 1.3

2006-03-15 Thread Dies Koper
Hello Anne, Recently, I noticed a few issues with WSDL files that used soapenc:array or simple types such as soapenc:int with use=literal. What are the consequences of this mixing? What should be happening? For example, the JAX-RPC specification says that all soapenc types are nillable. Does

Re: array serialization in 1.3

2006-03-15 Thread Anne Thomas Manes
In Erik's binding it says:  http://schemas.xmlsoap.org/soap/encoding/ "    namespace="http://demo.radialpoint.com/service" use="literal" /> It should say:  http://schemas.xmlsoap.org/soap/encoding/ "     namespace="http://demo.radialpoint.com/service" use="encoded" /> You can use soapenc:ar

Re: array serialization in 1.3

2006-03-15 Thread Marc Brette
Hi all, I seem to run in the same issue as Erik. I have an Axis client that sends incorrectly serialized request: missing enclosing parameter at array serialization. It worked with 1.1 but not with 1.3. I also noticed that in 1.3, the stubs generated are slightly different from the one generated