Re: ABAP Proxy Client how to get the XML
I'm not an ABAP programmer. If I have to test a webservice, provided by sap system or other system, I always use soapui from www.soapui.org In soapui * create new soap project* point to wsdl fileThis...
View ArticleHow to enforce ANONYM SSL Keystore when consuming external Web Service
Dear all, I have to consume an external Web Service with HTTPS and Basic Authentication from an ABAP program. Consumer Proxy and Logical Port are ready. Everything works fine - but everytime when...
View ArticleRe: Exception occurred in communication framework:Error in HTTP...
We tried that option as well Roland. But still the issue persisted. It was closed after BASIS team implemented some security certificates of the target system.
View ArticleRe: How to enforce ANONYM SSL Keystore when consuming external Web Service
Let me put it in another way to hopefully make my question clearer:When I create an RFC destination of Type G in SM59, then I can set the Certificate List used to check the external server´s SSL...
View ArticleRe: How to enforce ANONYM SSL Keystore when consuming external Web Service
Hello Ringo, Could you perhaps explain a bit diagrammatically as to what you are trying to do ? which component in your communication diagram is SAP and which one is non-sap (assumed that one was not...
View ArticleRe: How to enforce ANONYM SSL Keystore when consuming external Web Service
Hi Siddhesh, thanks for your query. That´s what it looks like: The webservice call always produces a popup for username and password, even though that data is already saved in the Logical Port, but...
View ArticleRe: How to enforce ANONYM SSL Keystore when consuming external Web Service
Hello Ringo, Start SOAMANAGER-> Application and Scenarios Communication -> Single Service Administration -> Consumer Proxies - > Select the Relevant Consumer Proxy -> Click on...
View ArticleRe: How to enforce ANONYM SSL Keystore when consuming external Web Service
Hello Siddhesh, Thank you for the hint, it looks promising. However, the navigation structure in my SOAMANAGER is different, so that I can not follow your path. This is the main page: When I choose...
View ArticleRe: How to enforce ANONYM SSL Keystore when consuming external Web Service
Understood, what version is your SAP system , SAP Netweaver 7.40 ? Typically in SAP Authentication Section covers - initial password check/logon mechanism etc Transport Security covers -...
View ArticleRe: How to enforce ANONYM SSL Keystore when consuming external Web Service
Exactly, it is 7.40 SP 6.The application help just says something like "make the desired settings" and does not go into details as far as I would need it. I will be happy with further suggestions and I...
View ArticleRe: How to enforce ANONYM SSL Keystore when consuming external Web Service
Hi Ringo, The following steps might help, please try this. 1. In the service definition, while creating the binding Provider Security->Transport Channel Authentication->Select X.509 SSL Client...
View ArticleRe: How to enforce ANONYM SSL Keystore when consuming external Web Service
Great, that should work, don't have 7.40 so can't check
View ArticleRe: How to enforce ANONYM SSL Keystore when consuming external Web Service
Hi Naveen, Thank you for your answer, it is a good hint. I do not use a Service Definition in SOAMANAGER so far. I created the Service Consumer in SE80 based on the WSDL file that I received from the...
View ArticleRe: Webservice logon language
Hi, You can use ABAP Instruction : SET LANGUAGE to define the language.See SAP Documentation : ABAP Keyword Documentation
View ArticleNo WSDL Validation at Application Level for Enterprise Web Services
Hello community, We are building Enterprise Web Services in our application running on Netweaver 7.40 and have built several service definitions through the Enterprise Service Builder tool....
View ArticleRe: How to enforce ANONYM SSL Keystore when consuming external Web Service
Ok, SAP Note 1720478 clearly states that it is not foreseen to manually change the PSE in SOAMANAGER. The correct PSE is derived based on the authentication method. If a WSDL-based configuration is...
View ArticleProblem using webservice method consumer proxy with rawdata from abap
Hello Gurus, I am struggling with an error using a proxy consumer service from ABAP. The proxy was generated using the WSDL from the web service provider. For a specific method we need to send a...
View ArticleRe: How to enforce ANONYM SSL Keystore when consuming external Web Service
Correct note number is 1710478: http://service.sap.com/sap/support/notes/1710478
View ArticleHow to use XML signatures for WS consumer proxies?
I have a WSDL from a remote system that I used to create a web service consumer proxy (via SE80). Configuration of the logical port via SOAMANAGER worked fine, I can connect to the remote web service....
View Article