<?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>topic SOAP change the Envelope Error instance Class in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/soap-change-the-envelope-error-instance-class/m-p/679506#M30178</link>
    <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
  &lt;P&gt;I have a problem with a web service that a need to change the Envelope and change a entry in ABAP. this is not PI, its proxy access to a external webservice consumed in SAP.&lt;/P&gt;
  &lt;P&gt;This is the error Im receiving testing the WebService via F8 function and sending the envolope bellow (same works in SOAPUI tool).&lt;/P&gt;
  &lt;P&gt;SoapFaultCode:4 Unmarshalling Error: &lt;STRONG&gt;Unable to create an instance of de.haenel.haenelsoft.data.orm.entity.strategy.AbstractStoreEntity&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;My questions are:&lt;/P&gt;
  &lt;P&gt;1. Why is not working with this code in test (F8)? returning the error above Unable to create an instance...&lt;/P&gt;
  &lt;P&gt;2. After put this working in the test of the webservice. How to add this part of the Envelope via ABAP Code?&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;                &amp;lt;storeStrategy xsi:type="n0:clearStrategy"
                               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Code I used to test the envelope using the F8 direct in the WebService implementation.&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;&amp;lt;n0:save xmlns:n0="http://main.jws.com.hanel.de/items"&amp;gt;
            &amp;lt;itemDefinition&amp;gt;
                &amp;lt;identifier&amp;gt;Räumen-Artikel&amp;lt;/identifier&amp;gt;                &amp;lt;name&amp;gt;Soap Artikel&amp;lt;/name&amp;gt;
                &amp;lt;description/&amp;gt;                &amp;lt;group/&amp;gt;                &amp;lt;measure&amp;gt;Stueck&amp;lt;/measure&amp;gt;
                &amp;lt;quantAttributeSettings/&amp;gt;                &amp;lt;reorderPoint&amp;gt;0&amp;lt;/reorderPoint&amp;gt;
               &amp;lt;storageZones/&amp;gt;                &amp;lt;dedicatedStorageSpacesAllowed&amp;gt;false&amp;lt;/dedicatedStorageSpacesAllowed&amp;gt;
                &amp;lt;itemAttributes/&amp;gt;
                &amp;lt;storeStrategy xsi:type="n0:clearStrategy"
                               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/&amp;gt;
                &amp;lt;fleeting&amp;gt;false&amp;lt;/fleeting&amp;gt;                &amp;lt;locks/&amp;gt;
                &amp;lt;extensions/&amp;gt;
                &amp;lt;dedicatedStorageSpaces/&amp;gt;            &amp;lt;/itemDefinition&amp;gt; &amp;lt;update&amp;gt;true&amp;lt;/update&amp;gt;
&amp;lt;/n0:save&amp;gt;

&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 12 Dec 2018 18:24:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2018-12-12T18:24:15Z</dc:date>
    <item>
      <title>SOAP change the Envelope Error instance Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/soap-change-the-envelope-error-instance-class/m-p/679506#M30178</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
  &lt;P&gt;I have a problem with a web service that a need to change the Envelope and change a entry in ABAP. this is not PI, its proxy access to a external webservice consumed in SAP.&lt;/P&gt;
  &lt;P&gt;This is the error Im receiving testing the WebService via F8 function and sending the envolope bellow (same works in SOAPUI tool).&lt;/P&gt;
  &lt;P&gt;SoapFaultCode:4 Unmarshalling Error: &lt;STRONG&gt;Unable to create an instance of de.haenel.haenelsoft.data.orm.entity.strategy.AbstractStoreEntity&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;My questions are:&lt;/P&gt;
  &lt;P&gt;1. Why is not working with this code in test (F8)? returning the error above Unable to create an instance...&lt;/P&gt;
  &lt;P&gt;2. After put this working in the test of the webservice. How to add this part of the Envelope via ABAP Code?&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;                &amp;lt;storeStrategy xsi:type="n0:clearStrategy"
                               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Code I used to test the envelope using the F8 direct in the WebService implementation.&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;&amp;lt;n0:save xmlns:n0="http://main.jws.com.hanel.de/items"&amp;gt;
            &amp;lt;itemDefinition&amp;gt;
                &amp;lt;identifier&amp;gt;Räumen-Artikel&amp;lt;/identifier&amp;gt;                &amp;lt;name&amp;gt;Soap Artikel&amp;lt;/name&amp;gt;
                &amp;lt;description/&amp;gt;                &amp;lt;group/&amp;gt;                &amp;lt;measure&amp;gt;Stueck&amp;lt;/measure&amp;gt;
                &amp;lt;quantAttributeSettings/&amp;gt;                &amp;lt;reorderPoint&amp;gt;0&amp;lt;/reorderPoint&amp;gt;
               &amp;lt;storageZones/&amp;gt;                &amp;lt;dedicatedStorageSpacesAllowed&amp;gt;false&amp;lt;/dedicatedStorageSpacesAllowed&amp;gt;
                &amp;lt;itemAttributes/&amp;gt;
                &amp;lt;storeStrategy xsi:type="n0:clearStrategy"
                               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/&amp;gt;
                &amp;lt;fleeting&amp;gt;false&amp;lt;/fleeting&amp;gt;                &amp;lt;locks/&amp;gt;
                &amp;lt;extensions/&amp;gt;
                &amp;lt;dedicatedStorageSpaces/&amp;gt;            &amp;lt;/itemDefinition&amp;gt; &amp;lt;update&amp;gt;true&amp;lt;/update&amp;gt;
&amp;lt;/n0:save&amp;gt;

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 Dec 2018 18:24:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/soap-change-the-envelope-error-instance-class/m-p/679506#M30178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-12-12T18:24:15Z</dc:date>
    </item>
  </channel>
</rss>

