Tom O'Connor wrote: > > I've seen this question asked multiple times in multiple ways and > haven't seen a complete answer: > > Q: When using soapencoding for message Parameters, how does one write > data as an XML attribute? I.E: > > <foo bar="rab">oof</foo> > The way I read the SOAP standard for data serialization, all values are to be represented as element content, and attributes are used to define the type of the value. WBB
- parameters, attributes, custom de/serializers Tom O'Connor
- Re: parameters, attributes, custom de/serializers William Brogden
- Re: parameters, attributes, custom de/serializers Robert Englander
- RE: parameters, attributes, custom de/serializers Robert Englander
