OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsbpel message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [wsbpel] BPEL upload API?


Hello Paul,

there is none. In our Engine, which is J2EE EJB Container based, we have a session bean for deploymnet/management of process definitions. A simple deploy(String processXml, String wsdlXml) : ProcessInfo method is used to store, parse and enqueue the process for activation.

We have not yet wrapped that in a WebService call, since our tooling infrastructure is depending on RMI, anyway.

BTW: we normally deploy a new process version to a webdav store, and tell an release manager process to fetch it from there, verify it and then deploy it via the specified rmi interface. So the upload interface is actually a WebDAV upload.

Mit freundlichen Grüßen
Bernd Eckenfels
Chief Architect
--
SEEBURGER AG - Edisonstr.1 , D-75015 Bretten, Germany
Fax: +49 (0)7252 96-2400 - Phone: +49 (0)7252 96-1256
mailto:b.eckenfels@seeburger.de - http://www.seeburger.de


-----Original Message-----
From: Paul Denning [mailto:pauld@mitre.org]
Sent: Wednesday, February 11, 2004 1:07 PM
To: wsbpel@lists.oasis-open.org
Subject: [wsbpel] BPEL upload API?


Is there a standard (i.e., SOAP interface with WSDL) interface that can be 
used to upload a BPEL file to a BPEL engine?

Paul



To unsubscribe from this mailing list (and be removed from the roster of the OASIS TC), go to http://www.oasis-open.org/apps/org/workgroup/wsbpel/members/leave_workgroup.php.



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]