<?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: ABAP Client proxy authentification in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-authentification/m-p/1262350#M148024</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;The error "Error during conversion of XI message" was due to the fact that you set Path Prefix to "/sap/xi/engine?type=entry," in the HTTP desitnation. This error will go if you set Path Prefix to BLANK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jul 2007 04:52:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-23T04:52:23Z</dc:date>
    <item>
      <title>ABAP Client proxy authentification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-authentification/m-p/1262340#M148014</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 created a client proxy via SPROXY that executes a webservice on SAP XI.  I also created a logical port via LPCONFIG for the generated proxy class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my report i execute the generated method but when execute the report i always get a popup to enter user and password to make the connection to XI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to make a connection without having the popup to enter user and password?  Is it possible to use a default user and password?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;Vincent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 08:18:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-authentification/m-p/1262340#M148014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T08:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Client proxy authentification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-authentification/m-p/1262341#M148015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check your RFC destination (SM59) from the application system that points to your XI system. Make sure you have given proper user id there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that is fixed, then it should not ask for the User id again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 08:22:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-authentification/m-p/1262341#M148015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T08:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Client proxy authentification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-authentification/m-p/1262342#M148016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked SM59 and the correct user and password is entered but we still get the popup at runtime.&lt;/P&gt;&lt;P&gt;It's something like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Resource     XISOAPApps&lt;/P&gt;&lt;P&gt;    User name &lt;/P&gt;&lt;P&gt;    Password  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a method to give the user and password at runtime?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vincent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 09:16:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-authentification/m-p/1262342#M148016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T09:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Client proxy authentification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-authentification/m-p/1262343#M148017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally it should not ask for any user credentials.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you check the XI adapter settings once?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 09:18:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-authentification/m-p/1262343#M148017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T09:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Client proxy authentification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-authentification/m-p/1262344#M148018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a RFC of type G with following data:&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Technical settings tab:&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Target host: my_server&lt;/P&gt;&lt;P&gt;service no : my_serverno&lt;/P&gt;&lt;P&gt;path prefif : /rep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Logon &amp;amp; security tab:&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;basic authentication&lt;/P&gt;&lt;P&gt;ssl inactive&lt;/P&gt;&lt;P&gt;user username&lt;/P&gt;&lt;P&gt;password userpassword&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Special options tab&lt;/P&gt;&lt;P&gt;icm default timeout&lt;/P&gt;&lt;P&gt;http 1.0&lt;/P&gt;&lt;P&gt;compression inactive&lt;/P&gt;&lt;P&gt;compressed response yes&lt;/P&gt;&lt;P&gt;accept cookies no&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this correct or do i have to make additional settings?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is strange is that in SPROXY i can navigate thru the services on XI  without any popup for userdata, but when i'm testing the generated client proxy in SPROXY i also get the popop for userdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to give additional user data in the definition of the logical port?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vincent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 10:25:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-authentification/m-p/1262344#M148018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T10:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Client proxy authentification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-authentification/m-p/1262345#M148019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think there is any other setting.&lt;/P&gt;&lt;P&gt;In SM59, when you do a REMOTE LOGON, is it directly opening the XI system, or is it asking for logon password?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In port you only specify the RFC destination, there will NOT be any place to logon details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 12:10:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-authentification/m-p/1262345#M148019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T12:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Client proxy authentification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-authentification/m-p/1262346#M148020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I look into my RFC setting I am using connection type H (for HTTP connection to R/3 system) to connect to the integration server.&lt;/P&gt;&lt;P&gt;As a path prefix I am using '/sap/xi/engine/?type=entry'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The proxy communication works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 12:21:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-authentification/m-p/1262346#M148020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T12:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Client proxy authentification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-authentification/m-p/1262347#M148021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to fix the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the logical port definition I must use HTTP destination in stead off URL in the call parameters tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vincent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 09:49:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-authentification/m-p/1262347#M148021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-10T09:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Client proxy authentification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-authentification/m-p/1262348#M148022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have been having the same problem it sounds like you had.  &lt;/P&gt;&lt;P&gt;When we do a function module test, it works fine set to use Exchange Infrastructure in LPCONFIG, but we always get prompted for an ID and password.  &lt;/P&gt;&lt;P&gt;When we change LPCONFIG to use Web Service Infrastructure and our Call Parameters to use the HTTP Destination with path suffix /sap/xi/engine?type=entry we now get an error 'Soapfaultcode:4 Error during conversion of XI message'. &lt;/P&gt;&lt;P&gt;Our RFC has the HTTP proxy piece empty, as all pieces of this are on the internal network.  &lt;/P&gt;&lt;P&gt;Is this something you ran into or know something about for fixing this issue?  Any ideas of where to start looking at this?&lt;/P&gt;&lt;P&gt;any ideas would be really appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jake&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2006 20:10:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-authentification/m-p/1262348#M148022</guid>
      <dc:creator>jacob_ellsworth</dc:creator>
      <dc:date>2006-09-27T20:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Client proxy authentification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-authentification/m-p/1262349#M148023</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 created client proxy to consume external web service and also created logical port for this proxy class in LPCONFIG.&lt;/P&gt;&lt;P&gt;Now in my program when I'm trying to invoke this service i'm getting pop-up to enter user and password. Could you please let me know how I can avoid this.&lt;/P&gt;&lt;P&gt;in my logical port in call parameter tab i'm using URL destination.&lt;/P&gt;&lt;P&gt;Do I need to create RFC(HTTP) destination for this in SM59.&lt;/P&gt;&lt;P&gt;Could you guys please let me know how this can be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vikram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 08:03:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-authentification/m-p/1262349#M148023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T08:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Client proxy authentification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-authentification/m-p/1262350#M148024</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;The error "Error during conversion of XI message" was due to the fact that you set Path Prefix to "/sap/xi/engine?type=entry," in the HTTP desitnation. This error will go if you set Path Prefix to BLANK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 04:52:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-authentification/m-p/1262350#M148024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T04:52:23Z</dc:date>
    </item>
  </channel>
</rss>

