<?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 ABAP Client Proxy without XI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-without-xi/m-p/1174287#M123959</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am stuggling with writing a client proxy in ABAP to call a Web Service without any use of XI.  The help says it is possible, as per the URL below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the expanded tree structure on the left pane of the help, navigate to the heading "Programming with Client and Server Proxies" and then "Sending a message".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been able to generate a proxy class by consuming a WSDL file and I have also defined a Logical Port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also copied the ABAP code shown on the same Help page, but have been stumped by the definition of ls_request and ls_response.  The next line of help goes on to explain that ls_request should be a structure for the Request Message.  In the scenario where XI is used, I can understand the concept of defining a structure that is the same as the Request message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the scenario of only using ABAP and no XI, I don't understand what I should define the structures for ls_request and ls_response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone shed some light on my confusion?  Any suggestions gratefully received.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tony&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/d1/802cfc454211d189710000e8322d00/frameset.htm"&amp;gt;SAP Help on ABAP Client Proxies&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jan 2006 11:15:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-23T11:15:50Z</dc:date>
    <item>
      <title>ABAP Client Proxy without XI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-without-xi/m-p/1174287#M123959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am stuggling with writing a client proxy in ABAP to call a Web Service without any use of XI.  The help says it is possible, as per the URL below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the expanded tree structure on the left pane of the help, navigate to the heading "Programming with Client and Server Proxies" and then "Sending a message".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been able to generate a proxy class by consuming a WSDL file and I have also defined a Logical Port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also copied the ABAP code shown on the same Help page, but have been stumped by the definition of ls_request and ls_response.  The next line of help goes on to explain that ls_request should be a structure for the Request Message.  In the scenario where XI is used, I can understand the concept of defining a structure that is the same as the Request message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the scenario of only using ABAP and no XI, I don't understand what I should define the structures for ls_request and ls_response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone shed some light on my confusion?  Any suggestions gratefully received.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tony&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/d1/802cfc454211d189710000e8322d00/frameset.htm"&amp;gt;SAP Help on ABAP Client Proxies&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 11:15:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-without-xi/m-p/1174287#M123959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-23T11:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Client Proxy without XI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-without-xi/m-p/1174288#M123960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Welcome to SDN.&lt;/P&gt;&lt;P&gt;check out this weblog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap"&amp;gt;Consuming WebServices with ABAP&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;input and output structure are automatically generated when creating the client proxy. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click on the structure tab (se80 client proxy definition) and expand the webservice method againt input in the type column you should see a structure name use this for ls_request&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ls_request         TYPE zxxx_soap_in,&lt;/P&gt;&lt;P&gt;against exporting in types column you can see the type for ls_response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is clear.&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>Mon, 23 Jan 2006 11:29:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-without-xi/m-p/1174288#M123960</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-01-23T11:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Client Proxy without XI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-without-xi/m-p/1174289#M123961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the pattern for the types are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;prefix&amp;gt;_&amp;lt;method name&amp;gt;_soap_in&lt;/P&gt;&lt;P&gt;&amp;lt;prefix&amp;gt;_&amp;lt;method name&amp;gt;_soap_out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;prefix&amp;gt; is the one which you gave when generating the client proxy.&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>Mon, 23 Jan 2006 11:32:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-without-xi/m-p/1174289#M123961</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-01-23T11:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Client Proxy without XI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-without-xi/m-p/1174290#M123962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2006 11:54:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-proxy-without-xi/m-p/1174290#M123962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-13T11:54:56Z</dc:date>
    </item>
  </channel>
</rss>

