2010 Sep 10 4:46 PM
Not sure why I'm getting this error when trying to run it in my ASP C# project.
The request failed with HTTP status 403: Forbidden.
Anyone have any insight on this? I'v
2010 Sep 17 12:21 PM
If it is the first time you call a webservice in or from abap, maybe you need to activate the web service runtime (soap runtime) You can do this in transaction SICF then press F8 and need to activate at least SAP/BC/srt and underlying nodes.
Check note 1088717 and note 1124553
2010 Sep 10 7:56 PM
Hard to say without more info...Presumably you authenticated and the port is open? Did you try the web service from a testing tool such as WSNavigator or SOAPUI? What about checking the dev trace files on your app server?
2010 Sep 17 12:16 PM
Do you have an http proxy in the middle that forbids your connection?
2010 Sep 17 12:21 PM
If it is the first time you call a webservice in or from abap, maybe you need to activate the web service runtime (soap runtime) You can do this in transaction SICF then press F8 and need to activate at least SAP/BC/srt and underlying nodes.
Check note 1088717 and note 1124553
2010 Sep 17 12:54 PM
That seems to be the issues. I forgot to activate it in SCIF after it was created. It works now.
Now, can someone tell me what the difference is in creating a web service and SOAManager like this for a FM to import into say C# application versus just importing the RFC enabled FM into a project?
Reason I'm asking this question is that's how we were doing it before I found out this method to create a "actual" web service.
Before all we did was create the FM then made sure it's RFC enabled (seems like that needs to activated for WS also) then I would use the follow link to import it into my project:
http://******:8000/sap/bc/soap/wsdl?services=<< FM Name >>&sap-client=*
2021 Oct 20 9:33 AM
it is working for me too after activating the service from TC SICF. Thanks you!
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |