|
|
|
Invoking PIPA thorugh Taskmanager.wsdl 1 Year, 10 Months ago
|
Karma: 1
|
|
Hi,
Here I ran PIPA through as sample explained through my own UI.
Now I am trying to do the same from Taskmanager.wsdl
Which method I need to use.
With the knowldge I have on wsdl.I think I need to use initPorcess. But I didn't find any service for that in TaskManager.wsdl.
Thanks for help.
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
Re:Invoking PIPA thorugh Taskmanager.wsdl 1 Year, 9 Months ago
|
Karma: 26
|
|
Srikanth, Could you please elaborate more on creating PIPA using Taskmanager.wsdl?
Thanks, Shivanand.
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
Re:Invoking PIPA thorugh Taskmanager.wsdl 1 Year, 9 Months ago
|
Karma: 26
|
|
Srikanth, Could you please elaborate more on creating PIPA using Taskmanager.wsdl?
Thanks, Shivanand.
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
Re:Invoking PIPA thorugh Taskmanager.wsdl 1 Year, 9 Months ago
|
Karma: 1
|
|
Now I have a process which is initiated by authorized user.
I am able to do through wsdl which was created by intalio process and as well as JSP sample mentioned.
Now I wanted to do the same through TaskManger.wsdl.
Instead of having somany wsdl's in my project. I wanted to have single TaskManager.wsdl in my project so that I can talk to workflow engine through that.
There is one binding but I didn't find any service to do that in TaskManager.wsdl.
Thanks for you're help. This makes my job lot easier.
<wsdl:binding name="initProcessSoapBinding" type="b4p:initProcessPortType"> <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="initProcess"> <soap:operation soapAction="initProcess" style="document"/> <wsdl:input> <soap:body use="literal" namespace="http://www.intalio.com/bpms/workflow/ib4p_20051115"/> </wsdl:input> <wsdl:output> <soap:body use="literal" namespace="http://www.intalio.com/bpms/workflow/ib4p_20051115"/> </wsdl:output> </wsdl:operation> </wsdl:binding>
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
Re:Invoking PIPA thorugh Taskmanager.wsdl 1 Year, 9 Months ago
|
Karma: 1
|
|
Does any one has seen the same problem in Taskmanager.wsdl.
Thanks for help in advance.
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
Re:Invoking PIPA thorugh Taskmanager.wsdl 1 Year, 9 Months ago
|
Karma: 32
|
|
Hi,
you need to provide the actual binding yourself, since you are implementing the PIPA task.
I hope this helps.
Antoine
|
|
|
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|