<?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: Problem with SOAP Runtime in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-soap-runtime/m-p/4229093#M1010062</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought the web service doesn't work because of the error message I got doing the web service test in the ABAP Workbench.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested with SOAP UI 2.0 and it worked. Meanwhile we have installed EhP3 thus we have version ERP603 now with the latest SOAP runtime - and up till now there haven't been any problems using it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I would suggest try to download the wsdl file and import it into SOAP UI 2.0. Probably the test function doesn't work correctly in older SOAP runtimes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's also a topic with SAP standard BAPIs which aren't supposed for remote use - there you can also get an SOAP error (example: a function module capsulates screen elements).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I could help you - if not, don't hesitate to tell me more about your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With kind regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin Steinberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Sep 2008 05:46:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-12T05:46:23Z</dc:date>
    <item>
      <title>Problem with SOAP Runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-soap-runtime/m-p/4229091#M1010060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got an issue concerning the AS ABAP SOAP Runtime. The system is an ERP 6.0 with SP13.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At first I create a Web Service by using the context menue of an existing rfc-enabled function module. Afterwards the service is visible in SICF. If I try to test the service in WSADMIN by using the test-button I only get an exception in the opening internet browser:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cannot download WSDL from &lt;A href="http://serverurl:8027/sap/bc/srt/rfc/sap/ZSTMA_FUNKTIONSTEST2?sap-client=100&amp;amp;wsdl=1.1:" target="test_blank"&gt;http://serverurl:8027/sap/bc/srt/rfc/sap/ZSTMA_FUNKTIONSTEST2?sap-client=100&amp;amp;wsdl=1.1:&lt;/A&gt; Invalid Response Code: (400) Bad Request. The requested URL was:"http://ciswi.sap.swm.de:8027/sap/bc/srt/rfc/sap/ZSTMA_FUNKTIONSTEST2?sap-client=100&amp;amp;wsdl=1.1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I go onto the used url I get the following message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Your request could not be processed&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;SRT: ASSERT failed: object reference not bound&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;What has happened?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;A Soap Core Exception was raised in Method  CL_SOAP_REGISTRY::generate_wsdl(6)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;Technical Details of Soap Core Exception&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Message Text:	SRT: ASSERT failed: object reference not bound&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Class:	CL_SOAP_REGISTRY&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Method:	generate_wsdl&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LocationID:	6&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Program:	CL_SOAP_REGISTRY==============CP&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Include:	CL_SOAP_REGISTRY==============CM00J&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Line:	59&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;What can I do?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;* Contact your system administrator and show him the technical details above.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anybody an idea how to resolve this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read many threads concerning this error - everybody talked about an authorization issue. In my case both I and the communication user have got SAP_ALL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 15:42:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-soap-runtime/m-p/4229091#M1010060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-12T15:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SOAP Runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-soap-runtime/m-p/4229092#M1010061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having the same problem for some web service, but not for others.  Do you have any news?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2008 19:14:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-soap-runtime/m-p/4229092#M1010061</guid>
      <dc:creator>David-Broughton</dc:creator>
      <dc:date>2008-09-11T19:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SOAP Runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-soap-runtime/m-p/4229093#M1010062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought the web service doesn't work because of the error message I got doing the web service test in the ABAP Workbench.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested with SOAP UI 2.0 and it worked. Meanwhile we have installed EhP3 thus we have version ERP603 now with the latest SOAP runtime - and up till now there haven't been any problems using it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I would suggest try to download the wsdl file and import it into SOAP UI 2.0. Probably the test function doesn't work correctly in older SOAP runtimes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's also a topic with SAP standard BAPIs which aren't supposed for remote use - there you can also get an SOAP error (example: a function module capsulates screen elements).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I could help you - if not, don't hesitate to tell me more about your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With kind regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin Steinberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2008 05:46:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-soap-runtime/m-p/4229093#M1010062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-12T05:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SOAP Runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-soap-runtime/m-p/4229094#M1010063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just one error in my last statement: I didn't mean BAPI's which are not for remote use - I meant standard function modules provided by SAP without remote use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you want to access an own function or a standard one?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2008 11:45:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-soap-runtime/m-p/4229094#M1010063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-12T11:45:18Z</dc:date>
    </item>
  </channel>
</rss>

