<?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>Address Validation Integration</title><link>https://community.appian.com/discussions/f/integrations/11672/address-validation-integration</link><description>Hi all, 
 I am using an integration with usps to verify the address. I am using the following URL in integration: 
 https://servername/ShippingAPI.dll?API=Verify&amp;amp;XML= 
 After this I need to pass the XML request which should be in the following form and</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Address Validation Integration</title><link>https://community.appian.com/thread/51464?ContentTypeID=1</link><pubDate>Tue, 09 Jan 2018 05:51:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dad9751c-4a0a-46c3-b53a-0c9dd0d68b62</guid><dc:creator>chandu</dc:creator><description>Good to hear that :)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Address Validation Integration</title><link>https://community.appian.com/thread/51463?ContentTypeID=1</link><pubDate>Tue, 09 Jan 2018 05:48:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:67bd3d14-7760-49c6-8cfb-1296912d6158</guid><dc:creator>Brinda</dc:creator><description>Thank you.  I have used the parameters section in integration and passed the address fields to get the result.  Now I am getting the answer.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Address Validation Integration</title><link>https://community.appian.com/thread/51425?ContentTypeID=1</link><pubDate>Mon, 08 Jan 2018 11:40:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d8ad2207-fadf-4cb5-8a3a-b5b851516ceb</guid><dc:creator>chandu</dc:creator><description>Hi Brinda, I tried some thing like this,&lt;br /&gt;
Create a CDT of type Address with your required address fields like address1, address2,city,state,zip code etc.&lt;br /&gt;
Create one more CDT of type AddressValidateRequest  with the following fields&lt;br /&gt;
1.Revision&lt;br /&gt;
2.AddressID&lt;br /&gt;
3.Address&amp;lt; of type Address [Array]&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now use the toxml function. hope this will be helpful&lt;br /&gt;
toxml(&lt;br /&gt;
  value: ri!AddressValidateRequest,&lt;br /&gt;
  format:true&lt;br /&gt;
)&lt;br /&gt;
Hope this will be help ful&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Address Validation Integration</title><link>https://community.appian.com/thread/51424?ContentTypeID=1</link><pubDate>Mon, 08 Jan 2018 11:40:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:563ad151-089b-43b2-97ed-386b675bca95</guid><dc:creator>chandu</dc:creator><description>Hi Brinda, I tried some thing like this,&lt;br /&gt;
Create a CDT of type Address with your required address fields like address1, address2,city,state,zip code etc.&lt;br /&gt;
Create one more CDT of type AddressValidateRequest  with the following fields&lt;br /&gt;
1.Revision&lt;br /&gt;
2.AddressID&lt;br /&gt;
3.Address&amp;lt; of type Address [Array]&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now use the toxml function. hope this will be helpful&lt;br /&gt;
toxml(&lt;br /&gt;
  value: ri!AddressValidateRequest,&lt;br /&gt;
  format:true&lt;br /&gt;
)&lt;br /&gt;
Hope this will be help ful&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>