cancel
Showing results for 
Search instead for 
Did you mean: 

Error: Uninstatiated object "binding operation node" in method IF_SRT_WSP_CONFIG_REGISTRY~CREATE_RT_CFG_

karuna_gangireddy
Contributor
0 Kudos

Hi All,

We have created a consumer proxy in SAP ECC using WSDL link in our DEV system. Also created logical ports in SOAMANAGER in DEV system and it works perfectly. We transported our changes to TST system and in TST system we are creating logical ports using the same link that we used in our DEV system, but I am facing this error message:

"Error: Uninstantiated object "binding operation node" in method IF_SRT_WSP_CONFIG_REGISTRY~CREATE_RT_CFG_FROM_WSDL of class

CL_SRT_WSP_CONFIG_REGISTRY".

Did anyone come across this error message?

Thanks in advance,

Karuna

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I opened SAP ticket and was able to resolve. The reason fro my error was, i had three operations in my WSDL and only two operation(methods) in my PROXY. So upon regeneration the PROXY was updated and I was able to create logical ports and move the PROXY to Test system.

Thnaks all,

Karuna