Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
16460 Points
3178 Posts
Apr 27, 2012 07:14 AM|LINK
byte[] buf = System.Text.ASCIIEncoding.ASCII.GetBytes(neNode.OuterXml);
//to
byte[] buf = System.Text.ASCIIEncoding.ASCII.GetBytes(myServiceDoc.OuterXml);
nijhawan.sau...
All-Star
16460 Points
3178 Posts
Re: webservice output error
Apr 27, 2012 07:14 AM|LINK
byte[] buf = System.Text.ASCIIEncoding.ASCII.GetBytes(neNode.OuterXml);
//to
byte[] buf = System.Text.ASCIIEncoding.ASCII.GetBytes(myServiceDoc.OuterXml);