While not a guru in this particular area, I'd consider it a bug that
the stronger type xsd:base64binary[] is not used.  This type gives
implicit instructions about how to process it when you receive it
(I.e. with a base64 decoder), instructions which are missing in the
type byter[][].

However, the authoritative spec for this, with all its ambiguities and
errors, it the soap encoding spec.  There may be some reason in there
that Axis generates the weaker type.

Jeff

On 12/20/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:




Are there no Axis "Gurus" to answer my question?

I could not find anything on the internet either related to this?



Hope some one has some knowledge on this!!!!!



  ________________________________


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, December 20, 2006 10:23 AM
 To: axis-user@ws.apache.org
 Subject: Reg type declaration in WSDLs





Hi,



Can somebody tell me what is the difference between a) [xsd:byte[][]] and b) 
[xsd:base64binary[]]



a.) This is generated by Axis (?wsdl)



                                    <complexType 
name="ArrayOf_xsd_base64Binary">

                                                <complexContent>

                                                            <restriction 
base="soapenc:Array">

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

                                                            </restriction>

                                                </complexContent>

                                    </complexType>





b) This is what I thought should be there



                                    <complexType 
name="ArrayOf_xsd_base64Binary">

                                                <complexContent>

                                                            <restriction 
base="soapenc:Array">

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

                                                            </restriction>

                                                </complexContent>

                                    </complexType>



Any suggestions or ideas would be great!!!



Thanks in advance,



Regards,

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to