Quantcast
Channel: SCN : Popular Discussions - Service-Oriented Architecture (SOA) and SAP
Viewing all 746 articles
Browse latest View live

CX_SY_CONVERSION_NO_DATE_TIME exception

$
0
0

hello,

 

I have a problem using this service.

http://erp.esworkplace.sap.com/sap/bc/srt/xip/sap/ecc_empltimeeventerpcrtrc/version2?sap-client=800&wsdl=1.1&mode=sap_wsdl

 

if you try it on the Web navigator you get the exception below.

http://sr.esworkplace.sap.com/webdynpro/dispatcher/sap.com/tcesiespwsnavui/WSNavigator

 

CX_SY_CONVERSION_NO_DATE_TIME:XSLT exception.An error occurred when deserializing in the simple transformation program /1SAI/TXSAC09CA5318AB7CD2E251.Value yyyymmdd.... is not a valid date in accord with the XML format for ABAP

 

can you help please?


SOAP:1.023 SRT: Processing error in Internet Communication Framework

$
0
0

Hi,

 

We are developing consumer proxies on ECC enhancement Package 4.

 

Could you please advice us on the mandatory Technical Configuration that is required in order to consume Web Services from external (non-SAP systems) Providers?

 

We are trying to test a consumer proxy which consumes a Web Service hosted on a third party system but we are getting the following error:

 

