Re: Exchange and Transformation with external apps
Ok basically EJB is connected thru JCO, and this EJB is transforming the data that the end users java applications (mostly webbased apps)So our EJB is currently running on Weblogic, so we have to...
View Articlecall the RFC using EJB module in java
hi, I want to call the RFC(Function Module) using EJB module in java. how to do it. if someone having the code plz post it. Please this is High Priority regards, Srinivas
View ArticleWebservice Response Attachement Deserialize XOP Include Error
Hello experts, I am consuming a non SAP Webservice. The response contains a HTML attachment and the XOP Include element can not be interpreted. The Response:<ns2:html_content><xop:Include...
View ArticleRe: Exchange and Transformation with external apps
If I understand the requirements correctly, EJBs will do the transformation. For SAP ABAP to access, EJBs must be exposed as web service. SAP NetWeaver Java application server can expose this service....
View ArticleRe: How to call an ABAP webservice?
Hi C Z, we are currently also trying to use suds from Python to call our own remote capable function module. Could you please show a few lines of example code? We use as a test case so far: from...
View ArticleRe: Communication error when calling web service for checkin and checkout files
Hi, did you ever solve this issue with SYSTEM_START_REG_SERVER? I am having the same problem. Thanks.
View ArticleRe: SAM configuration on webservices
Hello Martjin, We developed a custom program in python and that did the trick for us. The digest values generated by SAP and SOAP UI XML calls were different and we had to remove lot of spaces and...
View ArticleRe: Invalid XML Signature error -- SOAP UI and AS ABAP Integration using SAML...
The issue was at the client's end. We developed a custom program in python and that did the trick for us. Regards,Pranith.
View ArticleRe: Invalid XML Signature error -- SOAP UI and AS ABAP Integration using SAML...
Hi Pranith, could you explain the exact error that your client had? What did you change in order to make it work?We are facing the same error at the moment and don't know where we went wrong on the...
View ArticleRe: CX_SY_CONVERSION_NO_DATE_TIME exception
Hi Dagfinn, I also have the same issue. In my case I tried the steps you mentioned. for me UTCCRTEATED_DATE_TIME is of type xsd:string and Techn. Type is STRING. I my program I changed all and dates...
View ArticleRe: Invalid XML Signature error -- SOAP UI and AS ABAP Integration using SAML...
Hi Isabelle, We were using SOAP UI initially to make the XML calls and in that process, we discovered that digest values calculated by SAP for the body of the message was different than diest values...
View ArticleRe: SoapSecurityException: WSEC5509E- UsernameToken is required
Hello! Try to get the XML request: switch on log and trace (full) in SOAMANAGER, restart Your application and invoke the webservice:Transaction SOAMANAGER, tab 'Logs and Traces'- 'Logs Configuration':...
View ArticleSAP LEI (Local Event Infrastructure) configuration
Hello All,I'm trying to configure LEI (Local Event Infrastructure) based on SAP documentation available at SAP Library - LEI Help . I am using SAP delivered event interface "EmployeeERPInformation_Out"...
View ArticleChange the SOAP header from web service call
Hi all, I need to modify the XML header generated from a web service call. I have the following code: data: ws_header type ref to if_wsprotocol_ws_header.data: lv_string type string,...
View ArticleRe: Change the SOAP header from web service call
Hi Bernardo Is it an outbound client proxy? This protocol is only supported in those cases. You can find more details how to use these protocols in the following...
View ArticlebgRFC and synchronous webservice
Hi all, we have a scenario combining bgRFC and synchronous web services.We queue function modules that call a proxy which calls an external web service (to Exchange). It has to wait for the response...
View ArticleRe: bgRFC and synchronous webservice
Hi Kris, Are you trying to implement Async- Request - Response pattern or pure Sync process ? Thank YouRegardsGov
View ArticleHow to create Reverse Proxy setting for WSDL URL..
Hi Expert, Firstly,I have created two function Modules (RFC) and create a web service of Function modules from the function group.Now i have WSDL URL. Issue is, now I have to use this WSDL URL...
View ArticleRe: bgRFC and synchronous webservice
Hi Goc,it is a pure Sync processs we are implementing.Regards.Kris
View Article