<?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: passing URL query string in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/passing-url-query-string/qaa-p/8268131#M2943418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; i think he means a servlet to do a  HTTP GET &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Oct 2011 12:19:18 GMT</pubDate>
    <dc:creator>stefan_grube</dc:creator>
    <dc:date>2011-10-06T12:19:18Z</dc:date>
    <item>
      <title>passing URL query string</title>
      <link>https://community.sap.com/t5/technology-q-a/passing-url-query-string/qaq-p/8268122</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 an HTTP sender adapter scenario. Our client would like to send the business data through the URL query string &lt;/P&gt;&lt;P&gt;to our server. My question is how would the XML Data be passed on to the query string? and is XI capable of using the GET method instead of POST? Please see below sample URL. would you know what is the parameter for the XML Data in the query string? I tried almost everything but to no avail. (tried PayloadName, Payload, XMLPayloadName, XML..etc) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://server:port/sap/xi/adapter_plain?service=WebURL_Sender&amp;amp;namespace=http%3A%2F%2Fsender%com%2Eph%2F1&amp;amp;interface=SI_EPayRet&amp;amp;sap-user=myuser&amp;amp;sap-password=mypass&amp;amp;sap-client=101&amp;amp;" target="test_blank"&gt;http://server:port/sap/xi/adapter_plain?service=WebURL_Sender&amp;amp;namespace=http%3A%2F%2Fsender%com%2Eph%2F1&amp;amp;interface=SI_EPayRet&amp;amp;sap-user=myuser&amp;amp;sap-password=mypass&amp;amp;sap-client=101&amp;amp;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PayloadName=&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ns0:MT_EPayRet xmlns:ns0="http://sender.com.ph/1"&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;AddCode&amp;gt;xxxx&amp;lt;/AddCode&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;RefNum&amp;gt;xxxx&amp;lt;/RefNum&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;TranAmt&amp;gt;xxxx&amp;lt;/TranAmt&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;TranDate&amp;gt;03/03/2011&amp;lt;/TranDate&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;TranTime&amp;gt;03:11&amp;lt;/TranTime&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/ns0:MT_EPayRet&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried searching thru the forums but I've found no answer. Appreciate the help guys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 03:16:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/passing-url-query-string/qaq-p/8268122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-06T03:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: passing URL query string</title>
      <link>https://community.sap.com/t5/technology-q-a/passing-url-query-string/qaa-p/8268123#M2943410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; ... using the GET method instead of POST? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, this is not possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 07:13:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/passing-url-query-string/qaa-p/8268123#M2943410</guid>
      <dc:creator>stefan_grube</dc:creator>
      <dc:date>2011-10-06T07:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: passing URL query string</title>
      <link>https://community.sap.com/t5/technology-q-a/passing-url-query-string/qaa-p/8268124#M2943411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Stefan. I think that so too. &lt;/P&gt;&lt;P&gt;One more question I have though is when I am sending a test message in the runtime workbench to my sender http adapter. for some reason I am able to send to &lt;/P&gt;&lt;P&gt;&lt;A href="http://server:port/sap/xi/engine?type=entry" target="test_blank"&gt;http://server:port/sap/xi/engine?type=entry&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but not to &lt;/P&gt;&lt;P&gt;&lt;A href="http://server:port/sap/xi/adapter_plain" target="test_blank"&gt;http://server:port/sap/xi/adapter_plain&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;Sending to the latter returns - Error while sending message: 415 Unsupported Media Type&lt;/P&gt;&lt;P&gt;Do you know why this is happening?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 07:29:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/passing-url-query-string/qaa-p/8268124#M2943411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-06T07:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: passing URL query string</title>
      <link>https://community.sap.com/t5/technology-q-a/passing-url-query-string/qaa-p/8268125#M2943412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use the HTTP client &lt;A href="http://sappihttpclient.codeplex.com/" target="test_blank"&gt;http://sappihttpclient.codeplex.com/&lt;/A&gt; to test these scenarios&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 08:38:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/passing-url-query-string/qaa-p/8268125#M2943412</guid>
      <dc:creator>Shabarish_Nair</dc:creator>
      <dc:date>2011-10-06T08:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: passing URL query string</title>
      <link>https://community.sap.com/t5/technology-q-a/passing-url-query-string/qaa-p/8268126#M2943413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaba, Thanks for help. I already have this HTTP test client. My problem now is our client's website is only capable of passing URL query string to us. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shaba, Stefan, guys, would you know a solution for this type of scenario? &lt;/P&gt;&lt;P&gt;Thank you so much in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 09:34:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/passing-url-query-string/qaa-p/8268126#M2943413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-06T09:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: passing URL query string</title>
      <link>https://community.sap.com/t5/technology-q-a/passing-url-query-string/qaa-p/8268127#M2943414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; I already have this HTTP test client. My problem now is our client's website is only capable of passing URL query string to us. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is hard to believe. What kind of system is this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could create a serlte which redirects the incoming GET request to PI. This is easily done with some Java skills and NWDI.&lt;/P&gt;&lt;P&gt;This servlet can run on PI Java stack.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 10:21:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/passing-url-query-string/qaa-p/8268127#M2943414</guid>
      <dc:creator>stefan_grube</dc:creator>
      <dc:date>2011-10-06T10:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: passing URL query string</title>
      <link>https://community.sap.com/t5/technology-q-a/passing-url-query-string/qaa-p/8268128#M2943415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan, I agree. It is a payment system/site from a local bank. &lt;/P&gt;&lt;P&gt;by serlte I assume you mean service? &lt;/P&gt;&lt;P&gt;I am not familiar with creating services like these. Do you have references on how to create this service?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 10:55:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/passing-url-query-string/qaa-p/8268128#M2943415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-06T10:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: passing URL query string</title>
      <link>https://community.sap.com/t5/technology-q-a/passing-url-query-string/qaa-p/8268129#M2943416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my opinion probably Stefan's suggestion is the best solution approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, another idea is to create a WebDynpro application, or another WebAS application, and call it from your client's website, passing WebDynpro parameters in URL, and use the WD like a service, responding with response data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 10:57:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/passing-url-query-string/qaa-p/8268129#M2943416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-06T10:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: passing URL query string</title>
      <link>https://community.sap.com/t5/technology-q-a/passing-url-query-string/qaa-p/8268130#M2943417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think he means a servlet to do a  HTTP GET - &lt;A href="http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/Servlet-Tutorial-First-Servlets.html" target="test_blank"&gt;http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/Servlet-Tutorial-First-Servlets.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 11:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/passing-url-query-string/qaa-p/8268130#M2943417</guid>
      <dc:creator>Shabarish_Nair</dc:creator>
      <dc:date>2011-10-06T11:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: passing URL query string</title>
      <link>https://community.sap.com/t5/technology-q-a/passing-url-query-string/qaa-p/8268131#M2943418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; i think he means a servlet to do a  HTTP GET &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 12:19:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/passing-url-query-string/qaa-p/8268131#M2943418</guid>
      <dc:creator>stefan_grube</dc:creator>
      <dc:date>2011-10-06T12:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: passing URL query string</title>
      <link>https://community.sap.com/t5/technology-q-a/passing-url-query-string/qaa-p/8268132#M2943419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a simple web application project using NWDS and deploy in PI .  Create a servlet which extends class GenericServlet  enough. Use  service or doGet method and code your logic. Use HttpSerlvetRequest parameter to read your request http header parameters. Search Google for simple http get methods coding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 13:41:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/passing-url-query-string/qaa-p/8268132#M2943419</guid>
      <dc:creator>baskar_gopalakrishnan2</dc:creator>
      <dc:date>2011-10-06T13:41:32Z</dc:date>
    </item>
  </channel>
</rss>

