Convert String data from Web Service to XML



Hi
I am trying to Convert String data from Web Service to XML
My String data looks like
<String>My XML is inside this string tag </String>
I want to extract the XML inside the string tag in Orchestration, How
do i do it ??
Any help is appreciated.

Thanks-
Avinash
.



Relevant Pages

  • Re: How to grab data as UTF-8 rather than UTF-16 from DB?
    ... I'm using XMLTextWriter and grabbing data from a database and then spitting out an RSS-compliant XML file. ... IE doesn't like this as the XML encoding doesn't match the page encoding. ... Strings in .NET are handled as 16 bit unicode, so however you recieve the data from the database, it would be converted into 16 bit string data. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Convert String data from Web Service to XML
    ... I am trying to Convert String data from Web Service to XML ... I want to extract the XML inside the string tag in Orchestration, ... ReadElementContentAsString method to retrieve the value. ...
    (microsoft.public.biztalk.general)
  • Re: Convert String data from Web Service to XML
    ... I am trying to Convert String data from Web Service to XML ... I want to extract the XML inside the string tag in Orchestration, ... public XmlDocument VertexResponse ...
    (microsoft.public.biztalk.general)
  • Re: for xml raw problem
    ... Are you using SQL Server 2000 or 2005? ... In the case of SQL Server 2000, you will have to use the explicit mode and ... its!xml directive, if you want to have string data be inlined into the XML ...
    (microsoft.public.sqlserver.xml)
  • Re: Regular expression help please (hopefully simple)
    ... "Reckless" wrote in message ... > The data I'd like extracted is within the quotes: Some string data ... > I can read the file out and extract the data I'd ...
    (comp.lang.php)

Loading