Note that there are some explanatory texts on larger screens.

plurals
  1. POFault calling SAP web service with generated SUDZC proxy: CX_ST_MATCH_ELEMENT
    primarykey
    data
    text
    <p>Trying to call a SAP SOAP Web Service from a generated sudzc app shows errors I don't know:</p> <pre><code>SudzCExamples[5192:f803] &lt;?xml version="1.0" encoding="utf-8"?&gt;&lt;soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns="urn:sap- com:document:sap:soap:functions:mc-style"&gt;&lt;soap:Body&gt;&lt;ZComUrlGetrecords&gt; &lt;IYear&gt;2012&lt;/IYear&gt;&lt;/ZComUrlGetrecords&gt;&lt;/soap:Body&gt;&lt;/soap:Envelope&gt; SudzCExamples[5192:f803] &lt;soap-env:Envelope xmlns:soap- env="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;soap-env:Header&gt;&lt;/soap-env:Header&gt;&lt;soap- env:Body&gt;&lt;soap-env:Fault&gt;&lt;faultcode&gt;soap-env:Server&lt;/faultcode&gt;&lt;faultstring xml:lang="en"&gt;CX_ST_MATCH_ELEMENT:XSLT exception.System expected element 'IYear'&lt;/faultstring&gt;&lt;detail&gt;&lt;ns:SystemFault xmlns:ns="http://www.sap.com/webas/710/soap/runtime/abap/fault/system/"&gt; &lt;Host&gt;undefined&lt;/Host&gt;&lt;Component&gt;APPL&lt;/Component&gt;&lt;ChainedException&gt; &lt;Exception_Name&gt;CX_SOAP_CORE&lt;/Exception_Name&gt;&lt;Exception_Text&gt;CX_ST_MATCH_ELEMENT:XSLT exception.System expected element 'IYear'&lt;/Exception_Text&gt;&lt;/ChainedException&gt; &lt;ChainedException&gt;&lt;Exception_Name&gt;CX_SXMLP&lt;/Exception_Name&gt;&lt;Exception_Text&gt;XSLT exception&lt;/Exception_Text&gt;&lt;/ChainedException&gt;&lt;ChainedException&gt; &lt;Exception_Name&gt;CX_ST_MATCH_ELEMENT&lt;/Exception_Name&gt;&lt;Exception_Text&gt;System expected element 'IYear': Main Program:/1BCDWB/WSS825E06E4DEC40F9171D| Program:/1BCDWB/WSS825E06E4DEC40F9171D| Line: 18| Valid:X&lt;/Exception_Text&gt; &lt;/ChainedException&gt;&lt;/ns:SystemFault&gt;&lt;/detail&gt;&lt;/soap-env:Fault&gt;&lt;/soap-env:Body&gt;&lt;/soap- env:Envelope&gt; 2012-03-11 20:09:30.631 SudzCExamples[5192:f803] soap-env:Server CX_ST_MATCH_ELEMENT:XSLT exception.System expected element 'IYear' (null) </code></pre> <p>The strange thing is that it seems as if the request has the IYear element. Can someone tell me where to search the problem?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload