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
2 replies
Subscribers
7 subscribers
Views
1414 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi Team , Why the current WebService Smart Service in Appian does no
jasleenk
over 11 years ago
Hi Team ,
Why the current WebService Smart Service in Appian does not supports JAX-WS services. Currently it only supports JAX-RPC (rpc/literal and document/literal) ....
OriginalPostID-89174
OriginalPostID-89174
Discussion posts and replies are publicly visible
0
Eduardo Fuentes
Appian Employee
over 11 years ago
Here's a list of unsupported types of web services:
forum.appian.com/.../Call_Web_Service_Smart_Service
For unsupported scenarios you can try using the Send HTTP Request Plug-in available for download here in Appian Forum under the "Shared Components" record (
forum.appian.com/.../all)-
Smart Services
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
jasleenk
over 11 years ago
Hi Eduardo ,
I tried using Send HTTP Request Plug-in to invoke my JAX-WS WSDL.
But when sending following SOAP request
<soapenv:Envelope xmlns:soapenv="
schemas.xmlsoap.org/.../"
xmlns:tes="
TWEBSER/TestWebservice.tws">
<soapenv:Header/>
<soapenv:Body>
<tes:TestProcess>
<tes:processData>
<tes:number1>1</tes:number1>
<tes:number2>2</tes:number2>
</tes:processData>
</tes:TestProcess>
</soapenv:Body>
</soapenv:Envelope>
from the paramter "Body" of Send HTTP Request I am getting this error - "javax.xml.stream.XMLStreamException: Element type "soapenv:Envelope" must be followed by either attribute specifications, ">" or "/>""
But when i changed the SOAP request to
<soapenv:Envelope/>xmlns:soapenv='
schemas.xmlsoap.org/.../TestWebservice.tws'>
<soapenv:Body>
<tes:TestProcess>
<tes:processData>
<tes:number1>1</tes:number1>
<tes:number2>2</tes:number2>
</tes:processData>
</tes:TestProcess>
</soapenv:Body>
It still gives me the same error - "javax.xml.stream.XMLStreamException: Element type "soapenv:Envelope" must be followed by either attribute specifications, ">" or "/>""
Kindly suggest how can i invoke this smart service using SOAP message / any other way using its inputs ??
Thanks ,
Jasleen Kaur
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel