users@jax-rpc.java.net

problem --- UDDI -- With complex type

From: Abhijit Kulkarni <kabhis_at_gmail.com>
Date: Thu, 31 Aug 2006 19:59:10 +0530

Hi,

i am using JAX-RPC client
method used is UDDI

facing problem in mapping the java types to complex type of the WSDL

thw WSDL part is here..

 <s:complexType name="CompanySearch">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Companyname"
type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CompanyId"
type="s:string" />
        </s:sequence>
      </s:complexType>


i tried to mapp it to Java Object but.. it gave some erroe .. something
like failed to serealize ... ....registry

can u help me out?


Regards,
abhijit.