You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Giri <gi...@gmail.com> on 2006/03/20 06:26:01 UTC

hlp me on xml schema code

HI

   in dataset also am getting XML as String,temp i stored XML in local path
and am parsing the XML.

problem is based on schema i did code,i took sample XML data and coded.

what the "service provider" says u need to code based on schema he said.

consider schema has 45 fields.and sample xml have 23 fields only he said xml
will be generated based on schema sometimes..xml will give 34 or 45 or 12
fields also.

now how should i code based on xml schema.




pls hlp me.












On 3/13/06, Anne Thomas Manes <at...@gmail.com> wrote:
>
> If the response comes back as a Dataset type, then you will have to parse
> and process the response using DOM.
>
>
> On 3/12/06, Giri < giribabu@gmail.com> wrote:
> >
> >  Hi
> > anne pls gieve me suggestions ,is there any major modification in the
> > dot net coding.(becoz they have already coded using data set).
> >
> > as we agreed in the document,now we have to proceed with data set
> > only.pls
> > now how do i get the information in generated code.pls help me to write
> > client code
> >
> > shall i use
> > MessageElment[]   = obj.get_any();
> >
> > then all data'as are instring format.
> >
> >
> >
> > regards
> >  Giri babu
> >
> >  On 3/12/06, Anne Thomas Manes <atmanes@gmail.com > wrote:
> > >
> > > A .Net Dataset is the datatype used by ADO.NET <http://ado.net/>. It
> > > contains proprietary data management information, and it should not be
> > > exposed via a SOAP/WSLD interface. The Dataset should be converted into an
> > > array of structures.
> > >
> > >
> > > Anne
> > >
> > >
> > > On 3/10/06, Giri <gi...@gmail.com> wrote:
> > > >
> > > >  hi
> > > >
> > > >    Anne this is very urgent,can u please tell me what is
> > > > interoperable data type.
> > > > please give me suggestions for dot.Net web services how it should
> > > > be?
> > > > Which condition he has to set?
> > > > dataset means - it has Objects is it?
> > > >
> > > >
> > > >
> > > > regards
> > > >  Giri babu.v
> > > >
> > > >
> > > >
> > >
> > >
> >
>