SOAMANAGER create logical port not allowed / forbidden
Hi all, when trying to create a logical port, the window goes blur and the mouse pointer changes to a forbidden traffic sign, and I am not allowed to do anything else than reload the page and go to...
View Articleweb service config
Dear All, I need to call an external Web service from SAP, with some data and then receive back some data from this call. system = ECC6 I have just started into this new stuff and am not sure of the...
View ArticleRe: web service config
-Do I need to create a proxy from se80 using a predfined WSDL from the external system??Yes. But you may need to make adjustments, since some WSDL's contain sections that older versions of SAP can't...
View ArticleStructure: flat & not charlike when calling external service
Hello, I have created a proxy object from given WSDL's URL and a logical port for given Endpoint URL. When I test the proxy object, I get an error as in attached file "Proxy error.txt".When I test...
View ArticleRe: WS-Policy configuration in SOAMANAGER
Hi Axel, have you been able to solve the issue in the meanwhile?I am facing the exact same problem, not being able to set up the UsernameToken policy manually in SOAMANAGER.Is it really necessary to do...
View ArticleRe: WS-Policy configuration in SOAMANAGER
Hi Martin, uff, its a long time ago ;-) Not directly, I created an Implicit Enhancement Spot at the end of method APPLY() (class CL_ST_USERNAME10). Based on the interface name I'm reading a custom...
View ArticleWSRM Configuration Issue
Dear Experts, We have a requirement to setup WSRM between TM and ECC. We have followed the guide from SAP note 1978857. we have completed SRT_TOOLS and SLD registration. we have configured central...
View ArticleError in Consuming external WSDL in ABAP
Dear Gurus, I am trying to consume a WSDL in ABAP using enterprise services in SE80. After load the WSDL and making logical port, when i test the WSDL, it gives an error : (SOAP:1.008 SRT: Couldn't...
View ArticleRe: Error in Consuming external WSDL in ABAP
There is a error when creating logical port, you can tell me how you created the logical Port
View ArticleRe: Error in Consuming external WSDL in ABAP
Dear Akrem, I am creating logical port through SOA Manager. On Web Service Configuration, i open the consumer proxy and than create logical port. I give port name, than description and than import...
View ArticleRe: Error in Consuming external WSDL in ABAP
Test with lpconfig transaction .I think the setup stage of operation test with it and pay attention to the step 5 http://www.sapdev.co.uk/sap-webapps/sap-webservices/ws_abapproxy.htm
View ArticleRe: Error in Consuming external WSDL in ABAP
also, this doc is very important to read http://help.sap.com/saphelp_nw04/helpdata/en/16/285d32996b25428dc2eedf2b0eadd8/content.htm
View ArticleRe: List of Services
Hi all, the links above do not work any more.This might be a good place for you to look as of May 2014:ES Bundles Available Today - Enterprise Services WIKI - SCN Wiki Kind regardsWerner
View ArticleRe: WS-Policy configuration in SOAMANAGER
Thanks Axel, that sure would have solved my problem the hard way :-) In the meantime I also found another solution I'd like to share with SCN: Our WS provider didn't provide the policy in the WSDL as...
View ArticleSAP-to-SAP SAML2 - Invalid X509IssuerName in response
We're on Basis 702 SP13, and I'm trying to proof the setup of SAML2 for web services by using two SAP systems, one as the consumer (say "CCC") and one as the provider (say "PPP"). I've run SAML2 in...
View ArticleWSDL file usage
Hi experts, I have created web serivce using BAPI now i want to use this web service in non sap system.so which WSDL file should i use to consume it.I have two diff URL's.One which i got after...
View ArticleRe: WSDL file usage
Use the one from SOAMANAGER as that will reflect the runtime configuration settings you have made for the web service e.g. the authentication method. Jonathan
View ArticleRe: How to call an ABAP webservice?
this old but i will answer anyway because maybe somebody will looking for the answer: from suds.client import Client url = ' wsdl url here'client = Client(url, username='***', password="***") then yo...
View ArticleSOAP request - Altova XMLSpy
Hi experts, We have created a web service through B1if environment. We have created the tstin.xml:<?xml version='1.0' encoding="UTF-8"?><AddBP...
View Article