Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web Service DataSet question

Status
Not open for further replies.

tc3596

Technical User
Mar 16, 2001
283
0
0
I have created a Web Service using Visual Studio 2008. It passes a dataset back to the calling service.

I need to get the data back ni a specific format..

For Example..
<?xml version="1.0"?>
<Envelope>

elements are..
<Challenge />
<Response />

</Envelop>

Currently, the resultset looks more like this...

<?xml version="1.0" encoding="utf-8" ?>
<string xmlns=" xmlns=" <GetPalletInfo> <Challenge>1</Challenge> <Response>2</Response> </GetPalletInfo> </GetNewPalletInformationResponse></string>

I tried creating a schema, but really don't have a clue as how to call or use it....

Any pointers would be great...thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top