<?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: Error while creating a client proxy for CBR.RU in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-client-proxy-for-cbr-ru/m-p/7030721#M1499352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have same question ,could you please tell me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Sep 2010 07:03:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-13T07:03:38Z</dc:date>
    <item>
      <title>Error while creating a client proxy for CBR.RU</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-client-proxy-for-cbr-ru/m-p/7030720#M1499351</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 need to consume web service. Here is the link: &lt;A href="http://www.cbr.ru/DailyInfoWebServ/DailyInfo.asmx?WSDL" target="test_blank"&gt;http://www.cbr.ru/DailyInfoWebServ/DailyInfo.asmx?WSDL&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I tried to make an own client proxy with SE80 transaction. (edit object-&amp;gt;enterprise services -&amp;gt; client proxy -&amp;gt; create) After completing wizard an error occurs with text: &lt;/P&gt;&lt;P&gt;Incorrect value: Unknown Namespace &lt;A href="http://www.w3.org/2001/XMLSchema" target="test_blank"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same schema works perfecrly with this web service:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.deeptraining.com/webservices/wsStrings.asmx?WSDL" target="test_blank"&gt;http://www.deeptraining.com/webservices/wsStrings.asmx?WSDL&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In this case proxy class is created with no errors and everything is fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anybody let me know what's the reason of such bug, please? I'm not competent with XML schemas so it's kind of difficult to understand what's wrong with WSDL file from CBR.RU&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 10:08:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-client-proxy-for-cbr-ru/m-p/7030720#M1499351</guid>
      <dc:creator>Petr_Plenkov</dc:creator>
      <dc:date>2010-06-16T10:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error while creating a client proxy for CBR.RU</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-client-proxy-for-cbr-ru/m-p/7030721#M1499352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have same question ,could you please tell me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 07:03:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-client-proxy-for-cbr-ru/m-p/7030721#M1499352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-13T07:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error while creating a client proxy for CBR.RU</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-client-proxy-for-cbr-ru/m-p/7030722#M1499353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Late response I know, but I have solved a similar problem recently and thought I would share.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly, the problem is not with the namespace. The "Namespace ..." part is just stating the namespace the "Incorrect Value" has. So this error is complaining about the value "Unknown" - which isn't very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It appears the SAP SE80 importer does not like elements like the following because it can't understand &amp;lt;s:element ref="s:schema" /&amp;gt;. It appears this is a common thing to be included in .NET generated WSDLs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&amp;lt;s:element minOccurs="0" maxOccurs="1" name="GetCursDynamicResult"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;s:complexType&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;s:sequence&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;s:element ref="s:schema" /&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;s:any /&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/s:sequence&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/s:complexType&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&amp;lt;/s:element&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP will also not like this example as it does not support mixed content (see: &lt;A href="http://www.w3schools.com/schema/schema_complex_mixed.asp" title="http://www.w3schools.com/schema/schema_complex_mixed.asp"&gt;http://www.w3schools.com/schema/schema_complex_mixed.asp&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&amp;lt;s:element minOccurs="0" maxOccurs="1" name="SaldoXMLResult"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;s:complexType mixed="true"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;s:sequence&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;s:any /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/s:sequence&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/s:complexType&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/s:element&amp;gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can "Fix" the problem in both cases by removing the offending text in a local copy of the WSDL file so remove line 4 in the first example and change line 2 in the second to &amp;lt;s:complexType&amp;gt; the proxy can then be generated. No idea if the resulting service will be fully operational though!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 14:47:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-client-proxy-for-cbr-ru/m-p/7030722#M1499353</guid>
      <dc:creator>tom_parsons</dc:creator>
      <dc:date>2012-11-16T14:47:36Z</dc:date>
    </item>
  </channel>
</rss>

