<?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: Unable to create sesstion from browser in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-create-sesstion-from-browser/m-p/72260#M24865</link>
    <description>Hi Steve Boggs,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply, i got the solution i have un checked the checkbox.
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="17905.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/18057i7AA986CC67E0D793/image-size/large?v=v2&amp;amp;px=999" role="button" title="17905.png" alt="17905.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
After that successfully creating the sessions and running the sessions from Http interface. &lt;BR /&gt;Now i am facing another issue, by using Get method everything working fine but by using Post method i am not able to accessing.&lt;BR /&gt;I know how to expose process/object as webservice and how to consume the web service. &lt;BR /&gt;Now i want to work with http post method i have followed this&amp;nbsp; &lt;A href="https://bpdocs.blueprism.com/bp-6-7/en-us/helpHTTPInterface.htm?tocpath=Interface%7CAdvanced%20options%7C_____5" target="_blank" rel="noopener" title="Link"&gt;Link&lt;/A&gt;&amp;nbsp; no luck there is no response from BP, while using Get method atleast BP is showing some error message if i send any commands wrongly.&lt;BR /&gt;Is there any documentation or demo available for to interact with Http interface.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Naveen&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Naveen Kumar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Sat, 28 Aug 2021 09:39:00 GMT</pubDate>
    <dc:creator>NaveenKumar5</dc:creator>
    <dc:date>2021-08-28T09:39:00Z</dc:date>
    <item>
      <title>Unable to create sesstion from browser</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-create-sesstion-from-browser/m-p/72258#M24863</link>
      <description>&lt;P&gt;Hello Everyone,&lt;BR /&gt;&lt;BR /&gt;I am trying to start the process from browser by using http commands but i am unable to create the session with following url&amp;nbsp; "&lt;A href="http://localhost:8181/create%20&amp;lt;3C842bfd8b-6b50-486d-b53d-93e085646099&amp;gt;" target="_blank" rel="noopener"&gt;&lt;/A&gt;&lt;A href="http://localhost:8181/create" target="test_blank"&gt;http://localhost:8181/create&lt;/A&gt; &amp;lt;3C842bfd8b-6b50-486d-b53d-93e085646099&amp;gt;" and it showing INVALID ID . I have authunticated succesfully and also i am getting process list with "&lt;A href="http://localhost:8181/proclist" target="_blank" rel="noopener"&gt;http://localhost:8181/proclist&lt;/A&gt;". how do i create session from browser.&lt;BR /&gt;i am using BP 6.10.1 version .&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Naveen.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Naveen Kumar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Aug 2021 16:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-create-sesstion-from-browser/m-p/72258#M24863</guid>
      <dc:creator>NaveenKumar5</dc:creator>
      <dc:date>2021-08-27T16:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to create sesstion from browser</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-create-sesstion-from-browser/m-p/72259#M24864</link>
      <description>Hi Naveen,&lt;BR /&gt;&lt;BR /&gt;It sounds like you've exposed the Process in the System tab and confirmed you can access it using &lt;A href="http://localhost:8181/ws/" target="test_blank"&gt;http://localhost:8181/ws/&lt;/A&gt; (following the guidance provided in our &lt;A href="https://portal.blueprism.com/documents/standard?title=web+service&amp;amp;category=All" target="_blank" rel="noopener"&gt;Web Services Guide&lt;/A&gt; available on our Portal). However, it also sounds like you're trying to externally invoke this Process using a web service call after it has been exposed as a SOAP web service.&lt;BR /&gt;&lt;BR /&gt;These types of services are normally invoked by using a special tool (3rd-party to Blue Prism) or by writing custom code. As a first step, we would recommend you review this &lt;A href="https://www.guru99.com/webservice-testing-beginner-guide.html" target="_blank" rel="noopener"&gt;"Web Service Testing: A Beginner's Tutorial" Guide&lt;/A&gt; which should contain all of the information you need to get started using your exposed web service.&lt;BR /&gt;&lt;BR /&gt;In addition, you can review these related links for more information on this topic:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.soapui.org/soap-and-wsdl/getting-started.html" target="_blank" rel="noopener"&gt;Testing a Web Service in SoapUI&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.c-sharpcorner.com/article/calling-web-service-using-soap-request/" target="_blank" rel="noopener"&gt;Invoking a Web Service from C#&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In summary, there is not a "built-in" way within Blue Prism to trigger/start a Process using a web service, hence why this information is not included in our Web Services Guide. You will likely need to use a 3rd-party tool or implement some custom code to do this. &lt;BR /&gt;&lt;BR /&gt;If you have additional questions regarding this subject, we would recommend you post your specific requirements for this in this thread so others here in the Community may be able to provide their suggestions on how to design this.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Steve Boggs&lt;BR /&gt;Senior Software Support Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;Austin, TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Aug 2021 20:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-create-sesstion-from-browser/m-p/72259#M24864</guid>
      <dc:creator>steven.boggs</dc:creator>
      <dc:date>2021-08-27T20:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to create sesstion from browser</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-create-sesstion-from-browser/m-p/72260#M24865</link>
      <description>Hi Steve Boggs,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply, i got the solution i have un checked the checkbox.
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="17905.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/18057i7AA986CC67E0D793/image-size/large?v=v2&amp;amp;px=999" role="button" title="17905.png" alt="17905.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
After that successfully creating the sessions and running the sessions from Http interface. &lt;BR /&gt;Now i am facing another issue, by using Get method everything working fine but by using Post method i am not able to accessing.&lt;BR /&gt;I know how to expose process/object as webservice and how to consume the web service. &lt;BR /&gt;Now i want to work with http post method i have followed this&amp;nbsp; &lt;A href="https://bpdocs.blueprism.com/bp-6-7/en-us/helpHTTPInterface.htm?tocpath=Interface%7CAdvanced%20options%7C_____5" target="_blank" rel="noopener" title="Link"&gt;Link&lt;/A&gt;&amp;nbsp; no luck there is no response from BP, while using Get method atleast BP is showing some error message if i send any commands wrongly.&lt;BR /&gt;Is there any documentation or demo available for to interact with Http interface.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Naveen&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Naveen Kumar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 28 Aug 2021 09:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-create-sesstion-from-browser/m-p/72260#M24865</guid>
      <dc:creator>NaveenKumar5</dc:creator>
      <dc:date>2021-08-28T09:39:00Z</dc:date>
    </item>
  </channel>
</rss>

