HI!
I'm having problem testing webservices.
After created and manteined the web services, when I try to TEST from WSADMIN -->Webservice HomePage
I'm redirected to a page where there is:
Cannot download WSDL from http://myhost.full.qualified:8000/sap/bc/srt/rfc/sap/ZZMHRJ00001?sap-client=010&wsdl=1.1: Cannot connect to http://myhost.full.qualified:8000/sap/bc/srt/rfc/sap/ZZMHRJ00001?sap-client=010&wsdl=1.1: myhost.full.qualified
Then If I click on the link:
http://myhost.full.qualified:8000/sap/bc/srt/rfc/sap/ZZMHRJ00001?sap-client=010&wsdl=1.1
A pop up appead that ask me a user and pswd for the Web AS
I have 2 different behaviour If I use J2EE_ADMIN or other user.
With J2EE_ADMIN I receive this 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
What can I do?
Contact your system administrator and show him the technical details above.
If I use another user I'm redirected to a XML page.
Is this because some authorization issue of the user I put on popup (Web AS user)?
Regards