cancel
Showing results for 
Search instead for 
Did you mean: 

Web-Service-Browser doesn't work

Former Member
0 Kudos

Hi everybody

I try to access the Web-Service-Browser on a WAS 6.20 in order to create a Web Service. However when I call "http://s90801:8200/sap/bc/bsp/sap/WebServiceBrowser/search.html?sap-client=

200", the WAS6.20 asks me for

User-Id and password the browser returns "the page cannot be display"

message. The call is executed in SE80 with the test function button.

The ICM seems the function well when I execute e.g.

http://s90801:8200/sap/bc/ping

Your help is really appreciated.

Regards

Chr. Johner

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

uncheck the property" Show friendly HTTP error message" in your browser properties and run your application again.

but i don't think you can create web serive with this.

you can only view existing functions in SAP.

Regards

Naresh

Former Member
0 Kudos

Don't forget you need to use the full qualified domain and not just the hostname in the url.

Former Member
0 Kudos

Hi

I unchecked the "Show friendly HTTP error message", but

this dosen't solve the problem, instead it shows

the run time error RABAX_STATE.

I need the web-service-browser to generate the

WSDL (see http://help.sap.com/saphelp_47x200/helpdata/en/94/f8c8c8e68811d6b2dc00508b5d5211/content.htm)

Regards

Christof

Former Member
0 Kudos

yes it will not solve the proble. it show the exact error.

go to the transaction ST22 and see the dump

Regards

Naresh

Former Member
0 Kudos

I used the full qualified hostname and

reactivated the service then it worked!

thanks for the help.

regards

Christof

Former Member
0 Kudos

That FQDN will get you every time

Former Member
0 Kudos

you bet!

Thanks

Christof

Former Member
0 Kudos

What do you mean a by a full qualified name hostname??? can you give me an example of the url you used before and after iy worked.

Thanks

Praveen

Former Member
0 Kudos

A full qualified domain is your computer name plus your network domain name.

for example the hostname of SDN is "SDN" but the domain is "sap.com" therefore the Full Qualified domain is "sdn.sap.com"

the format for the URL is:

http://[hostname].[domain name]:[port]/.....