cancel
Showing results for 
Search instead for 
Did you mean: 

Error opening WSDL

Former Member
0 Kudos

Hi SAP Gurus!

Hoping this is the correct section of the forum, this is my scenario:

- I create an RFC just for reading a PA InfoType (IT0002), I pubblished it as a Web Service and I had the WSDL generated

- I create an user to access this functionality from outside with the permission to read IT0002 and the authorization object for Web Services S_SERVICE

- I used an external tool (soapUI) to access the service, but I cannot read the WSDL with the user I created above, probably due to a missing authorization; I noticed that I cannot read the WSDL via http

- If I read the WSDL into the tool with another user (with SAP_ALL and SAP_NEW f.e.), after I can access the service with the user I created above and the service works correctly.

If I want to access the WSDL via http with the user created above, which is the missing authorization object I have to assign to my new user?

Thank you in advance, best regards!

Stefano

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Any other hint, please?

Former Member
0 Kudos

Hi,

Please try with role SAP_XI_APPL_SERV_USER

Regards,

Vikas

Former Member
0 Kudos

It seems it doesn't work, trying to access via http I've got the following error:

-


Your request could not be processed

SRT: ASSERT failed: object reference not bound

What has happened?

A 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 *

-


Former Member
0 Kudos

Try Importing the wsdl using Altova Xml spy and Run the WSDL .....

Former Member
0 Kudos

What do you expect I can find using this tool?