@francoisbnc
Have you been able to resolve this?
I see this as an issue with your Client ( python suds module ) with WFA4.0 Jboss 8.2.0. Not 100% certain but in the past I had come acoss an issue with Powershell and Jboss7.1 and that was showing similar behaviour in terms of not working with the latest WFA but working fine with the older one ( having older Jboss version)
I've tried the said APIS with Powershell and it works all fine. Also tried with other SOAP UI clients and they also work fine.
===
PS WSMan:\> $proxy = New-WebServiceProxy -Uri http://1.3.12.236:90/wfa-ws/WorkflowService_rpc?wsdl -Credential $cd
PS WSMan:\> $proxy.executeWorkflow(117, ("Country=Sweden", "Sec=30"))
2117
PS WSMan:\> $proxy.waitForCompletion(2117)
comment :
endTime : Jul 27, 2016 4:41:00 PM
errorMessage :
jobStatus1 : COMPLETED
jobType : Workflow Execution - Workflow to Print a Footballer Name - delete 2
plannedExecutionTime : Jul 27, 2016 4:40:15 PM
returnParameter : {Name}
scheduleType : Immediate
startTime : Jul 27, 2016 4:40:21 PM
userInputValue : {Country, Sec}
workflowExecutionProgress : Microsoft.PowerShell.Commands.NewWebserviceProxy.AutogeneratedTypes.WebServiceProxy3fa_ws_WorkflowService_rpc_wsdl.workfl
owExecutionProgress
PS WSMan:\>
===
I've not worked extensively with python, so atm I'll not be able to suggest anything to solve this. But I'll look into it for sure.
If you have found some resolution, kindly post it here.
sinhaa
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.