<?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: external https web service in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-https-web-service/m-p/11952856#M1966630</link>
    <description>&lt;P&gt;Hello Madijed,&lt;/P&gt;&lt;P&gt;Without checking the entire WSDL it's difficult to figure out what might be missing. Based on the SOAMANAGER error (No service found) my assumption is that the &amp;lt;wsdl:service ... &amp;gt; element is not correct, or entirely missing. &lt;/P&gt;&lt;P&gt;A few things to check:&lt;/P&gt;&lt;P&gt;- service must come after the wsdl:binding part, the order of the WSDL elements are not flexible in many R/3 releases&lt;/P&gt;&lt;P&gt;- the namespace of the service element&lt;/P&gt;&lt;P&gt;- it refers to the binding part properly&lt;/P&gt;&lt;P&gt;Regarding the unsupported elements: it's not enough information for me to tell if that could be the cause, but I doubt that. &lt;/P&gt;&lt;P&gt;As an alternative, you can simply create a logical port manually, without using the WSDL file. You can find the steps in the &lt;A href="https://help.sap.com/doc/saphelp_nw74/7.4.16/en-US/b0/787748cf3a4200bb1ba32a62aa8519/frameset.htm" target="_blank"&gt;SAP Help portal here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Hope this helps. If not and the WSDL can be shared publicly, please upload it and then we can check it better.&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Attila&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jun 2019 14:50:46 GMT</pubDate>
    <dc:creator>attila_mikulan</dc:creator>
    <dc:date>2019-06-12T14:50:46Z</dc:date>
    <item>
      <title>external https web service</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-https-web-service/m-p/11952851#M1966625</link>
      <description>&lt;P&gt;Hello all abap developers&lt;/P&gt;
  &lt;P&gt;i want access to external web service with https&lt;/P&gt;
  &lt;P&gt;i add a new service consumer and register web service certificate&lt;/P&gt;
  &lt;P&gt;but in "soamanager" t-code for web service configuration . enconter with this error "&lt;STRONG&gt;No Service found in WSDL&lt;/STRONG&gt;" . and can not make a new port that used it in abap code . Maybe guide me&lt;/P&gt;
  &lt;P&gt;thank you so much&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1693621-service-not-found.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 09:00:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-https-web-service/m-p/11952851#M1966625</guid>
      <dc:creator>Madjid_Khanevadegi</dc:creator>
      <dc:date>2019-06-11T09:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: external https web service</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-https-web-service/m-p/11952852#M1966626</link>
      <description>&lt;P&gt;Are you able to manually download and inspect the WSDL? Maybe there's really no service defined in it...&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 09:19:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-https-web-service/m-p/11952852#M1966626</guid>
      <dc:creator>UweFetzer_se38</dc:creator>
      <dc:date>2019-06-11T09:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: external https web service</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-https-web-service/m-p/11952853#M1966627</link>
      <description>&lt;P&gt;hello &lt;A href="https://answers.sap.com/users/377/se38.html"&gt;Uwe Fetzer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;yes , when i direct access to these service , i have XML of that&lt;/P&gt;&lt;P&gt;for the more , i can used this web service from C#.net  and test it successfully&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 09:28:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-https-web-service/m-p/11952853#M1966627</guid>
      <dc:creator>Madjid_Khanevadegi</dc:creator>
      <dc:date>2019-06-11T09:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: external https web service</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-https-web-service/m-p/11952854#M1966628</link>
      <description>&lt;P&gt;Can you upload the previously downloaded WSDL to SOA-Manager? (On the same screen as above, just don't select "HTTP Access" but "WSDL from Upload"). Do you get the same error message?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 11:17:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-https-web-service/m-p/11952854#M1966628</guid>
      <dc:creator>UweFetzer_se38</dc:creator>
      <dc:date>2019-06-11T11:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: external https web service</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-https-web-service/m-p/11952855#M1966629</link>
      <description>&lt;P&gt;before upload WSDL file , Analyze it in "WSDL Analyzer" of soa-manager and show this error "unsupported fragment"&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1693645-unsupported-fragment.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 05:35:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-https-web-service/m-p/11952855#M1966629</guid>
      <dc:creator>Madjid_Khanevadegi</dc:creator>
      <dc:date>2019-06-12T05:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: external https web service</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-https-web-service/m-p/11952856#M1966630</link>
      <description>&lt;P&gt;Hello Madijed,&lt;/P&gt;&lt;P&gt;Without checking the entire WSDL it's difficult to figure out what might be missing. Based on the SOAMANAGER error (No service found) my assumption is that the &amp;lt;wsdl:service ... &amp;gt; element is not correct, or entirely missing. &lt;/P&gt;&lt;P&gt;A few things to check:&lt;/P&gt;&lt;P&gt;- service must come after the wsdl:binding part, the order of the WSDL elements are not flexible in many R/3 releases&lt;/P&gt;&lt;P&gt;- the namespace of the service element&lt;/P&gt;&lt;P&gt;- it refers to the binding part properly&lt;/P&gt;&lt;P&gt;Regarding the unsupported elements: it's not enough information for me to tell if that could be the cause, but I doubt that. &lt;/P&gt;&lt;P&gt;As an alternative, you can simply create a logical port manually, without using the WSDL file. You can find the steps in the &lt;A href="https://help.sap.com/doc/saphelp_nw74/7.4.16/en-US/b0/787748cf3a4200bb1ba32a62aa8519/frameset.htm" target="_blank"&gt;SAP Help portal here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Hope this helps. If not and the WSDL can be shared publicly, please upload it and then we can check it better.&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Attila&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 14:50:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-https-web-service/m-p/11952856#M1966630</guid>
      <dc:creator>attila_mikulan</dc:creator>
      <dc:date>2019-06-12T14:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: external https web service</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-https-web-service/m-p/11952857#M1966631</link>
      <description>&lt;P&gt;thank you Attila &lt;/P&gt;&lt;P&gt;i scan XML file and find that two tag is that make this error &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;sp:EndorsingSupportingTokens xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;sp:SecureConversationToken sp:IncludeToken="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702/IncludeToken/AlwaysToRecipient"&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 Jun 2019 15:12:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-https-web-service/m-p/11952857#M1966631</guid>
      <dc:creator>Madjid_Khanevadegi</dc:creator>
      <dc:date>2019-06-12T15:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: external https web service</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/external-https-web-service/m-p/11952858#M1966632</link>
      <description>&lt;P&gt;I don't have experience with these elements, but I'm not sure if these are the problem. I would expect different error message during LP creation if it was caused by unsupported elements. Did you check manual logical port if that is feasible solution for you?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 09:49:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/external-https-web-service/m-p/11952858#M1966632</guid>
      <dc:creator>attila_mikulan</dc:creator>
      <dc:date>2019-06-14T09:49:43Z</dc:date>
    </item>
  </channel>
</rss>

