Hi Martin,

 

Thanks for the reply.

 

I did not get it though. Could you explain a little bit more elaborate?

 

Regards,

Subir S


From: Martin Gainty [mailto:[EMAIL PROTECTED]
Sent: Monday, October 30, 2006 7:14 PM
To: [email protected]
Subject: Re: 2 dimensional byte arrays (byte[][]) [Axis 1.2]

 

backing down the double array to single array as in byte[]

then parse the single byte array of complexType programmatically

 

Martin --
This e-mail communication and any attachments may contain confidential and privileged information for the use of the
designated recipients named above. If you are not the intended recipient, you are hereby notified that you have received
this communication in error and that any review, disclosure, dissemination, distribution or copying of it or its
contents

----- Original Message -----

Sent: Monday, October 30, 2006 6:12 AM

Subject: RE: 2 dimensional byte arrays (byte[][]) [Axis 1.2]

 

Hi,

 

I saw a JIRA issue related to this. [http://issues.apache.org/jira/browse/AXIS-1773]. Is it not possible to use 2d byte arrays with AXIS 1.2?

 

Please confirm is it enough to define the byte[][] like this in WSDL.

 

                                    <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>

                                    <complexType name="ArrayOf_xsd_base64Binary">

                                                <complexContent>

                                                            <restriction base="soapenc:Array">

                                                                        <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:byte[][]"/>

                                                            </restriction>

                                                </complexContent>

                                    </complexType>

 

And then define a element type as

            <xsd:element name="neType" type="tns:ArrayOf_xsd_base64Binary" minOccurs="0" maxOccurs="unbounded"/>

 

Where tns is my target namespace.

 

 

My web services are rpc/enc

 

Also doing this is giving me errors like this.

 

java.io.IOException: Type {http://www.nokia.com/schemas/oss/inventory/v1.0/inven

tory-definitions/}ArrayOf_xsd_base64Binary is referenced but not defined.

        at org.apache.axis.wsdl.symbolTable.SymbolTable.checkForUndefined(Symbol

Table.java:665)

        at org.apache.axis.wsdl.symbolTable.SymbolTable.add(SymbolTable.java:545

)

        at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.jav

a:518)

        at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.jav

a:495)

        at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:361)

 

 

Thanks in advance,

Subir S

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, October 30, 2006 2:36 PM
To: [email protected]
Subject: 2 dimensional byte arrays (byte[][])

 

Hi,

 

 

We have a requirement in the project where we need to use 2 dimensional byte arrays (byte[][]).

I have few questions

 

  1. I think we can give a type ArrayOf_base64binary for this type???
  2. Does this have any interoperability issues?
  3. Is axis having a proper way to serialize and deserialize this java type?

 

If some body has some information, please share with me.

 

Thanks in advance.

 

Subir S

 


The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.

www.wipro.com

 


The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.

www.wipro.com

 


The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.

www.wipro.com

Reply via email to