hello,
this has been asked before but no answers yet.. I need help!
how can write a webservice method with attribute ?
like this xml :
[code=xml]
<soap:Envelop e
xmlns:soap="htt p://schemas.xmlsoap .org/soap/envelope/">
<soap:Body>
<CalcArea xmlns="http://example.org/geometry/" unite="radian"
floor="3">
<length>2.3</length>
<width>1.2</width>
</CalcArea>
</soap:Body>
</soap:Envelope>
[/code]
what is the cs class / method for corresponding with this soap call ?
(with "unite" and "floor" attribute !)
thanks!
this has been asked before but no answers yet.. I need help!
how can write a webservice method with attribute ?
like this xml :
[code=xml]
<soap:Envelop e
xmlns:soap="htt p://schemas.xmlsoap .org/soap/envelope/">
<soap:Body>
<CalcArea xmlns="http://example.org/geometry/" unite="radian"
floor="3">
<length>2.3</length>
<width>1.2</width>
</CalcArea>
</soap:Body>
</soap:Envelope>
[/code]
what is the cs class / method for corresponding with this soap call ?
(with "unite" and "floor" attribute !)
thanks!
Comment