cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service returned an error

Former Member
0 Kudos

hi experts,

I have created a dc in BRM and generated a web service on the basis of that, when i tested that service i got following error

Web Service returned an error. Fault Code: "(http://schemas.xmlsoap.org/soap/envelope/)Client" Fault String: "Unable to process the request"

XML description of that error is as follows:

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

<SOAP-ENV:Envelope xmlns:SOAP-ENV="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:Client</faultcode>

<faultstring>Unable to process the request</faultstring>

<detail>

<yq1:javax.xml.ws.WebServiceException xmlns:yq1="http://sap-j2ee-engine/client-runtime-error">Unable to process the request</yq1:javax.xml.ws.WebServiceException>

</detail>

</SOAP-ENV:Fault>

</SOAP-ENV:Body>

</SOAP-ENV:Envelope>

pls help in this regard,

thank you.

vishavdeep singh

Accepted Solutions (0)

Answers (1)

Answers (1)

siarhei_pisarenka3
Active Contributor
0 Kudos

Hi vishavdeep singh

This is application specific exception which is thrown by Web-service provider itself. Check carefully the web-service's documentation regarding the exception. Maybe input parameters that your are passing are not valid.

BR, Sergei