Re: Transport webservice Entry in SICF to QAS and PRD
Hi.. I was getting same error. I was configuring binding via user/pass, in security tab, and the password was incorrect. Basis assign a new one, I configure the new one user/pass and the binding was...
View ArticleRe: Unable to connect to Salesforce using webservices (SOAP protocol)
Hi Aravind, I have tried to use the code which worked for you, but still get error for Invalid session id in SOAMANAGER. Could you check my code and see if you could help me: DATA: v_session_id TYPE...
View ArticleRe: Unable to connect to Salesforce using webservices (SOAP protocol)
Hi Deepak, We have called the Sales force application in two parts:1. Login to the salesforce using port that is created using standard salesforce WSDL. Pass the user id and password (We maintained...
View ArticleRe: Unable to connect to Salesforce using webservices (SOAP protocol)
Thank you Arvind for your prompt response!! It worked!! we were breaking our head for last two days. You Rock!!
View ArticleRe: Unable to connect to Salesforce using webservices (SOAP protocol)
Arvind, Have you had chance to work on opportunity update for salesforce enterprise WSDL? We are not sure how to pass the opportunity object to the update method. Your help is highly appreciated.
View ArticleRe: Unable to connect to Salesforce using webservices (SOAP protocol)
Hi Deepak, I'm not sure of the opportunity update.If you are talking about any update to salesforce data, you need to call the corresponding method and pass the required data. In our case, we are...
View ArticleRe: Unable to connect to Salesforce using webservices (SOAP protocol)
Thanks again Arvind for your response. I our case we have to update opportunity with quote number from SAP and the update method does not specify fields explicitly how to map the fields to the WSDL...
View ArticleRe: Unable to connect to Salesforce using webservices (SOAP protocol)
Hi Deepak, Without your structure( attribute of method created by consuming WSDL given by salesforce) containing the required fields you cannot pass the data. Ask your salesforce counter part to add...
View ArticleWeb Service
I have data in internal table . I want send this data to another program from SAP system. Can you help me? What I must do for sending data with web service . I must function module create?
View ArticleRe: Web Service
Hi, this depends whether you want to implement a SOAP or a REST web service. For a SOAP web Service you can create a function modul and use the wizard to create the webservice. For a REST web service...
View ArticleRe: Web Service
Hi Robert, The question is if you want to pass data between two abap programs or if what you want is to build a web service for exposing data outside sap system? If you want to pass data between two...
View ArticleRe: Web Service
I already created function module which will just show data. For testing let's read data and into internal table , how I can after read show data as xml format in browser
View ArticleRe: Web Service
You can see xml in the browser if you develop odata web services.You can choose between xml and json format. Regards,Emanuel
View ArticleDelete Web Service
I created several web service for test. Now I want delete these web services. How I can delete ? When I delete gives an error message as below.
View Articleweb service error
hello, I am trying to test standard SAP web service. employeemasterdatareplicationr_OUT 1. I tried it from SOAPUI tool with the WSDL file,SRT: Plain SOAP: Reliable messaging (RM) configured, but no...
View ArticleRe: Integrating Magento and SAP...
Were you able to achieve the above said interface? ThanksRagu
View ArticleRe: Integrating Magento and SAP...
Hello Ashok, How did you achieve it? Do Magento work with webservice? Can we use SAP PI SOAP adapter for Magento integration? RegardsRagu
View ArticleWS Navigator not working
Hello, I cannot test web service using WSNAVIGATOR.WS Navigator is not working from SAP.http://hostname:8001/wsnavigator - not working 404 error.i am getting the following error. can you please let...
View Article