cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Web service provider doesn't work in production system

dmp-dmagi_cml
Participant
0 Kudos
674

Hi.

I've created a service provider that is ok in QAS system. Today we've transported it to produtive system and I go to SOAMANAGER to activate the service.

I test the produtive service using SOAP UI but it's not working. There is no error but the execution of web service it's not complete.

In our QAS system when I call the service using SOAP UI I get the following result in the SRT_UTIL tcode:


You can see that there are 3 steps and 5 lines.

In our produtive system - SRT_UTIL tcode:

The 3rd step is missing, and there is only 3 lines. It's missing the step calls my classe that processes the data.

Any idea about this?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

dmp-dmagi_cml
Participant
0 Kudos

Found the problem! In SRT_MONI I found the messages:

Answers (1)

Answers (1)

amontella96
Active Contributor
0 Kudos

dmp-dmagi.cmlHi dmp-dmagi.cml

can you post the soamanager service provider configuration of the two systems ?ty!A
dmp-dmagi_cml
Participant
0 Kudos

Hi amontella96 .

They are equal :

dmp-dmagi_cml
Participant
0 Kudos

next tabs:

dmp-dmagi_cml
Participant
0 Kudos

I've deleted it and created it again - it's the same. I've tested my Z* method (the service was created using an outside WSDL file, not using a function module) using SE80 tcode and it worked perfectly, but when I call it from outside it doesn't do the part of calling my method.

It does something since there are entries in SRT_UTIL trace but it doesn't finish the process and I'm not getting any error message.

Thanks!

Sónia