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

Reply via email to