<?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>We have a requirement where we have to communicate to another system using webse</title><link>https://community.appian.com/discussions/f/integrations/6866/we-have-a-requirement-where-we-have-to-communicate-to-another-system-using-webse</link><description>We have a requirement where we have to communicate to another system using webservice but it is required to vaidate digital certificates and signatures , so how can we do this ? Note: we have to follow XMLDSig standards . both signatures(signatures in</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: We have a requirement where we have to communicate to another system using webse</title><link>https://community.appian.com/thread/27331?ContentTypeID=1</link><pubDate>Thu, 04 Feb 2016 19:58:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:762f7b27-fff3-4a38-93f1-da8b80a3eb9b</guid><dc:creator>sayedh</dc:creator><description>Ideally, this should be architected with a middleware component if possible. Do you have a middleware team at your organization? If so, then you should have the middleware team provide a proxy service that Appian can call with UsernameToken (i.e. username and password). &lt;br /&gt;&lt;br /&gt;1. Middleware provide a service that does the digital signature to the downstream service.&lt;br /&gt;2. Appian calls the middleware service rather than the downstream service (using UsernameToken).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The above is the best approach.&lt;br /&gt;&lt;br /&gt;If a middleware component is not an option, then you can write a plugin. To do the digital signature, you&amp;#39;ll have to use something like:&lt;br /&gt;&lt;br /&gt;1. axis2 and rampart &lt;br /&gt;2. axis 1.3 and wss4j&lt;br /&gt;3. jax-ws&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I would use one of the older versions of Axis if I had to do this. The later versions have too many dependencies that often conflict with the classses/packages/jars that are made available via OSGI. With axis2 for example, you&amp;#39;ll likely run into NoClassDefFoundError errors and that will take a while to resolve.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>