Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Apr 27, 2012 12:52 PM by maddyrafi8975
Contributor
3230 Points
668 Posts
Apr 27, 2012 12:40 PM|LINK
hi,
instead of this byte[] buf = System.Text.ASCIIEncoding.ASCII.GetBytes(myServiceDoc.OuterXml);
use this byte[] buf = System.Text.ASCIIEncoding.ASCII.GetBytes(myServiceDoc.InnerXml);
Member
134 Points
300 Posts
Apr 27, 2012 12:52 PM|LINK
same error occurs here .... my table i not empty
tusharrs
Contributor
3230 Points
668 Posts
Re: webservice output error
Apr 27, 2012 12:40 PM|LINK
hi,
instead of this byte[] buf = System.Text.ASCIIEncoding.ASCII.GetBytes(myServiceDoc.OuterXml);
use this byte[] buf = System.Text.ASCIIEncoding.ASCII.GetBytes(myServiceDoc.InnerXml);
( Mark as Answer if it helps you out )
View my Blog
maddyrafi897...
Member
134 Points
300 Posts
Re: webservice output error
Apr 27, 2012 12:52 PM|LINK
same error occurs here .... my table i not empty