cancel
Showing results for 
Search instead for 
Did you mean: 

"Message not supported " in SRT_LOG

titanium
Participant
0 Kudos

Hi folks ,

I have a requirement in PI to create new Operation in existing service interface .

I created the operation / message type / data type everything is activated and fine but when I test in SOAPUI .

I get error message in SRT_UTIL as below .

"Message "MSGetCollInfo{urn:******:*****:service}" not supported (interface: "Z************" binding key: "9232CF515E"

I test the service in SPROXY and its working fine .as per SAP note I need to recreate the binding for the service in SOAMANAGER but not sure how to do so .

Accepted Solutions (0)

Answers (1)

Answers (1)

JaySchwendemann
Active Contributor
0 Kudos

Not sure I get you correctly...

  • You have a X --> PI --> SAP (ABAP Proxy) scenario?
  • you extended that interface with another operation?
  • you (re-)generated ABAP proxy within SPROXY?

You would then handle the process within the automaticallly by SPROXY genereated ABAP proxy class (it's new method matching your new operation). There is no need for SOAMANAGER whatsoever (but then again I may not understand properly)