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
3 replies
Subscribers
6 subscribers
Views
1569 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
When i use a smart service node - Call Webservice for making a webservice call.
siddharths
over 10 years ago
When i use a smart service node - Call Webservice for making a webservice call. It generates the requisite input and output structures.
So the structure generated in the output is something like this -
RunSummaryOfChangesRulesResponse.?LDASummaryOfChanges.?socElements
If the actual webservice XML is something like this:
ns0:RunSummaryOfChangesRulesResponse xmlns:ns0="
bac.com/.../cip">
<ns0:LDASummaryOfChanges>
<fault/>
<socElements>
<summaryOfChangeID>0</summaryOfChangeID>
<ldaPackageID>0</ldaPackageID>
<facilityID></facilityID>
<entityID></entityID>
<entityType></entityType>
<fieldName>Action</fieldName>
<businessElementName>Action</businessElementName>
<currentValue></currentValue>
<newValue></newValue>
<amendmentAction></amendmentAction>
...
OriginalPostID-120869
OriginalPostID-120869
Discussion posts and replies are publicly visible
0
siddharths
over 10 years ago
... <paragraphNumber/>
<paragraphTitle/>
<paragraphContent/>
<manuallyAdded>false</manuallyAdded>
</socElements>
Within the tag RunSummaryOfChangesRulesResponse i have some additional namespace values coming like this xmlns:ns0="
bac.com/.../cip">
Will this cause an issue while mapping the values?
Should the tag be just plain <RunSummaryOfChangesRulesResponse>
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 10 years ago
No that shouldn't cause any issues.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
siddharths
over 10 years ago
Thanks Eduardo!!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel