How to identify the most used process in memory?
Hi Experts, Here we are using Windows NT server 2008 which has 10 GB RAM. But in these days the users are complaining about the slowness of SAP. Is there any way to find the most used process ? Is...
View ArticleCX_ST_GROUP_MISSING_CASE:XSLT Exception offset 409 - what does it mean ?
Hello, a webservice consumer-proxy does'nt work fine and I have no idea, what's wrong.In SOAMANAGER I checked the tracefiles and a lot of errors occurs:"CX_ST_GROUP_MISSING_CASE:XSLT Exception bei...
View ArticleWeb service error in response "Element '{}return' missing"
Hi all, I'm quite new to ABAP development on Web services, and I encountered a problem after calling a web service method. I created a Service Consumer proxy from an external WSDL, then created its...
View ArticleRe: wsdl
Hi there, Is there any workaround how I can change the xsi:type in the WSDL in a way that SPROXY can generate a consumer proxy? Thanks in advance for any advise! Regards,Martin
View ArticleRe: CX_ST_GROUP_MISSING_CASE:XSLT Exception offset 409 - what does it mean ?
Hello,problem is solved.What's the reason for this ? Exception CX_ST_GROUP_MISSING_CASE is not correct, the transformation works fine, with STRANS you can check this.But in SE80 you can check the...
View ArticleRe: WSDL URL is not working. Getting 403 Forbidden error
Hi, did you try to log on into this system using an account which you use while opening URL in browser? Probably, this account is locked because it needs to change the password.
View ArticleRe: Communication between Web Interface and ABAP
Hi Dengyong Zhang, I have an XML-RPC interface(BZSt: USt-IdNr. Bestätigung) how to communoicate with it(Send and receive data) ffrom SAP system. Is it same like WSDL or do we need to...
View ArticleCommunication between RPC XML interface and ABAP.
Hi all, how to consume the webservice (BZSt: USt-IdNr. Bestätigung) in SAP system which has RPC XML interface. There should be a communication between this website and my ABAP program so...
View ArticleRe: Communication between RPC XML interface and ABAP.
You build the consumer proxy using the WSDL supplied for the website. This generates ABAP classes that you then use to consume the web service.
View ArticleRe: Communication between RPC XML interface and ABAP.
Hi Matthew Billingham, There is no WSDL for this website. the below answer is written in FAQ of the website."FortheXML-RPC interface, there is no interface descriptionstyleofWSDL". Is there any other...
View ArticleRe: Communication between RPC XML interface and ABAP.
Ah, a more interesting problem. I like those. I think you'll need to do something with CL_HTTP_CLIENT - maybe something like this? DATA client TYPE REF TO cl_http_client.CREATE OBJECT...
View ArticleRe: Communication between RPC XML interface and ABAP.
Narsi From the details on the website, it looks like it just requires either a HTTP POST or HTTP GET request. It is not a SOAP-based interface, so no WSDL is required. You just need to dynamically form...
View ArticleRe: Testing a Client Proxy - mustUnderstand=1, is not recognized
This is useful - thanks .
View ArticleRe: Can I use Web Service Utility SRT_UTIL to track web service calls for...
Hi Attila, I have a requirement to turn on the trace for extended periods ( around 11 hrs each day ). Some of the requests are pretty large , up to 35 MB ins size and there could be a few hundred...
View ArticleRe: Connection to ByDesign with a ODP Source system: Logical port creation on...
Hi Franck, I am working on same development.When I navigate from RSA1 - ODP - Create - HTTP/SOAP - SOAMANAGER - Created Log Port using WSDL from Cloud. But when I close SOAMANAGER, there is no entry in...
View ArticleHow to set up the VIES webservice (consumption)?
Hi All, I am quite new to SAP SOAP, I have tried to implement the VIES webservice (to check NII VAT registration number in EU) in SAP but I am facing issues : - Generation of the proxy, the WSDL was...
View ArticleWEB Service located in SAP consumed from outer application
Hello Gurus, Someone can help me How to build a Web Service which is located in SAP, this web service will return a list of lines, each line has many fields. This Web Service is consumed from outer...
View ArticleRe: WEB Service located in SAP consumed from outer application
Have you read the documentation and help about how to create web services to be consumed by third parties?
View ArticleManual Configuration of Service Group does not work
I have manually configured a service group to use a technical user, the service group is wrapping a service which has a profile assigned and the correct security options available. However, whenever I...
View ArticleRe: ECC 6.0 integration with MS Dynamics CRM 2011 on-demand thru PI
Hello, has anybody found a solution for consuming the standard webservice of Microsoft Dynamics CRM online (cloud) directly or via SAP PI in the meantime? As we want to import data from MS CRM online...
View Article