SOAP:1.023 SRT: Processing error in Internet Communication Framework: (""ICF Error when receiving the response: ICM_HTTP_

 

Thank you in advance.

 

Kind Regards

Exporting and importing web service end points

$
0
0

We want to be able to export and import web service end points.

 

Use cases, in case you are interested:

  • We have web service end points in client 100. They get called from a Visual Composer application. We make a full client copy from 100 to 101 as a back-up. We test some stuff that cannot be undone in client 100. It goes wrong. We copy back client 101 to 100. All data is back to the previous state ... except the web service end points. Apparently they are simply not copied in client copies at all, which probably makes sense. So we need to export them before and import them again in the end. Having to manually recreate them is effort, and worse it requires adjusting the callers.
  • We have several identical copies of a landscape, running in fenced virtual machines as linked clones, which means they also have the same host names. We try something in one landscape that involves the creation of web service end points. We can copy most content from one landscape to the other, e.g. enterprise service defintions from the ESR can be exported as files, the implementation (ABAP coding) of enterprise services can be taken over as transport requests (K and R files) and for Visual Composer applications we can upload export the workspace and upload it to a different server. Just the web service end points can only be taken over by manual recreation.

 

Search in SCN and on help.sap.com brings up nothing, I guess that there simply is no way of exporting web service end points, because our use cases are not so typical, and in most landscapes it does not make sense to transfer web service end points to another server, as it would have a different host name.

 

So we want to code our own export/import mechanism. Can someone give me some clues how to start? In which table (or across which tables) are web service end points stored? Which functions or class methods exist for reading or writing web service end points?

 

Monika.

Error testing external web service ICM_HTTP_CONNECTION_FAILED

$
0
0

Hi All,

I have created proxy class to consume external web service also created logical port but while testing the service through SE80, I am facing error "SOAP:1,023 SRT: Processing error in Internet Communication Framework: ("ICF Error when receiving the response: ICM_HTTP_CONNECTION_FAILED")" I have gone through many threads for similar error but not able to resolve the issue. I have tried various WSDL from samples given in sdn but still facing same error. Also tried to access any external URL through sample program as follows, but it gives same error while receive method (400 ICM_HTTP_CONNECTION_FAILED)

 

sample used program to call URL : gets dump with error(400 ICM_HTTP_CONNECTION_FAILED)

 

report zsant.

DATA: client TYPE REF TO if_http_client,

      html TYPE string.

****Create the HTTP client

TRY.

    CALL METHOD cl_http_client=>create_by_url

      EXPORTING

        url    = 'http://www.google.com/'

      IMPORTING

        client = client

      EXCEPTIONS

        OTHERS = 1.

 

    client->send( ).

    client->receive( ).

 

    html = client->response->get_cdata( ).

    write: / html.

 

    client->close( ).

  CATCH cx_root.

    WRITE: / 'HTTP Connection error'.

ENDTRY.

 

also tried activating services in SICF, didnt worked. so please suggest if any solution for this, are there any basic settings we need to do to the SAP system before cosuming or working on web services?

 

SAP version: EHP4 FOR SAP ERP 6.0 / NW7.01

 

Edited by: santrosh on Feb 27, 2010 10:21 AM

How to Check Web Service ???

$
0
0

Hi Gurur's,

          I have created Web Service for a Function Module to update a table.How do i check this web service is working or not.

Are there any additional steps have to perform ?

 

 

Thanks and Regards

 

Vinayak Sapkal

How to activate service via SOAMANAGER

$
0
0

Hi

Is there a way to activate web service via Transaction SOAMANAGER? I've created a service and endpoint for a webservice, however, in transaction SOAMANAGER, I  can find no place to activate the service, the state of the service always shows "inactive". Does anybody perhaps know how to fix this. I already checked transaction SICF, the webservice is activated there.

Many thanks guys.

disp+work.exe Running, Message server ok,but Yellow icon.

$
0
0

Dear All,

 

I opened up the SAP Management Console and started the S11adm on Solution manager (windows 2003 server). I found out that the Process List icon is always yellow. When I drill down further, I found out that the disp+work.exe is the problem and is retaining a yellow icon. The status is "Running, Message Server connection ok, Dialog Queue time: 0.00 sec, J2EE: Some process running". This only happened after the performed a restart. Prior to that all processes have a green icon. Secondaly I have installed HP Sim 5.3 also. So I am not sure why this showing yellow icon.

 

Does anyone have any idea about the problem and how to solve it?

 

Rajesh Gupta.

ARIS + Solution Manager

$
0
0

Hi,

 

          In my company they are planning to implement ARIS with SAP Solution Manager. I am trying to get some information regarding this. What are the benefits we get if we integrate ARIS with SAP solution manager and what are the pre-requisites to implement ARIS with SAP solution manager?

 

              If you have some information about this please share with me

 

 

Thanks and Regards,

Sreekala.


Problem in testing a Web service using SOAPUI

$
0
0

Hi Experts,

 

I have developed a web service in our ECC 6.0 and download the WSDL file generated from SE80. When i downloaded the file, it saved as only XML file.  As I dont have JAVA stack in the ECC 6.0, i was testing using SOAPUI. But when i try to upload the file, it always says "Found nothing to import <URL>".

 

Can anyone help me why it is giving this error? I still doubt there is some problem with the WSDL file which is generated for the service.

 

Please guide me how to check the WSDL file generated is correct or not?

 

Cheers,

Madhu

Purpose of the SAP Router String: /H/sapgatea.wdf.sap.corp/S/3299/H/

$
0
0

Hi All,

     From the following Discovery System V3 setup documentation, what is the purpose of the SAP Router String: /H/sapgatea.wdf.sap.corp/S/3299/H/

 

Actions required for clients accessing SAP backend through SAP Logon

1.     Open SAP Logon and add the ERP - ESA Discovery instance.

2.     Select on the "New item" option.

3.     Select "User specified system", then select Next.

4.     Enter the following information:

                   Description: SAP Discovery System

                   Application Server: SAPDiscoverySystem

                   System Number: 10

                   System ID: ERP

                   SAP Router String: /H/sapgatea.wdf.sap.corp/S/3299/H/

5.     Click Finish.

 

 

 

Getting Started with the SAP Discovery System - setup[original link is broken]

 

I’m not able to connect into any of the ERP systems when using the SAP Router String on the SAP Logon GUI.

 

I’m able to connect to any of the ERP systems without using the Router string and only the Application Server.

 

Will something else not function properly when not using the Router String?

 

Is there something else that needs to be setup for the SAP Router String to work?

 

Does anyone else use the Router String and are able for the GUI to connect to the ERP systems?

 

Thanks

 

Mike Vondran

 

Edited by: Mike Vondran on Apr 13, 2008 10:59 AM

Pinging web service - not happening

$
0
0

Hi Experts,

 

  I created a consumer proxy using WSDL local file and create a logical port in SOAMANAGER.

But, if I try to ping the web service from SOAMANAGER using the logical port that I created, I am getting the

following exception.

 

SRT Framework exception: Service Ping ERROR: Error when calling SOAP Runtime functions: SRT: Processing error in Internet Communication Framework: ("ICF Error when receiving the response: ICM_HTTP_CONNECTION_FAILED")

 

Should I do any config change in SICF / Anything else?

Could you please help on this regard.

 

Thanks and regards,

Venkat

SAP JCO Jar Files

$
0
0

I want to integrate my application to SAP system, I have got some errors bcoz of missing jco class files, my SAP Adapter package partially loaded due to missing jars.. Pls give me the link to get all the required jars for 64-bit machine. I am trying to connect SAP from webMethods tool. Right now, i don't have contact details to get in touch with my sap team members to get the jars from them since they might have the access privilege to download that jars from SAP site.

 

How do i get the jar files?

SOAP:1.008 SRT: Couldn't create Object

$
0
0

Hi,

 

We are developing consumer proxies on ECC enhancement Package 4.

 

Could you please advice us on the mandatory Technical Configuration that is required in order to consume Web Services from external (non-SAP systems) Providers?

 

More specifically we are trying to test a consumer proxy which consumes a Web Service hosted on a third party system but we are getting the following error:

 

SOAP:1.008 SRT: Couldn't create Object: ("ICF Error when creating object for HTTP DESTINATION "4D44E......

 

Thank you in advance.

 

Kind Regards

CX_SY_CONVERSION_NO_DATE_TIME exception

$
0
0

hello,

 

I have a problem using this service.

http://erp.esworkplace.sap.com/sap/bc/srt/xip/sap/ecc_empltimeeventerpcrtrc/version2?sap-client=800&wsdl=1.1&mode=sap_wsdl

 

if you try it on the Web navigator you get the exception below.

http://sr.esworkplace.sap.com/webdynpro/dispatcher/sap.com/tcesiespwsnavui/WSNavigator

 

CX_SY_CONVERSION_NO_DATE_TIME:XSLT exception.An error occurred when deserializing in the simple transformation program /1SAI/TXSAC09CA5318AB7CD2E251.Value yyyymmdd.... is not a valid date in accord with the XML format for ABAP

 

can you help please?

how to get a SAP web service without authentication

$
0
0

hi all, I´ve created a web service (provider)   in SE80 with the wizard and set to no authentication...but each time I put the url of the WSDL of this web service in the explorer I get a popup to loggin....The same when from Java we try to create the client....they are asked for user-password....

 

how I need to set the web service in the SICF to get no authentication if I´ve set no authentication profile in SE80 for this web service???

 

Do I need to do anything in SOAMANAGER too???

 

What I´m missing???

 

The system where I´m working is an ECC6.0

 

Thanks in advance...

 


What is the transaction code for see the Web Services available in SAP

$
0
0

Hi

 

I came to know that SAP has provided its own webservices... I need some information on that... If any one has documentation on that can u please send it to me... My ID is <b>ravishankar.bonthu@gmail.com</b>.

What is the trasaction code for see the web services available in SAP.... Can any one help.. Please its  urgent

 

Best Regards

Ravi Shankar B

 

Message was edited by:

        RaviShankar B

What is SAP ESB (Enterprise Service Bus)?

$
0
0

Hi fellow sdners gurus…  I have been reading threads about SAP SOA and ESB. 

I do not want to start a debate on wether XI is an ESB, but more of a statement to what is SAP ESB (if XI it is, then be it).

 

1) What is SAP ESB (Enterprise Service Bus) today (I could not find a clear answer to is)? 

