A schema contains a <xsd:any/> element. The code, by some external information, knows that in place of any there is a specific XML structure (e.g. foo).
I have multiple BPEL-processes which runs fine on WSO2 (version 2.0.1). But after some time, there appears following exception in the log. I have no clue, what they means nor how to get rid of them.
I need to call a Stored Procedure running in DB2.Since the Oracle DB Adapter Doesnt support DB2 , I have used Java Embedding to call the Stored Procedure . I Dont have a problem in Calling the Stored
So I have created an ABCS BPEL process in JDeveloper, it compiles without any errors. I\'m trying to test it via soapUI but I am getting the following error:
I am new in SOA Suite and we are using SOA suite 11g. Please let me know how to configure user for human work flow and work-list application. I created simple users in weblogic realm. but how to set w
I want to create a simple BPEL process where in i can enter data into 2 input va开发者_如何学运维riables and concatenate it and print it in the output variable.
I need some 开发者_开发问答Sample of \"BPEL Asynchronous Web Service\"?We have an asynchronous BPEL invocation sample in our WSO2 BPS - BPEL-2.0 sample repository.
As we are moving in the direction of SOA a topic that has come up is how to have each of the services authenticate and authorize a service request.
I have created a BPEL process in which there are two java Embed Activity.and we have on varibale(array type) at BPEL process level.
I have created a task using Human task API , then I want to set the expiration date for this task. Please suggest how can I do it. I am not getting any function for this 开发者_如何转开发in API.