Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
10 replies
Subscribers
7 subscribers
Views
6211 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
Hi .. I need a public web service that can process the US zip code provided and
kumaraveln
over 10 years ago
Hi .. I need a public web service that can process the US zip code provided and respond if its valid or not. Also, if it could provide additional information like state, city information associated with the zip code it would be helpful. I tried a few services like USPS, Zipwise but I am not able to find a direct wsdl from them. Any pointers would be helpful.
Appian version: 7.5....
OriginalPostID-131449
OriginalPostID-131449
Discussion posts and replies are publicly visible
0
Aleksi White
Appian Employee
over 10 years ago
www.webservicex.net/.../WSDetails.aspx
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
kumaraveln
over 10 years ago
Thanks Aleksi. Will check this out.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
kumaraveln
over 10 years ago
Expression evaluation error at function 'webservicequery' [line 2]: Error evaluating function 'webservicequery' : The maximum time to establish a connection with the remote server was reached. Location:
www.webservicex.net/uszip.asmx
Getting the above exception executing the below code
webservicequery(
a!wsConfig(
wsdlUrl: "
www.webservicex.net/uszip.asmx
service: "{
www.webserviceX.NET}USZip",
port: "USZipSoap",
operation: "{
www.webserviceX.NET}GetInfoByZIP"
),
{
GetInfoByZIPSoapIn: {
USZip: "94583"
}
}
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 10 years ago
It seems your application server doesn't have internet connectivity, this is very common for security reasons and maybe the cause of the issue or this web service was experimenting heavy load and couldn't be reach within the 60 seconds timeout limit (in custom.properties)
conf.node.webservice.connection.timeout=60
Please check with your server administrator if your app server has internet access
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
kumaraveln
over 10 years ago
Thanks Eduardo. Will check on that .. But now our business have decided to use google geo code api instead of any public wsdls. Any sample or link to related documentation would be helpful to start with.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 10 years ago
I think that you better look for the examples outside this Forum since Google Geo API is not maintained nor created by Appian
developers.google.com/.../
For Appian specifics have a look at Shared Components under
forum.appian.com/.../all
to see how other people are integrating with DIFFERENT/UNRELATED Google APIs; not saying you will find examples there for the Geo Code API but still good to see how other Google APIs are used.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 10 years ago
Note that since you've authored this question on Forum as a "Post" (
forum.appian.com/.../News.html
instead of using the "Post" functionality to ask questions on Forum this will only be visible to your followers, I would recommend that you use the "Ask a Technical Question" and "Ask a Business Question" actions also available from Tempo. This will broaden your audience.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
kumaraveln
over 10 years ago
got ur point .. thanks
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 10 years ago
Please disregard my comment about the "Post". This was supposed to go in a different thread.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
kumaraveln
over 10 years ago
np :)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel