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
11 replies
Subscribers
7 subscribers
Views
5700 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
I am working to create a SOAP web service to integrate with Appian. I have curre
calebs858
over 9 years ago
I am working to create a SOAP web service to integrate with Appian. I have currently tested the web service and it works when being called by other clients, but the Appian web service node does not seem to be passing the web service any parameters. I have successfully got a return "hello world" from the web service into Appian, so the issue is with the passing of data. I'm currently attempting invoke the web service using the an expression rule. This is the code I'm executing, but the web service noes not detect any variables.Stuff is the variable name and it should echo back with whatever is passed to the web service. Any assistance would be greatly appreciated.
webservicequery(
wsConfig:
a!wsConfig(
wsdlUrl: "
testurl/.../test
service: "{
testurl:443/test}test",
port: "testPort",
operation: "{
https://testurl:443/test}echo"
),
inputVar: {stuff: "more stuff"}}
)
**Note: I have changed the ...
OriginalPostID-196612
OriginalPostID-196612
Discussion posts and replies are publicly visible
Parents
0
calebs858
over 9 years ago
...url from the one I'm testing, but everything else is the same.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
calebs858
over 9 years ago
...url from the one I'm testing, but everything else is the same.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data