Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SOAP error

Former Member
0 Likes
670

Hi,

I tried to go to web service home page and I got the following error.

Could some one help me ?

Soap Core Exception was raised in Method CL_SOAP_REGISTRY::generate_wsdl(6)

Technical Details of Soap Core Exception

Message Text: SRT: ASSERT failed: object reference not bound

Class: CL_SOAP_REGISTRY

Method: generate_wsdl

LocationID: 6

Program: CL_SOAP_REGISTRY==============CP

Include: CL_SOAP_REGISTRY==============CM00J

Line: 59

Thanks in advance.

4 REPLIES 4
Read only

frank_ruggaber
Explorer
0 Likes
600

Hi Vinni!

Have you already found a solution to this problem ?

Greetings

Frank

Read only

0 Likes
600

No, let me know if you have got the solution with you.

Read only

0 Likes
600

Hi Vinni,

Can you please share the solution to this problem if u have found one.

I am also getting the same error message...

Regards,

Ankit

Read only

frank_ruggaber
Explorer
0 Likes
600

Hi Vinni!

The problem is an authority check - you need to have the following authority objects:

S_SERVICE:

*

To view the wsdl:

S_DEVELOP:

DEVCLASS *

OBJTYPE WEBI

OBJNAME *

P_GROUP *

ACTVT 03

With that it should work.

Greetings Frank