<?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>Question Re: Testing a Web Service in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570371#M1413451</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;Have you create the binding (configuration) in SOAManager?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you also can goto tcode sicf to check whether your soapruntime it's properly created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should be under this path:&lt;/P&gt;&lt;P&gt;/sap/bc/srt/rfc/sap/z**&lt;STRONG&gt;/000/z&lt;/STRONG&gt;*&lt;STRONG&gt;/z&lt;/STRONG&gt;**&lt;/P&gt;&lt;P&gt;Note: 000 is your SAP client number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Mar 2008 13:56:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-17T13:56:00Z</dc:date>
    <item>
      <title>Testing a Web Service</title>
      <link>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaq-p/3570369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to publishing Web Services. To create my first WS, I followed help step by step from &lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/68/0464407b9b990ae10000000a155106/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/68/0464407b9b990ae10000000a155106/frameset.htm&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After I created a service definition, when I tried to test the service through SOA MANAGER, I received the following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------" /&gt;&lt;P&gt;Cannot download WSDL from &lt;A href="http://****/sap/bc/srt/wsdl/sdef_Z_WS_TEST_3/wsdl11/ws_policy/document?sap-client=200:" target="test_blank"&gt;http://****/sap/bc/srt/wsdl/sdef_Z_WS_TEST_3/wsdl11/ws_policy/document?sap-client=200:&lt;/A&gt; WSDL 'portType' can not have child 'wsp:Policy' of namespace 'http://schemas.xmlsoap.org/ws/2004/09/policy' ! &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that the namespace 'http://schemas.xmlsoap.org/ws/2004/09/policy' defined in WSDL is not proper.  However, I just don't understand how the WSDL generated by Service Wizard could be wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea where the namespace comes form? Any way to modify the namespace?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is the beginning part of my WSDL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;wsdl:definitions targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" &lt;/P&gt;&lt;P&gt;xmlns:tns="urn:sap-com:document:sap:soap:functions:mc-style" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" &lt;/P&gt;&lt;P&gt;xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:n1="urn:sap-com:document:sap:rfc:functions"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;wsdl:documentation&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;sidl:sidl xmlns:sidl="http://www.sap.com/2007/03/sidl"/&amp;gt;&amp;lt;/wsdl:documentation&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;wsp:UsingPolicy wsdl:required="true"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;wsp:Policy wsu:Id="IF_Z_WS_TEST_3"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;sapsession:Session xmlns:sapsession="http://www.sap.com/webas/630/soap/features/session/"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;sapsession:enableSession&amp;gt;false&amp;lt;/sapsession:enableSession&amp;gt;&amp;lt;/sapsession:Session&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;wsp:ExactlyOne xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:sapsp="http://www.sap.com/webas/630/soap/features/security/policy" xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/wsp:Policy&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help in advace,&lt;/P&gt;&lt;P&gt;Kay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Mar 2008 13:53:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaq-p/3570369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-16T13:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Testing a Web Service</title>
      <link>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570370#M1413450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kay,&lt;/P&gt;&lt;P&gt;              The web service admin (WSADMIN) and configuration (WSCONGFIG) transactions, are obsolete and the new transaction &amp;#145;SOAMANAGER&amp;#146; is introduced to administrate, configure and monitor the service definitions. I hope you have done the configuration before you go ahead to test the service. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this blog for more detailed information on Configuring SOA MANAGER. I hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/bv.pillai/blog/2008/01/27/new-service-definitions-in-the-abap-development-environment-soamanager-150-sap-nw-70-sp14&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF HELPFULL REWARD POINTS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Kind Regards&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------" /&gt;&lt;P&gt;Mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 10:26:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570370#M1413450</guid>
      <dc:creator>former_member131788</dc:creator>
      <dc:date>2008-03-17T10:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Testing a Web Service</title>
      <link>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570371#M1413451</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;Have you create the binding (configuration) in SOAManager?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you also can goto tcode sicf to check whether your soapruntime it's properly created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should be under this path:&lt;/P&gt;&lt;P&gt;/sap/bc/srt/rfc/sap/z**&lt;STRONG&gt;/000/z&lt;/STRONG&gt;*&lt;STRONG&gt;/z&lt;/STRONG&gt;**&lt;/P&gt;&lt;P&gt;Note: 000 is your SAP client number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 13:56:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570371#M1413451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T13:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Testing a Web Service</title>
      <link>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570372#M1413452</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;Thanks for you comment. I just checked the soapruntime in the path and it is in place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further advise will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 01:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570372#M1413452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T01:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Testing a Web Service</title>
      <link>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570373#M1413453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you try to apply this notes?&lt;/P&gt;&lt;P&gt;Note 1139107 - eSOA Services cannot be configured with SOAMANAGER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend 2nd solution: Implement the attached correction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try 1st one, still not working, and SP16 not released yet. SAP just release SP15 today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 10:04:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570373#M1413453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T10:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Testing a Web Service</title>
      <link>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570374#M1413454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have the same problem and it still exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When using the wsnavigator (called via soamanager)  to check the web service we recieve the following error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cannot download WSDL from &lt;A href="http://&amp;lt;server&amp;gt;:8000/sap/bc/srt/wsdl/bndg_47F2E4CDC8E62B2CE1000000C0A8C9A2/wsdl11/allinone/ws_policy/document?sap-client=000:" target="test_blank"&gt;http://&amp;lt;server&amp;gt;:8000/sap/bc/srt/wsdl/bndg_47F2E4CDC8E62B2CE1000000C0A8C9A2/wsdl11/allinone/ws_policy/document?sap-client=000:&lt;/A&gt; WSDL 'portType' can not have child 'wsp:Policy' of namespace 'http://schemas.xmlsoap.org/ws/2004/09/policy' ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i open the link directly in the browser i get the wsdl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The test of the SICF Service seems to be ok: (only the information about the empty http-body)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://&amp;lt;server&amp;gt;:8000/sap/bc/srt/rfc/sap/ytest5/000/ytest5/ytest5?sap-client=000" target="test_blank"&gt;http://&amp;lt;server&amp;gt;:8000/sap/bc/srt/rfc/sap/ytest5/000/ytest5/ytest5?sap-client=000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;soap-env:Header /&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;soap-env:Body&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;soap-env:Fault&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;faultcode&amp;gt;soap-env:Server&amp;lt;/faultcode&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;faultstring xml:lang="en"&amp;gt;SRT: Wrong Content-Type and empty HTTP-Body received&amp;lt;/faultstring&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;detail&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;ns:SystemFault xmlns:ns="http://www.sap.com/webas/710/soap/runtime/abap/fault/system/"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;Host&amp;gt;undefined&amp;lt;/Host&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;Component&amp;gt;COREMSG&amp;lt;/Component&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;ChainedException&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;Exception_Name&amp;gt;CX_SOAP_CORE&amp;lt;/Exception_Name&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;Exception_Text&amp;gt;SRT: Wrong Content-Type and empty HTTP-Body received&amp;lt;/Exception_Text&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/ChainedException&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/ns:SystemFault&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/detail&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/soap-env:Fault&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/soap-env:Body&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/soap-env:Envelope&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we check the service? What is wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The linked BLOG does`nt give a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;Steffen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 09:17:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570374#M1413454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T09:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Testing a Web Service</title>
      <link>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570375#M1413455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is not the webservice himself. We could test the webservice using an external ws explorer. It seems to be a problem with the wsnavigator or the interaction  between ws navigator and AS ABAP/SOAP Runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks+Regards&lt;/P&gt;&lt;P&gt;Steffen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 12:14:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570375#M1413455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T12:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Testing a Web Service</title>
      <link>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570376#M1413456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steffen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you try with a FQDN url&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of&lt;/P&gt;&lt;P&gt;&lt;A href="http://&amp;lt;server&amp;gt;:8000" target="test_blank"&gt;http://&amp;lt;server&amp;gt;:8000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;use&lt;/P&gt;&lt;P&gt;&lt;A href="http://&amp;lt;server&amp;gt;.&amp;lt;domain&amp;gt;.&amp;lt;com&amp;gt;:8000" target="test_blank"&gt;http://&amp;lt;server&amp;gt;.&amp;lt;domain&amp;gt;.&amp;lt;com&amp;gt;:8000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;most of the SICF services expects Fully Qualified Domain Name in url&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Apr 2008 08:53:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570376#M1413456</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2008-04-06T08:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Testing a Web Service</title>
      <link>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570377#M1413457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the &amp;lt;server&amp;gt; expression is in fact a FQDN. (server.domain.xx)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Steffen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 07:23:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570377#M1413457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T07:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Testing a Web Service</title>
      <link>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570378#M1413458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also receivnig this error when setting up my first web service.  Did either Kay or Steffen find an solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2008 20:47:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570378#M1413458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-22T20:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Testing a Web Service</title>
      <link>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570379#M1413459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same problem. My WS works från WS explorer on our NW CE 7.1 system and it works from a 7.1 Web Dynpro. I get this error when trying to import the webservice in an older 6.40 Wb Dynpro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 09:17:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570379#M1413459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T09:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Testing a Web Service</title>
      <link>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570380#M1413460</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 have the same error.&lt;/P&gt;&lt;P&gt;Is someone found the answer plz ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 16:08:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570380#M1413460</guid>
      <dc:creator>jean-philippe_pain2</dc:creator>
      <dc:date>2009-02-19T16:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Testing a Web Service</title>
      <link>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570381#M1413461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use SOAP UI Tool for Testing Webservice.  Please refer foll url:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.soapui.org/gettingstarted/your_first_soapUI_project.html" target="test_blank"&gt;http://www.soapui.org/gettingstarted/your_first_soapUI_project.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 18:46:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570381#M1413461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T18:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Testing a Web Service</title>
      <link>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570382#M1413462</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;Thanks for the info !&lt;/P&gt;&lt;P&gt;i've downloaded and tried it..My concern is that i have a logon problem. it doesn't ask me to sign on.&lt;/P&gt;&lt;P&gt;Do i have to change thr default url that i got from my wsdl or there is an option ?&lt;/P&gt;&lt;P&gt;(i am beginner in web services)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;JP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT : FORGET IT, I'VE FOUND IT !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jean-Philippe PAIN on Feb 19, 2009 8:16 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 19:11:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570382#M1413462</guid>
      <dc:creator>jean-philippe_pain2</dc:creator>
      <dc:date>2009-02-19T19:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Testing a Web Service</title>
      <link>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570383#M1413463</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 solved same problem following these steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go to soamanager, Business Administration -&amp;gt; Web Service Administration and search for your Web Service.&lt;/P&gt;&lt;P&gt;2. Select it and apply selection. Select "Open WSDL document for selected binding"&lt;/P&gt;&lt;P&gt;3. Copy URL opened in a new window.&lt;/P&gt;&lt;P&gt;4. Replace "ws_policy" for "standard" the URL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://****/sap/bc/srt/wsdl/sdef_Z_WS_TEST_3/wsdl11/ws_policy/document?sap-client=200:" target="test_blank"&gt;http://****/sap/bc/srt/wsdl/sdef_Z_WS_TEST_3/wsdl11/ws_policy/document?sap-client=200:&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replaced by:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://****/sap/bc/srt/wsdl/sdef_Z_WS_TEST_3/wsdl11/standard/document?sap-client=200:" target="test_blank"&gt;http://****/sap/bc/srt/wsdl/sdef_Z_WS_TEST_3/wsdl11/standard/document?sap-client=200:&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 08:20:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/testing-a-web-service/qaa-p/3570383#M1413463</guid>
      <dc:creator>former_member445614</dc:creator>
      <dc:date>2009-03-20T08:20:45Z</dc:date>
    </item>
  </channel>
</rss>

