<?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 Re: Cannot Use Missing Numeric Input Parameters in SAS Web Services in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Cannot-Use-Missing-Numeric-Input-Parameters-in-SAS-Web-Services/m-p/259223#M4817</link>
    <description>&lt;P&gt;Hi ozgegroove,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A bit late, but have a look at the standard way of passing null values via web services, as I assume this is axis2/axiom xml validation complaining.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look at:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.ibm.com/developerworks/library/ws-tip-null/" target="_blank"&gt;http://www.ibm.com/developerworks/library/ws-tip-null/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/774192/what-is-the-correct-way-to-represent-null-xml-elements" target="_blank"&gt;http://stackoverflow.com/questions/774192/what-is-the-correct-way-to-represent-null-xml-elements&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd try two things: either omitting the empty elements from the request entirely, or using the xsi:nil="true" syntax.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What are you using to generate your envelope? Are you generating it yourself or is it output from another application?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nik&lt;/P&gt;</description>
    <pubDate>Sat, 26 Mar 2016 14:17:29 GMT</pubDate>
    <dc:creator>boemskats</dc:creator>
    <dc:date>2016-03-26T14:17:29Z</dc:date>
    <item>
      <title>Cannot Use Missing Numeric Input Parameters in SAS Web Services</title>
      <link>https://communities.sas.com/t5/Developers/Cannot-Use-Missing-Numeric-Input-Parameters-in-SAS-Web-Services/m-p/246086#M4816</link>
      <description>&lt;P&gt;Hi community,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am new to SAS Web Services..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have created a SAS web service using a stored process. This stored process uses numeric and char input parameters. I have not chosen "Requires a non blank value" while creating prompts. But when I try to set null value for numeric parameters, it gives an error. Attached, you can see the request and response files.&lt;/P&gt;
&lt;P&gt;Here is an error when I submit the attached request(SUSPICIOUS_FLAG is missing). Also, attached you can see the SUSPICIOUS_FLAG prompt definition screenshots.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"A 'Client' type of exception occurred during execution of 'claim_info_ws1' service.&amp;nbsp; The exception follows: Exception occurred while parsing value for parameter 'SUSPICIOUS_FLAG'"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally, even it is unrelated, I tried clicking "Missing Values" in Include Special Values in the second tab of the prompt, it still did not work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is likely to have some missing values for some numeric parameters. How could I define/submit the request file for such a situation? Urgent help is appreciated a lot. Thanks!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Özge&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12235i62A47E05F0AEB32C/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="screenshot2.PNG" title="screenshot2.PNG" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12236i0D5CAAED0D66ADC3/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="screenshot1.PNG" title="screenshot1.PNG" /&gt;</description>
      <pubDate>Tue, 26 Jan 2016 13:28:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Cannot-Use-Missing-Numeric-Input-Parameters-in-SAS-Web-Services/m-p/246086#M4816</guid>
      <dc:creator>ozgegroove</dc:creator>
      <dc:date>2016-01-26T13:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Use Missing Numeric Input Parameters in SAS Web Services</title>
      <link>https://communities.sas.com/t5/Developers/Cannot-Use-Missing-Numeric-Input-Parameters-in-SAS-Web-Services/m-p/259223#M4817</link>
      <description>&lt;P&gt;Hi ozgegroove,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A bit late, but have a look at the standard way of passing null values via web services, as I assume this is axis2/axiom xml validation complaining.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look at:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.ibm.com/developerworks/library/ws-tip-null/" target="_blank"&gt;http://www.ibm.com/developerworks/library/ws-tip-null/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/774192/what-is-the-correct-way-to-represent-null-xml-elements" target="_blank"&gt;http://stackoverflow.com/questions/774192/what-is-the-correct-way-to-represent-null-xml-elements&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd try two things: either omitting the empty elements from the request entirely, or using the xsi:nil="true" syntax.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What are you using to generate your envelope? Are you generating it yourself or is it output from another application?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nik&lt;/P&gt;</description>
      <pubDate>Sat, 26 Mar 2016 14:17:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Cannot-Use-Missing-Numeric-Input-Parameters-in-SAS-Web-Services/m-p/259223#M4817</guid>
      <dc:creator>boemskats</dc:creator>
      <dc:date>2016-03-26T14:17:29Z</dc:date>
    </item>
  </channel>
</rss>

