Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

bpel error

Status
Not open for further replies.

dea13

Programmer
May 13, 2011
1
IT
Hi, I had wrote a process composed of WS and I used BPEL for the orchestration, but when I test my BPEL process I have receive this output:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV=" xmlns:xsd=" xmlns:xsi=" xsi:schemaLocation=" <SOAP-ENV:Header/>
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring/>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
I don't know how to solve this problem.

Thanks
Regards
Dea
 
Well, that's a generic error, you'll have to have a look at server's log to find out what's going on. Which BPEL engine are you using?

Cheers,
Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top