Re: SAP calling thrid party WebService issue
Still going through lots of threads but not getting much help. Created high sap note but still nothing heard yet. ThanksKriss
View ArticleRe: ABAP web service not working with HTTPS
Hi Mohan, Are you able to resolve this issue? if yes, please share your solution. ThanksKrishna
View ArticleCall an Enterprise Service
SAP Gurus, I have a new requirement to use proxies instead of outbound IDoc to send data to a non-SAP system. Can someone provide steps for setting up the proxies and calling the ES? More...
View ArticleRe: Error on Consuming WS - GENERAL_ERROR Error duing proxy processing (PART...
Are you also connecting to HTTPS url ? I think it is getting some error during de-serialization
View ArticleRe: Error on Consuming WS - GENERAL_ERROR Error duing proxy processing (PART...
Please, can you explain me better what is the de-serialization? thanks
View ArticleRe: SAP calling thrid party WebService issue
The question is, why this WebService works when I pass the AuthHeader as part of the soap message. but we do not want to keep the usr/password in abap code. If I comment out the below code , it throws...
View ArticleRe: Change SOAP Header: Consuming Webservice
Hi Marcello, I am using the same code and works great but the client has concern in using the userid/password in ABAP code, to avoid that In SOAMANAGER I have maintained the user/password. Now I have...
View ArticleRe: Change SOAP Header: Consuming Webservice
Hi All, I am using the same code and works great but the client has concern in using the userid/password in ABAP code, to avoid that In SOAMANAGER I have maintained the user/password. Now I have to...
View ArticleRe: Change SOAP Header: Consuming Webservice
Hi Krish, If the providing web service required the header in this format, you cannot get rid of it. However, to prevent to hardcode user and password in abap code, you can debug and find out what...
View ArticleRe: Change SOAP Header: Consuming Webservice
Hi Chaiphon,Appreciate your quick reply. I think I try the option one first see if there is any way I can find out the table where sap is storing soamanger user details. ThanksKrishna
View ArticleRe: Error on Consuming WS - GENERAL_ERROR Error duing proxy processing (PART...
I solved the issue: My namespace can not be reached. In the picture we can see the response on "Oxygen XML" and we can see that the namespace isn't "http://www.bottomline.com/soap/branch" I created a...
View ArticleRe: Change SOAP Header: Consuming Webservice
Hi Chaiphon, I able to find the Base64 code where the password is pulling from and I decoded using the below code , I am still getting error. data: l_string_base64 type string value...
View ArticleRe: Change SOAP Header: Consuming Webservice
Krish, Please check CONCATENATE statement. Seems like you concatenate l_string1 as a password not its value. As-is'<sPassword>l_string1</sPassword>'Should it be '<sPassword>'...
View ArticleRe: Missing soapAction Header for method in wsdl
Solution here: Adding FMs to an existing Webservice
View ArticleRe: XML Deserialization Error
The reason for this is that the response doesn't have this object: Element []<Item>. I guess you marked it in the response with "@XmlElement(required = true)". But then it really has to be there...
View ArticleRe: Communication between RPC XML interface and ABAP.
I have a similar request. Thanks so much for your replies. Cheers,Bruno
View ArticleRe: Change SOAP Header: Consuming Webservice
HI Chaiphon, Wow, that's what it is. I did not notice at all. Now I am able to execute the Web Service. I am looking the table or entry to get value of userid as well. I think this is a good work...
View ArticleRe: Unable to add custom SOAP header to consumer webservice in CRM( without...
Hi Nisha, I'm facing the same problem. Have you already found a solution for this? regards,Harald
View ArticleRe: How to enforce ANONYM SSL Keystore when consuming external Web Service
There must have been some issue with the logical port I created. After I recreated it I never had problems again in the Test System. By now the solution works in production without any authentication...
View ArticleRe: Unable to add custom SOAP header to consumer webservice in CRM( without...
Hello Harald, We could not solve the issue, ultimately involved PI to get it working.Please do share if you manage to get any solution. BR,Nisha
View Article