1

I am developing a ws-bpel process using wso2 developer studio and I am following this Tutorial.

But when I want to deploy the Bpel process on the BusinessProcessServer, I am not able to test it. I get an empty interface.

Bpel delpoyment issue

I must have the request message to send it. I don't have any error in the bpel process when i generated it's .zip file.

Can any one help me please ?

1 Answers1

1

Seems like it is because you have secured the service with UTOverTransport. Try unsecuring the service (Re-secure it later if needed).

pulasthi7
  • 901
  • 1
  • 13
  • 15
  • Thanks ! it is works but i have this response "" Server connection has failed.""" why i don't have the right response ??? –  Amal BH Apr 07 '16 at 14:56