<?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: Consuming ABAP webservice in Java in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/consuming-abap-webservice-in-java/m-p/8183020#M1624455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;J,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you created the WS correctly in SAP, you should see something like this in the WSDL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;wsdl:service name="service"&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the service that the Java developers need to create as a Proxy and pass Credentials in it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Aug 2011 15:57:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-08-18T15:57:33Z</dc:date>
    <item>
      <title>Consuming ABAP webservice in Java</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/consuming-abap-webservice-in-java/m-p/8183017#M1624452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are publishing webservices from SAP and Java team is consuming them. For accessing the webservice  from java , we are maintaining User name and Password in SICF for that service. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if we donot maintain the User name and Password in SICF for that service then Exception "Unauthorised " is coming in Java.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We want to pass the User name and Password from Java. How to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jitendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 14:47:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/consuming-abap-webservice-in-java/m-p/8183017#M1624452</guid>
      <dc:creator>jitendra_it</dc:creator>
      <dc:date>2011-08-18T14:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Consuming ABAP webservice in Java</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/consuming-abap-webservice-in-java/m-p/8183018#M1624453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;J,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you created the Web Service in SAP, there should have been a WSDL created by SAP.  Give that WSDL to the Java developers.  They will find a Logon service in the WSDL.  They need to create a Proxy that leverages that service - and pass the UserID and passwords as Credentials to the Proxy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This "opens" the door into SAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 15:10:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/consuming-abap-webservice-in-java/m-p/8183018#M1624453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-18T15:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Consuming ABAP webservice in Java</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/consuming-abap-webservice-in-java/m-p/8183019#M1624454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx for quick response. i have given WSDL to Java team but they are unable to find " Logon service in the WSDL".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u tell us for which XML tags we should search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Jitendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 15:31:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/consuming-abap-webservice-in-java/m-p/8183019#M1624454</guid>
      <dc:creator>jitendra_it</dc:creator>
      <dc:date>2011-08-18T15:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Consuming ABAP webservice in Java</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/consuming-abap-webservice-in-java/m-p/8183020#M1624455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;J,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you created the WS correctly in SAP, you should see something like this in the WSDL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;wsdl:service name="service"&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the service that the Java developers need to create as a Proxy and pass Credentials in it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 15:57:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/consuming-abap-webservice-in-java/m-p/8183020#M1624455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-18T15:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Consuming ABAP webservice in Java</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/consuming-abap-webservice-in-java/m-p/8183021#M1624456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx for ur valuable reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jitendra Soni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 15:00:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/consuming-abap-webservice-in-java/m-p/8183021#M1624456</guid>
      <dc:creator>jitendra_it</dc:creator>
      <dc:date>2011-08-19T15:00:36Z</dc:date>
    </item>
  </channel>
</rss>

