<?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 Webservice problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-problem/m-p/4831104#M1130291</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When i try to use a webservice from my .net application, i get the following error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exception:  u201CPossible SOAP version mismatch: Envelope namespace &lt;A href="http://schemas.xmlsoap.org/wsdl/" target="test_blank"&gt;http://schemas.xmlsoap.org/wsdl/&lt;/A&gt; was unexpected. Expecting &lt;A href="http://schemas.xmlsoap.org/soap/envelope/.u201D" target="test_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/.u201D&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This webservice was generated from an RFC function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srikanth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Srikanth Grandhe on Nov 21, 2008 2:22 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Nov 2008 13:03:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-21T13:03:45Z</dc:date>
    <item>
      <title>Webservice problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-problem/m-p/4831104#M1130291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When i try to use a webservice from my .net application, i get the following error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exception:  u201CPossible SOAP version mismatch: Envelope namespace &lt;A href="http://schemas.xmlsoap.org/wsdl/" target="test_blank"&gt;http://schemas.xmlsoap.org/wsdl/&lt;/A&gt; was unexpected. Expecting &lt;A href="http://schemas.xmlsoap.org/soap/envelope/.u201D" target="test_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/.u201D&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This webservice was generated from an RFC function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srikanth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Srikanth Grandhe on Nov 21, 2008 2:22 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 13:03:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-problem/m-p/4831104#M1130291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T13:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Webservice problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-problem/m-p/4831105#M1130292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check SAP Note .. 738912 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here instead of &lt;A href="http://schemas.xmlsoap.org/wsdl/" target="test_blank"&gt;http://schemas.xmlsoap.org/wsdl/&lt;/A&gt; ... use &lt;/P&gt;&lt;P&gt;&lt;A href="http://schemas.xmlsoap.org/soap/envelope/.u201D" target="test_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/.u201D&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; *Additional prefix declaration has to be added into &amp;lt;wsdl:definitions&amp;gt; element of main.wsdl: For soap &lt;/P&gt;&lt;P&gt;binding you have to add the following prefix declaration: &lt;/P&gt;&lt;P&gt;xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/". For http and mime binding you have to add the following prefixes declarations: xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/http/"*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 13:32:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-problem/m-p/4831105#M1130292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T13:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Webservice problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-problem/m-p/4831106#M1130293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where this should be done..in ABAP side or my .net application side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srikanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 13:35:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-problem/m-p/4831106#M1130293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T13:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Webservice problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-problem/m-p/4831107#M1130294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The issue has been solved. Prior the SPS 14 the wsdl URL was the right one to be called. With SPS 14 and later (SOAMANAGER) the binding URL needs to be called directly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 16:39:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-problem/m-p/4831107#M1130294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T16:39:03Z</dc:date>
    </item>
  </channel>
</rss>

