cancel
Showing results for 
Search instead for 
Did you mean: 

Error while creating Webservices - End points

Former Member
0 Kudos

Hi Experts,

I am getting below error while saving the end poins :

SRT Framework exception: Configuration is invalid: DT-RT incompatibility: DT auth. level 'Basic', RTauth. method 'sapsp:None' too weak

And :

SRT Framework exception: ICF: Cannot generate ICF information from SOAP information[System is not prepared for WS Security authentication (note 1319507)]

Please help me to remove this error .

Regards,

Akhilesh Bhagat.

Accepted Solutions (1)

Accepted Solutions (1)

jitendra_it
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi ,

Now the end point status under configuration tab is in inactive status!!!!

When I clicking on  "Open WSDL document for selected binding or service" it is showing an error message :

Configuration WEBCOM_SER is not active which means no WSDL can be generated

Please help.

Regards,

Akhilesh Bhagat.

Former Member
0 Kudos

Hi Akhilesh,

Maybe start with telling us what steps you have done so far from the beginning?

Some discussion point already had before:

http://scn.sap.com/thread/1710317

And check if your sevice is active in TCode SICF.

Regards, Trevor

Former Member
0 Kudos

Hi Trevor,

The service is activated in SICF.

I am working on the offline Timesheet .

In sandbox (S system) the service (Endpoint) status is activated .We transport the development to Development system (C system). When I check the service end point there it is Inactive

How to activate it now in dev system.

And after transporting to Integration System (I system) I find there is no endpoints at all , 0 endpoints!!!!

How it's possible.

Regards,

Akhilesh Bhagat.

Former Member
0 Kudos

Hi Akhilesh,

Endpoint configuration is not transportable, it has to be done again in each environment.

Sorry, I actually meant to refer to this thread and Wolfgang's suggestions:

http://scn.sap.com/thread/1710317

Did you add another endpoint to an existing service in SOAMANAGER or did you create a new service with an endpoint?

- You could try editing the endpoint configuration & saving & check the status OR

- delete the service and endpoint & re-create it & see.

Regards, Trevor

Former Member
0 Kudos

Thanks Trevor, I did , I created a new end points but status is inactive.

can it be a basis related related issue ?

I am going through your documents , I will let you know after this.

Regards,

Akhilesh Bhagat

Former Member
0 Kudos

Hi Akhilesh,

I have also faced this type of error when i am creating Endpoint manually.

When you willl click create endpoint then you have to give service name and  new binding name. After this when you will click apply setting,you will get below screen.After checking User id/password in Transport channel authentication, success message will come. 

Best regards,

Babloo Kumar

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Akhilesh,

This has come up in the forums previously, try this thread:

http://scn.sap.com/message/10895693

You can't use basic auth when creating the endpoint because of the way the service definition was done, if it's a function module you're trying to web service enable, check how the security profile for the function module was defined in SE80.

Regards, Trevor