cancel
Showing results for 
Search instead for 
Did you mean: 

Error during Proxy Processing from ECC system

Former Member
0 Kudos

Hi All,

I had created Webservice using ABAP in ECC system with Message interface designed in XI system. This Webservice will simply displays employee address when you enter employee id and address type.During my testing of Web service in ECC system via Tcode WSADMIN, I am getting below error

"An error has occurred. Maybe the request is not accepted by the server: "

"Error during proxy processing"

Request

POST /sap/bc/srt/xip/sap/Z_ADDRESS_01?sap-client=100 HTTP/1.1

Host: rpmsap3.rapidigm.com:8080

Content-Type: text/xml

Connection: close

authorization: <value is hidden>

Content-Length: 389

SOAPAction: ""

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema"><SOAP-ENV:Body><ns1:Request_Message xmlns:ns1='http://sap2webservice'><Employee_Id>MM01</Employee_Id><Address_Type>AM</Address_Type><Date>11/11/2006</Date></ns1:Request_Message></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema"><SOAP-ENV:Body><ns1:Request_Message xmlns:ns1='http://sap2webservice'><Employee_Id>MM01</Employee_Id><Address_Type>AM</Address_Type><Date>11/11/2006</Date></ns1:Request_Message></SOAP-ENV:Body></SOAP-ENV:Envelope> HTTP/1.1 500 Internal Server Error

set-cookie: sap-usercontext=sap-client=100; path=/

content-type: text/xml; charset=utf-8

content-length: 270

sap-srt_id: 20061111/154215/v1.00_final_6.40/A901A40749EEA74BB8D8AB72B56C02A7

server: SAP Web Application Server (1.0;640)

<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"><soap-env:Body><soap-env:Fault><faultcode>soap-env:Server</faultcode><faultstring xml:lang="en">Error during proxy processing</faultstring></soap-env:Fault></soap-env:Body></soap-env:Envelope>

Appreciate any help on above issue

Regards

Manish Mundra

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi All,

Please help on below issue.

Thanks in Advance

Regards

Manish