all groups > dotnet web services > may 2005 >
You're in the

dotnet web services

group:

Passing xml to a webservice


Passing xml to a webservice Dexter J. Le Blanc Jr.
5/26/2005 11:20:37 AM
dotnet web services:
does anyone have a code sniplete for this?

Im trying to except xml data in a webservice. then import it into a dataset
process and pass back as a resultset

Re: Passing xml to a webservice Chad Z. Hower aka Kudzu
5/31/2005 12:00:00 AM
"Dexter J. Le Blanc Jr." <leblancdj@cnrrc.nola.navy.mil> wrote in
news:uyaSc7gYFHA.3840@tk2msftngp13.phx.gbl:
[quoted text, click to view]

Just pass it as a string. If you are using ADO.NET datasets, you dont even
need to do that, just pass the dataset and it will serialize itself.


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

AddThis Social Bookmark Button