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
1 reply
Subscribers
7 subscribers
Views
1092 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
Hi Guys, I'm using a SOAP web service wherein there are optional par
johne252
over 9 years ago
Hi Guys,
I'm using a SOAP web service wherein there are optional parameters. These parameters as set as optional. However, the parameter tag needs to be removed from the request as it will not accept an empty value. Is this possible when using Call Web Service Smart Service?
For example:
<soapenv:Body>
<ema:SendEmail>
<!--1 or more repetitions:-->
<To>test@test.com</To>
<!--Optional:-->
<ReplyToAddress>no-reply@test</ReplyToAddress>
<!--Zero or more repetitions:-->
<Cc/>
<Subject>Handshake Test</Subject>
<Content>Test Successful</Content>
</ema:SendEmail>
WIll result in a validation error but:
<soapenv:Body>
<ema:SendEmail>
<!--1 or more repetitions:-->
<To>test@test.com</To>
<!--Optional:-->
<ReplyToAddress>no-reply@test</ReplyToAddress>
<Subject>Handshake Test</Subject>
<Content>Test Successful</...
OriginalPostID-160394
OriginalPostID-160394
Discussion posts and replies are publicly visible
Parents
0
johne252
over 9 years ago
...Content>
</ema:SendEmail>
will be successful.
Thanks!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
johne252
over 9 years ago
...Content>
</ema:SendEmail>
will be successful.
Thanks!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data