<?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: SOAP-XML Format in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/soap-xml-format/qaa-p/4582991#M1753785</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;&lt;EM&gt;Basically used for exchanging information in a decentralized, distributed environment&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A Web service is a software system designed to support interoperable machine-to-machine interaction over a network. It has an interface described in a machine-processable format (specifically WSDL). &lt;STRONG&gt;Other systems interact with the Web service in a manner prescribed by its description using SOAP messages, typically conveyed using HTTP with an XML serialization in conjunction with other Web-related standards&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One typical use of SOAP attachments is&lt;/P&gt;&lt;P&gt;*for transporting intact, binary data&lt;/P&gt;&lt;P&gt;such as image files. &lt;/P&gt;&lt;P&gt;*For another example, your system may need to transport&lt;/P&gt;&lt;P&gt;XML documents to other parts of the system without the overhead of&lt;/P&gt;&lt;P&gt;validating them. These XML documents that do not need to conform to your&lt;/P&gt;&lt;P&gt;particular schema or DTD can be passed as attachments.&lt;/P&gt;&lt;P&gt;*By using SOAP attachments, the SOAP message body is much smaller&lt;/P&gt;&lt;P&gt;because it contains only a reference to the data and not the data itself.&lt;/P&gt;&lt;P&gt;*Using attachments can be more efficient because smaller SOAP messages are&lt;/P&gt;&lt;P&gt;processed more quickly than very large messages, and the translation of the&lt;/P&gt;&lt;P&gt;data to Java objects is reduced for attachments.&lt;/P&gt;&lt;P&gt;*SOAP attachments are implemented by wrapping the SOAP message and one&lt;/P&gt;&lt;P&gt;or more attachments in an envelope of Multipurpose Internet Mail Extensions&lt;/P&gt;&lt;P&gt;(MIME).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nutan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Sep 2008 12:37:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-22T12:37:47Z</dc:date>
    <item>
      <title>SOAP-XML Format</title>
      <link>https://community.sap.com/t5/technology-q-a/soap-xml-format/qaq-p/4582989</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;&lt;/P&gt;&lt;P&gt;I have a basic doubt regarding SOAP-XML format.&lt;/P&gt;&lt;P&gt;Why the message in XI is transformed as SOAP-XML instead of just XML. What is the advantage of using SOAP concept?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bhanu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2008 12:03:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/soap-xml-format/qaq-p/4582989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-22T12:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP-XML Format</title>
      <link>https://community.sap.com/t5/technology-q-a/soap-xml-format/qaa-p/4582990#M1753784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go thru it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_blogpost" href="https://community.sap.com/" __jive_macro_name="blogpost" modifiedtitle="true" __default_attr="40052"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2008 12:16:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/soap-xml-format/qaa-p/4582990#M1753784</guid>
      <dc:creator>former_member183906</dc:creator>
      <dc:date>2008-09-22T12:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP-XML Format</title>
      <link>https://community.sap.com/t5/technology-q-a/soap-xml-format/qaa-p/4582991#M1753785</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;&lt;EM&gt;Basically used for exchanging information in a decentralized, distributed environment&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A Web service is a software system designed to support interoperable machine-to-machine interaction over a network. It has an interface described in a machine-processable format (specifically WSDL). &lt;STRONG&gt;Other systems interact with the Web service in a manner prescribed by its description using SOAP messages, typically conveyed using HTTP with an XML serialization in conjunction with other Web-related standards&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One typical use of SOAP attachments is&lt;/P&gt;&lt;P&gt;*for transporting intact, binary data&lt;/P&gt;&lt;P&gt;such as image files. &lt;/P&gt;&lt;P&gt;*For another example, your system may need to transport&lt;/P&gt;&lt;P&gt;XML documents to other parts of the system without the overhead of&lt;/P&gt;&lt;P&gt;validating them. These XML documents that do not need to conform to your&lt;/P&gt;&lt;P&gt;particular schema or DTD can be passed as attachments.&lt;/P&gt;&lt;P&gt;*By using SOAP attachments, the SOAP message body is much smaller&lt;/P&gt;&lt;P&gt;because it contains only a reference to the data and not the data itself.&lt;/P&gt;&lt;P&gt;*Using attachments can be more efficient because smaller SOAP messages are&lt;/P&gt;&lt;P&gt;processed more quickly than very large messages, and the translation of the&lt;/P&gt;&lt;P&gt;data to Java objects is reduced for attachments.&lt;/P&gt;&lt;P&gt;*SOAP attachments are implemented by wrapping the SOAP message and one&lt;/P&gt;&lt;P&gt;or more attachments in an envelope of Multipurpose Internet Mail Extensions&lt;/P&gt;&lt;P&gt;(MIME).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nutan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2008 12:37:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/soap-xml-format/qaa-p/4582991#M1753785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-22T12:37:47Z</dc:date>
    </item>
  </channel>
</rss>

