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
7 subscribers
Views
1536 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
When use 'Call Web Service' node, Appian appears to be sending optional
sureshk594
over 10 years ago
When use 'Call Web Service' node, Appian appears to be sending optional XML tags with empty values.
For example, assume that this is a complete XML according to the schema.
<contact>
<name>ABC</name>
<email>abc@abc.com</email>
</contact>
<email> is an optional element according to the schema. If email is not mapped to a variable, Appian is sending:
<contact>
<name>ABC</name>
<email></email>
</contact>
This is not desired. How do I get Appian to send:
<contact>
<name>ABC</name>
</contact>
(I am new to Appian)
Thanks in advance.
...
OriginalPostID-129608
OriginalPostID-129608
Discussion posts and replies are publicly visible
Parents
0
Eduardo Fuentes
Appian Employee
over 10 years ago
You can invoke this web service using SoapUI first to see the XML of the SoapEnvelope then you send this as the body of the request as any text in Appian
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eduardo Fuentes
Appian Employee
over 10 years ago
You can invoke this web service using SoapUI first to see the XML of the SoapEnvelope then you send this as the body of the request as any text in Appian
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data