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

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


SICF settings for creating a proxy in ABAP for external webservice

$
0
0

Hello All,

  I am trying to create a client proxy for external webservice. I am getting below given error when I try to create it via URL,

HTTP error (return code 400,message "ICM_HTTP_CONNECTION_FAILED")

 

If I go to the details of this error I can see that it is asking to maintain correct proxy settings  using SICF txn.

I am trying to consume service directly from ABAP without the involvement of XI. Could you plesae help me in this issue?

Thanks&Regards,

Prajesh

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

ODATA_CALLING_ERROR

$
0
0

Hello All,

 

I have created standard scenario of onboarding in SAP process orchestration between SAP HCM and success factors.
I have created 1 sender channel and 2 receiver channel.
Sender channel is configured using SOAP http XI 3.0
One receiver channel is used for Begin session , cancel session and getnewhire records with SFSF adapter(Axis Protocol)
Other receiver channel is used for onboarding candidate info using SFSF adapter with SFSF adapter(odata protocol)

 

While executing the scenario ,I am getting error as 'ODATA_CALLING_ERROR:OData call failed' in sxmb_moni.

 

In monitoring screen , the exact error I am getting is:


ODATA_CALLING_ERROR:OData call failed {0}.
com.sap.aii.adapter.lib.component.odata.exception.OsciException: 500 : HTTP/1.1 : Internal Server Error
Message could not be forwarded to the JCA adapter. Reason: Permanent error: Adapter call failed. Reason: com.sap.aii.af.lib.ra.cci.XIAdapterException: ODATA_CALLING_ERROR:OData call failed {0}.
Message could not be forwarded permantely to the JCA adapter. Reason: ODATA_CALLING_ERROR:OData call failed
MP: exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.af.lib.ra.cci.XIAdapterException: ODATA_CALLING_ERROR:OData call failed {0}
Exception caught by adapter framework: ODATA_CALLING_ERROR:OData call failed {0}
Transmitting the message using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.af.lib.ra.cci.XIAdapterException: ODATA_CALLING_ERROR:OData call failed {0}


Please help to solve this issue.

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.

how to configure soa manager in ecc 6.0

$
0
0

Dear Experts ,

 

now i faced one problem in my server

 

when i execute soamanager, my web page is giving error message ( displayed but it shows timed_out error )

 

i have doubt in my comfiguration so please let me how can i configure soa manager

 

Regards

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


Proxy generation error in SE80

$
0
0

HI,

 

I encountered the following error when trying to consume a webservice and create a proxy through SE80:

 

Exception occurred in communication framework:Error in HTTP Framework:404conn failedhttp://hostname.com/CorpWebServices/Details.asmx?wsdl

 

Exception of class CX_SLIB

 

 

Please help me in solving the same.

 

Regards,

Madhu

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

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.

Error ME 816: CL_API_MASTER_CONDITION_MM=>PROCESS

$
0
0

Hi guys,

 

I have a requirement to create contract from SOA using BAPI_CONTRACT_CREATE. At first, it does not have any issue on EHP5 but then after the upgrade to EHP7 it is giving an issue "Error ME 816: CL_API_MASTER_CONDITION_MM=>PROCESS". I've search sap note 2000517 and the correction is already implemented in the system but i'm still getting this error.

 

Any idea on how to resolve this? or is there any new input to avoid this error?

 

Thanks

Error when Consuming Service in ABAP

$
0
0

Dear all,

 

I am trying to test calling a Web Service in ABAP in ECC6 (SAP_ABA 14 with only ABAP stack) for which i chose to call a Web Service on my SAP Netweaver Portal NW04s.

 

I have created/activated the client proxy and the logical ports needed in the ECC6 server.

 

When i am trying to consume the Portal service (via the client proxy) in an ABAP program in ECC6 i am getting the error "SRT: Unsupported xstream found: ("HTTP Code 400 : Bad Request")".

 

Any idea why i am getting this error?

 

Is there any document available giving more details of system errors when consuming a web service?

 

regards

Nitesh

SOAP:1023 SRT: Processing error in Internet Communication Framework: ("Connect to www.webservicex.net:80 failed: NIECONN_REFUSED

$
0
0

Dear all,

 

i tried to implement test webservice from the following blog Consuming WebServices directly from ABAP

But when I test it I got the following error: "SOAP:1023 SRT: Processing error in Internet Communication Framework: ("Connect to www.webservicex.net:80 failed: NIECONN_REFUSED"

Error when calling SOAP Runtime functions: SRT: Processing error in Internet Communication Framework: ("Connect to www.webservicex.net:80 failed: NIECONN_REFUSED(-10)")

Exception of class CX_SOAP_CORE

 

My second problem creating the service was using the url instead of local file, I got the message:

Exception occurred in communication framework:Error in HTTP Framework:404Connection Refusedhttp://www.webservicex.net/length.asmx?WSDL

Exception of class CX_PROXY_GEN_ERROR

 

I guess that both problems has the same issue.

How can I solve the problems.

 

Best regards

Marcus

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


how to configure soa manager in ecc 6.0

$
0
0

Dear Experts ,

 

now i faced one problem in my server

 

when i execute soamanager, my web page is giving error message ( displayed but it shows timed_out error )

 

i have doubt in my comfiguration so please let me how can i configure soa manager

 

Regards

Proxy generation error in SE80

$
0
0

HI,

 

I encountered the following error when trying to consume a webservice and create a proxy through SE80:

 

Exception occurred in communication framework:Error in HTTP Framework:404conn failedhttp://hostname.com/CorpWebServices/Details.asmx?wsdl

 

Exception of class CX_SLIB

 

 

Please help me in solving the same.

 

Regards,

Madhu

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

Change SOAP Header: Consuming Webservice

$
0
0

Hi All,

 

  How can I change soap header from consuming webservice? we are on SAP 7.00 SP15 (No XI or PI)

  I am able to call some methods that do not require the header for third party web service (.net).

 

  This is the header that sap generate:

<soap-env:Header>
 ....<n1:MessageID xmlns:n1="http://schemas.xmlsoap.org/ws/2004/08/addressing">uuid:4bdbf1ed-6c9c-1d52-e100-0000c0a8cf8a</n1:MessageID>  ....</soap-env:Header>

  This is the header that third party web service require.

  <soap:Header>    <MultiSpeakMsgHeader Version="string" UserID="string" Pwd="string">  </soap:Header>

Thanks,

Chaiphon

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.

Viewing all 746 articles
Browse latest View live


Latest Images

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