users@jax-rpc.java.net

Re: problem --- UDDI -- With complex type

From: Anne Thomas Manes <atmanes_at_gmail.com>
Date: Sat, 2 Sep 2006 16:59:56 -0400

See also this technical note from the UDDI Spec committee:

"Generating a JAX-RPC Client for UDDI 3.0.2"
http://www.oasis-open.org/committees/uddi-spec/doc/tn/uddi-spec-tc-tn-jax-rpc-20050126.htm

Anne

On 8/31/06, kathy walsh <Kathleen.Walsh_at_sun.com> wrote:
> Hi Abhijit,
>
> Are you not using the wscompile tool to generate the data binded java code?
>
> For any client application, the recomendation is always to develop
> using the wsdl. JAX-RPC will follow the wsdl to java section of the
> jax-rpc 1.1 specification.
>
> Kathy
>
> Abhijit Kulkarni wrote:
>
> > 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.
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
> For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net
>
>