Skip to Content
0
Former Member
Feb 22, 2010 at 08:45 AM

Getting error in BPM webservice created in process composer service Interfc

28 Views

Hi All,

I am getting fooowing error while creating iwebservice n process composer Service Interface

"Web service returned error. Fault Code: "(http://schemas.xmlsoap.org/soap/envelope/)Server" Fault String: "

The Result after testing webservice in WS navigator is as below:-

<?xml version="1.0" encoding="utf-8"?>

http://schemas.xmlsoap.org/soap/envelope/" xmlns:xs=" http://www.w3.org/2001/XMLSchema" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance">

<SOAP-ENV:Body>

<SOAP-ENV:Fault>

<faultcode>SOAP-ENV:Server</faultcode>

<faultstring>Process start has been triggered.</faultstring>

<detail>

<yq1:com.sap.engine.interfaces.webservices.runtime.RuntimeProcessException xmlns:yq1="http://sap-j2ee-engine/error">Process start has been triggered.</yq1:com.sap.engine.interfaces.webservices.runtime.RuntimeProcessException>

</detail>

</SOAP-ENV:Fault>

</SOAP-ENV:Body>

</SOAP-ENV:Envelope>

Please let me know if i need to add something.