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
2 replies
Subscribers
7 subscribers
Views
2019 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
SOAP Web-service Integrations Issues
Dhiraj Kumar
over 8 years ago
We are facing a couple of webservice integrations issues and i would like to know
Is the best practice for Webservice to package the stubs /skeletons and promote the service integration along with stubs skeletons to higher environment
OR generate them(stubs) on the target environment and just promote the process model to the target env .
OriginalPostID-237585
Discussion posts and replies are publicly visible
0
Christopher Biagiotti
Certified Lead Developer
over 8 years ago
If you're talking about creating custom data types from a WSDL, it's a best practice to include it with your application export when you deploy to a new environment. Otherwise, you can run into mismatches and other issues.
forum.appian.com/.../Custom_Data_Types_from_WSDL.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
mohamedb
over 8 years ago
My thoughts:
1- Package the web-service call in a sub-process by itself.
2- Create a wrapper testing process which calls the web-service sub-process with different configurations/stubs (stubs can be hard coded in script tasks or read from DB table)
3- Move all as a separate application to Higher environments.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel