Overview
Most SOAP use cases can and should be handled using native Appian features like Integration Objects. This plug-in specifically is suited for handling SOAP services with SOAP and Base64 attachments
Key Features & Functionality
The Advanced Call Web Service provides support for the following:
hi, have you figured out how to use it?
Can you please share it, thanks in advance.
This plugin does not work. Smart service node fails with following error.
bundleName for SmartServiceException, builder.smartServiceClass=class com.appiancorp.ps.plugin.wss.smartservice.AbstractCallSOAPWebService.
Is there any solution? Any work around to call SOAP webservice which returns document as an attachment.
Hi James,
I am using this smart service to fetch the document.
I configured all the required parameters.But I am getting the below error while running the process:
"bundleName for SmartServiceException, builder.smartServiceClass=class com.appiancorp.ps.plugin.wss.smartservice.AbstractCallSoapWebService"
Is that issue with configuration or smart service?
Hi,
Have you tried latest version of plug-in on 19.4? What is issue you were facing? Few details will help us to understand since we are also facing issues on 20.1. Thanks.
We are using Advanced Call web service plugin to upload a document to doc share
[Appian Work Item - 1465 - execution00 : UnattendedJavaActivityRequest] ERROR com.appiancorp.ps.plugin.wss.smartservice.deprecated.AbstractCallSOAPWebServiceV2 - Error invoking web service com.sun.xml.ws.fault.ServerSOAPFaultException: Client received SOAP Fault from server: javax.xml.ws.soap.SOAPFaultE xception Please see the server log to find more detail regarding exact cause of the failure.
at com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:193)
at com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:131)
at com.sun.xml.ws.client.dispatch.DispatchImpl.doInvoke(DispatchImpl.java:274)
at com.sun.xml.ws.client.dispatch.DispatchImpl.invoke(DispatchImpl.java:304)
at com.appiancorp.ps.plugin.wss.SOAPClientImpl.invoke(SOAPClientImpl.java:232)
at com.appiancorp.ps.plugin.wss.smartservice.deprecated.AbstractCallSOAPWebServiceV2.run(AbstractCallSOAPWe
bServiceV2.java:145).
Thanks
Hi james we have to use this plugin to make a call to a soap web service that requires basic authentication. In the Service Authentication field of the smart service we have set this value {action: "USERNAME_TOKEN_PLAIN_PASSWORD", usernameTokenSystemKey: "test.ged"} and in the third-part credentials we have defined the test.ged configuring username and password any idea?
Facing this error when tried to deploy the plugin:
HTTP Code: 500 APNX-1-4198-019 An Error Has Occurred Expression evaluation error [evaluation ID = R85DAUKZ] : An error occurred while executing a save: java.util.UnknownFormatConversionException: Conversion = 'D'
We are encoutering an issue with this advanced plugin for french character in all environment.
The SOAP envelope works with UFT-8 encoding which means that also French characters like “l'Evêque Lévescault” are supposed to work.We were able to verify that other SOAP tools like SOAP UI can call the web service endpoint with French characters correctly.
The rule that generates xml also queries data from an Oracle database table. (Between Appian and Oracle Hibernate is used to retrieve data. It might be possible that French characters are already badly converted here?)But since the web service plugin is a custom plugin it is likely that this handles special characters incorrectly.
Please kindly help us in resolving the issue.
Thank you for your kind attention in this regard.
KB-1097 explains the cause and remedial actions that may be taken to address it within your specific environment