Hi, I am a newbie to this. So any help is appreciated.

I used WSDL2java to generate codes on a wsdl file
which contains something similar to this,

<s:complexType>
  <s:sequence>
     <s:any/>
  <s:sequence>
<s:complexType>

It seems AXIS generates some objects which internally
uses org.apache.axis.message.MessageElement[]. 

However the provider of the wsdl file provides
different proxy classes, which simply uses
org.w3c.dom.Element. What is interesting is these
proxy classes are also generated using AXIS as written
on the top of these classes.

I tried both types of proxies and they both work. Can
someone explain how this works? Thanks.

Song 


                
_______________________________
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush

Reply via email to