Application Development 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: 

SOAP Webservice 404 Error

venkateswaran_k
Active Contributor
0 Kudos

Dear All

Kindly help me on following problem.

I have created a ABAP function that returns a String as output ( say ZOUT char30 ).

I made this function as remote enabled and Created a Webservice out of it.

Enabled the Service through SOAManager as well and it is active.

Now, I am trying to consume this webservice through a Dot.net application, where I am getting 404 error.

I am not able to find out where i am missing in SAP side.

Can someone help me to achieve this.

Regards,

Venkat

2 REPLIES 2

0 Kudos

Hi Venkateswaran,

Can you provide the details, the way you are consuming the Webservice to check the process what your following.

Best way: First test the link in soap UI.

Thanks,

Sivanadh

Former Member
0 Kudos

Hi Venkateswaran,

Please test the same in SOAP UI and if some error comes, check the logs in SRT_UTIL->Error logs in SAP.  It will clearly say if any issue is there.

This 404 error comes usually when it's not able to access the link.  In SOAMANAGER itself you can execute the link and see if it displays the XML.  If it does, link is properly generated.