2) Who uses this SAP ESB in production currently and what kind of environment (i.e. strictly SAP backend systems, or combination of various vendors’ backend systems)?

 

Can someone share some light on this topic?

 

As a reminder, an ESB is expected to exhibit the following characteristics (source Wikipedia):

•     It is usually operating-system and programming-language agnostic; for example, it should enable interoperability between Java and .NET applications.

•     It uses XML (eXtensible Markup Language) as the standard communication language.

•     It supports web-services standards.

•     It supports various MEPs (Message Exchange Patterns) (e.g., synchronous request/response, asynchronous request/response, send-and-forget, publish/subscribe).

•     It includes adapters for supporting integration with legacy systems, possibly based on standards such as JCA

•     It includes a standardized security model to authorize, authenticate and audit use of the ESB.

•     To facilitate the transformation of data formats and values, it includes transformation services (often via XSLT or XQuery) between the format of the sending application and the receiving application.

•     It includes validation against schemas for sending and receiving messages.

•     It can uniformly apply business rules, enriching messages from other sources, the splitting and combining of multiple messages and the handling of exceptions.

•     It can provide a unified abstraction across multiple layers

•     It can route or transform messages conditionally, based on a non-centralized policy (i.e. no central rules-engine needs to be present).

•     It is monitored for various SLA (Service Level Agreement) threshold message latencies and other SLA characteristics.

