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
5 replies
Subscribers
6 subscribers
Views
1675 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
We are calling one webservice in our process model. Later that web-service is ch
komalk
over 9 years ago
We are calling one webservice in our process model. Later that web-service is changed their response. So when we recompiled, it shown warning about older web-service response CDTs existing. We run impact analysis and deleted them all. and tried to recompile. This time, it did not give warning but did not create all CDTs those were in response. We tried to recompiled again. But no success.
Hence as there were no response CDTs, we created the one from XSD import (we have backed up them before deleting) and run impact analysis.
Recompiled webservice again. This time it did not show any error/warning but not populating results in that XSD imported CDT. Can you help on this issue. The webservice call is being used in many process models and I want to regenerate all it's CDTs without corrupting any process model.
OriginalPostID-162663
OriginalPostID-162663
Discussion posts and replies are publicly visible
0
komalk
over 9 years ago
it shows me this error when I try to create CDT with XSD import: An error occurred while trying to save the type information to the primary data source. No types have been imported. Cause: The type {
project.test.com/.../}custInfo
is referenced, but is not defined in the XSD. (APNX-1-4050-002)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sonalk
over 9 years ago
Hi Komal,
Check if the related post can help you to resolve this issue :
forum.appian.com/.../e-124177
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
komalk
over 9 years ago
OKies. That worked, Now I was able to import CDT. But now thing is, this CDT not being populated with web-service response results. web-service works in SoapUI properly. what could be possible root cause of this :(
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Tejas Kargutkar
Appian Employee
over 9 years ago
Is there any error seen in the logs ? Have you tried to enable DEBUG logging to get more information ?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
komalk
over 9 years ago
webservice CDT follows CDT structure if something this kind:
GetCustInfo
|-custInfoResult
|-data_list1
|-data_list2
|-data_list3
|-Property1
|.Name
|.ID
|.address
|-data_list4
When, webservice was updated and it was showing error for older existing CDTs, we deleted all CDTs. But web-service call did not create any older CDT.. so we created those by importing XSDs.
Only "data_list2" was new CDT, and it got created and it also populates result. But not data_list3 or data_list4
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel