Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Web Service Problem

Former Member
0 Likes
492

Hi,

I am new to web service concept.

I have a created a Web service for a RFC to connect . Net system. But .net developer unable to connect by using the same web service link. he is able to connect if he change 'default host' which is part of webservice path.

ex: https:/dev.xxx.default_host:xxxx/sap/............................

I have to change the default_host in the link. Is it possible to change the default host only for particular web service?

he is getting SOAP processing failure, error id = 1001 error message.

2) Path holds dev system id and client number,

Do i need to regenerate the same web service again in QA client once i transport the webservice to Quality. How can i over come this problem with out regenerating?

Thanks,

Bhanu.

4 REPLIES 4
Read only

former_member156446
Active Contributor
0 Likes
462

once you move your web service to QA and PRD the change can be done in .net only they have to point out to the different client numbers and diff host/server names..

Read only

Former Member
0 Likes
462

Thanks for the reply. I will let you know if i face any problem on this....Once again thanks for your time.

But how i can change the default host name in the path?

Thanks,

Bhanu Gattu,

Read only

0 Likes
462

as an abaper I doubt if you have any access to change the host name... either Basis/ security team can do it. Once the changes are made .net developer need to make the changes on his end... nothing more from ABAP.

Read only

Former Member
0 Likes
462

Thanks for the response.

Here i have one more problem. I am able to test the web service using Web Service Navigator. But .NET developer is unable to test it i mean he is unable to access the web service link. He is not getting any response from web service.

How can i make sure from ABAP stand point everything is working fine and perfect. I need the procedure to test the Web Service from ABAP.

I tried using SOAP client but i am not successful there.

Plz its urgnt.

Thanks,

Bhanu.