<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Create an endpoint from a wsdl</title><link>https://community.appian.com/discussions/f/integrations/22346/create-an-endpoint-from-a-wsdl</link><description>Hello 
 We have the need in the project to create a service (not a process model) with a wsdl passed to us by the customer. So that we then pass the end-point and invoke us. Is it possible from Appian to generate an end-point from a wsdl? 
 Thank you</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Create an endpoint from a wsdl</title><link>https://community.appian.com/thread/87600?ContentTypeID=1</link><pubDate>Wed, 03 Nov 2021 16:46:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f1e617cf-5458-4ec9-9348-3dfdbd5e9131</guid><dc:creator>alexc0007</dc:creator><description>&lt;p&gt;All right, thank you very much&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create an endpoint from a wsdl</title><link>https://community.appian.com/thread/87573?ContentTypeID=1</link><pubDate>Wed, 03 Nov 2021 10:01:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5d24990a-af9e-49b7-b06f-5f2d4d0c076d</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;You need to&amp;nbsp;authenticate to Appian. The supported ways are&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/21.3/Web_API_Authentication.html"&gt;docs.appian.com/.../Web_API_Authentication.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create an endpoint from a wsdl</title><link>https://community.appian.com/thread/87570?ContentTypeID=1</link><pubDate>Wed, 03 Nov 2021 08:45:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:778cd254-9468-4b0c-81ca-134c1b7576a1</guid><dc:creator>alexc0007</dc:creator><description>&lt;p&gt;Good morning,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;We have managed to set up a wsdl in Appian. But when we call from outside (the customer calls us from a GateWay) we get a screen to enter the user and the Appian pass, they can not control this. Can you make that control does not appear?&lt;/p&gt;
&lt;p&gt;The option to pass the token as a header in the request can not be managed either.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/18/MicrosoftTeams_2D00_image-_2800_4_2900_.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create an endpoint from a wsdl</title><link>https://community.appian.com/thread/87521?ContentTypeID=1</link><pubDate>Tue, 02 Nov 2021 09:39:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ad92ec17-8de7-448f-ab6a-ce30c29c6047</guid><dc:creator>alexc0007</dc:creator><description>&lt;p&gt;&lt;span&gt;Thanks Stefan&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create an endpoint from a wsdl</title><link>https://community.appian.com/thread/87512?ContentTypeID=1</link><pubDate>Tue, 02 Nov 2021 07:25:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:98925dd1-b016-4b8d-81f9-7f0a4b54e8ad</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;A typical SOAP service exposes its WSDL when you add a &amp;quot;?WSDL&amp;quot; to the endpoint URL. For this to work, you just need to check the first request parameter and create a proper HttpResponse that includes the right headers and the XML.&lt;/p&gt;
&lt;p&gt;The manual part: The actual API call will receive some XML sent by the client. You need to parse the XML, run your logic and return an appropriate XML response.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create an endpoint from a wsdl</title><link>https://community.appian.com/thread/87509?ContentTypeID=1</link><pubDate>Tue, 02 Nov 2021 07:18:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1f2b2f41-27ee-4e93-80e1-d8a103d9aa5b</guid><dc:creator>alexc0007</dc:creator><description>&lt;p&gt;What do you mean manually?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create an endpoint from a wsdl</title><link>https://community.appian.com/thread/87508?ContentTypeID=1</link><pubDate>Tue, 02 Nov 2021 07:16:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:12232d6c-4a26-43ac-82c4-46f58bb8141f</guid><dc:creator>alexc0007</dc:creator><description>&lt;p&gt;Hi&lt;br /&gt;The only thing I have is the xml. &lt;br /&gt;The client is forcing me to expose that xml so they can consume it via an endpoint (.wsdl) exposed from Appian.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create an endpoint from a wsdl</title><link>https://community.appian.com/thread/87507?ContentTypeID=1</link><pubDate>Tue, 02 Nov 2021 07:13:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:82deb2ba-c889-4f03-a351-d30b771ea73a</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Now I am confused.&lt;/p&gt;
&lt;p&gt;I understood, that you have some WSDL file. Now you want to create an API in Appian which consumes the data specified in that WSDL and returns some XML. Is that correct?&lt;/p&gt;
&lt;p&gt;While there is no direct support, you can still create that manually.&lt;/p&gt;
&lt;p&gt;What does &amp;quot;&lt;span&gt;forced to expose a wsdl with that xml&amp;quot; mean?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create an endpoint from a wsdl</title><link>https://community.appian.com/thread/87504?ContentTypeID=1</link><pubDate>Tue, 02 Nov 2021 07:00:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:223908ae-8e7f-40a6-8932-2d77e3eddc4f</guid><dc:creator>alexc0007</dc:creator><description>&lt;p&gt;Hello &lt;br /&gt;For project needs we are forced to expose a wsdl with that xml.&lt;br /&gt;So as you tell me, in Appian it is impossible to do this.&lt;br /&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Create an endpoint from a wsdl</title><link>https://community.appian.com/thread/87432?ContentTypeID=1</link><pubDate>Fri, 29 Oct 2021 16:32:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7a55ab03-d519-4b11-88e7-7b3d8ceece2f</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;No. But nothing holds you back from creating a Web API which consumes some XML. You can even take the data structures from the WSDL and create the CDTs from it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>