cancel
Showing results for 
Search instead for 
Did you mean: 

ITS URL with two slashes when using namespace

Former Member
0 Kudos

Hi, experts!

We are experiencing a strange behavior with the generated URL of an ITS service.

The problem: We use our own namespace. Therefore, all objects get a prefix when created. Our internet service is called e.g. /BLABLA/MYCORE. When uploading MIMEs to our server, they can be accessed via this URL: http://10.10.10.10:8000/sap/public/bc/its/mimes//blabla/mycore/01/images/logo.png.

Can you see the two slashes in the URL? The funny part is that the URL works!

However, we are not sure, if this URL can lead to problems?

Do you have any ideas?

Thx, Silvia

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member194364
Active Contributor
0 Kudos

Hi Silvia,

Why does the created service have a slash "/" before the text "BLABLA"

I believe you will only have issue's here if you decide on deploying a WebDispatcher or a Reverse Proxy.

How does the service itself: "/BLABLA/MYCORE" behave when called from transaction SICF? Do the MIME's correctly load?

Regards,

Oisin

Former Member
0 Kudos

Hi Oisin,

we develop in a package with our own namespace, e.g. "/blabla/". According to SAP naming conventions, the internet service must start with the same prefix. I called my internet service "/blabla/mycore".

Apparently, this name is used to create the URL for the mimes (e.g. http://10.10.10.10:8000/sap/public/bc/its/mimes//blabla/mycore/01/images/logo.png). If I would have called my service "zmycore", the URL would be http://10.10.10.10:8000/sap/public/bc/its/mimes/zmycore/01/images/logo.png.

Unfortunately, I cannot change the MIMEs URL as it is automatically generated by the system.

Regards, Silvia

former_member194364
Active Contributor
0 Kudos

Hi Silvia,

If you have issue's displaying the MIME's when calling your ITS service you can specify  ~urlmime in the 'GUI Configuration' section of the service in SICF to point to the relevant MIMES.

See for example the note 1712611 SAP GUI for HTML: ~URLMIME and /sap/public/icmandir

(NB - this note is not relevant to your situation its just an example)

Regards,

Oisín