<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: XML in web services in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/xml-in-web-services/qaa-p/1618523#M708932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this example I put together using javascript and HTML: &lt;/P&gt;&lt;P&gt;/people/prakash.darji/blog/2006/09/04/work-with-xmla-web-service-for-bi-data-in-external-applications&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use XSL to convert the XML to HTML.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Sep 2006 03:48:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-25T03:48:37Z</dc:date>
    <item>
      <title>XML in web services</title>
      <link>https://community.sap.com/t5/technology-q-a/xml-in-web-services/qaq-p/1618521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I've asked this question in the Java Programming forum too but have got no reply. I guess this may be the more appropriate place for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I accept and return XML documents as input and output of a Web Service. Is there any way I can serialize a DOM object and deserialize it at the other end? Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Sep 2006 02:34:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/xml-in-web-services/qaq-p/1618521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-23T02:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: XML in web services</title>
      <link>https://community.sap.com/t5/technology-q-a/xml-in-web-services/qaa-p/1618522#M708931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nirav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perhaps you try the approach I've used and desribed in my Blog: &amp;lt;a href="/people/gregor.wolf3/blog/2006/09/01/excel-to-csv-conversion-with-a-php-web-service"&amp;gt;Excel to CSV conversion with a PHP Web Service&amp;lt;/a&amp;gt;. I've encoded the Excel File with Base64 and decoded it on the other end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gregor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Sep 2006 11:39:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/xml-in-web-services/qaa-p/1618522#M708931</guid>
      <dc:creator>gregorw</dc:creator>
      <dc:date>2006-09-24T11:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: XML in web services</title>
      <link>https://community.sap.com/t5/technology-q-a/xml-in-web-services/qaa-p/1618523#M708932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this example I put together using javascript and HTML: &lt;/P&gt;&lt;P&gt;/people/prakash.darji/blog/2006/09/04/work-with-xmla-web-service-for-bi-data-in-external-applications&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use XSL to convert the XML to HTML.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 03:48:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/xml-in-web-services/qaa-p/1618523#M708932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T03:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: XML in web services</title>
      <link>https://community.sap.com/t5/technology-q-a/xml-in-web-services/qaa-p/1618524#M708933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought passing XMLs was supported using SOAP. In this case, the XML data in the SOAP body is type "string" and the namespace of the XML inside separates it from the rest of the SOAP package. Can I do the same with...say... Web Dynpro where the WSDL is used to generate proxy classes. How do I add a namespace in the SOAP header so that I can add the XML in the body? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I propose that life would be much easier if a datatype called XML, or some option before the WSDL is imported to create proxy classes is available which creates a wrapper for adding XML data. Far fetched...but can be done. Whats you opinion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirav Mehta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 05:13:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/xml-in-web-services/qaa-p/1618524#M708933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T05:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: XML in web services</title>
      <link>https://community.sap.com/t5/technology-q-a/xml-in-web-services/qaa-p/1618525#M708934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In generally, I pass XML as a type string. When I receive the string, I'll run some generic function to serialize the string as an xml, for example loadXML(string). For examples of this, see &lt;A href="http://www.w3schools.com" target="test_blank"&gt;http://www.w3schools.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 14:15:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/xml-in-web-services/qaa-p/1618525#M708934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T14:15:09Z</dc:date>
    </item>
  </channel>
</rss>