•     It (often) facilitates "service classes," responding appropriately to higher and lower priority users.

•     It supports queuing, holding messages if applications are temporarily unavailable.

 

Your help is greatly appreciated.

 

Kind Regards,

Jean-Michel

Problem in testing a Web service using SOAPUI

$
0
0

Hi Experts,

 

I have developed a web service in our ECC 6.0 and download the WSDL file generated from SE80. When i downloaded the file, it saved as only XML file.  As I dont have JAVA stack in the ECC 6.0, i was testing using SOAPUI. But when i try to upload the file, it always says "Found nothing to import <URL>".

 

Can anyone help me why it is giving this error? I still doubt there is some problem with the WSDL file which is generated for the service.

 

Please guide me how to check the WSDL file generated is correct or not?

 

Cheers,

Madhu

Not able to create logical port using SOAMANAGER

$
0
0

Hi

 

I have created a consumer / Client proxy and created a logical port using transaction LPCONFIG. This works fine without any issues. The Web Service call is also successful.

 

When i create a logical port using SOAMANAGER using "Via HTTP access", it always fails with error 401 or RC=1.

 

What i don't understand is that "WSDL Access user and Password" is mandatory as you can see from below screen shot. But in all the blogs which i read about this, those fields are not mandatory.

 

Error 1

 


SRT Framework
exception: Error in WSDL access: Exception occurred in communication
framework:Error in HTTP
Framework:401Unauthorizedhttp://www.deeptraining.com/webservices/wsStrings.asmx?WSDL

Error 1.png

 

Thanks

Rajvansh

Error running SOAMANAGER

$
0
0

Dear all

what are the basic settings to do to make the transaction SOAMANAGER work? We migrated from 4.7 to ECC6 and when I run SOAMANAGER i get following error below.

 

 

Error when processing your request

 

 

What has happened?

The URL http://xxxxxxxx/sap/bc/webdynpro/sap/appl_soap_management was not called due to an error.

 

 

 

Note

 

The following error text was processed in the system xx : An exception occurred that was not caught.

The error occurred on the application server xxxxx and in the work process 0 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: CHECK of program CX_FQDN=======================CP

Method: STARTUP_CHECKS of program CL_WDR_UCF====================CP

Method: CONSTRUCTOR of program CL_WDR_UCF====================CP

Method: CREATE of program CL_WDR_UCF====================CP

Method: HANDLE_REQUEST of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP

Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP

Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP

Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME

Module: %_HTTP_START of program SAPMHTTP

 

 

 

What can I do?

If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system xx in transaction ST22.

If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server xxx in transaction SM21.

If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server xxxx . In some situations, you may also need to analyze the trace files of other work processes.

If you do not yet have a user ID, contact your system administrator.

 

Error code: ICF-IE-http -c: 010 -u: xxxx -l: E -s: xx -i:xxxx -w: 0 -d: 20090929 -t: 091101 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION

 

HTTP 500 - Internal Server Error

 

Your SAP Internet Communication Framework Team

Viewing all 746 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>