cancel
Showing results for 
Search instead for 
Did you mean: 

Error 404 in SAP PI WS Scenario

Former Member
0 Kudos

Hi experts,

I have the Next Escenario (this working in PI DEV ).

A WebService client -> PI WebSservice  -> RFC in a ERP SAP System.

In Dev system i see all ok  (It Works!! )...

same Escenario in QAS, i have this error (not works )

404 Not Found

Error: Request cannot be processed.

Cannot load the requested servlet [XISOAPAdapter/servlet/MessageServlet].

My configuration Escenario have the next components:

My Sender Agreement works! 

the test say "all ok" ...

When i display the end point of the sender agreement, it works ... (previous athentication)

But, if i try to "execute" the end point (send a post call), i see the 404 error ...

I transfer the Java Transports from PI DEV to QA, including BS , CC , SI, etc ...

i defined the technical system, the business system, (all to my ERP QA --- 200 mandant )

some one have a idea what is wrong ??

thanks in advanced ...

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

The correct URL should be like this

http://server:port/XISOAPAdapter/MessageServlet

But I think you have specified URL as

http://server:port/XISOAPAdapter/servlet/MessageServlet

Hence you got the error

Cannot load the requested servlet [XISOAPAdapter/servlet/MessageServlet].