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

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.

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.

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

Transport webservice Entry in SICF to QAS and PRD

$
0
0

I have created webservices in SE80 using the Wizrad in DEV. An Entry is created in SICF for the service,

I have transported this to QAS. This Service entry shows up in SE80 but not in SICF. In SOAMANGER I'am able to use to test the it as well after creating an entry there in QAS.

For me use this Webservice from .NET I need this entry in SICF so, back in DEV I right click my SICF entry and create the transport entry, I also created an External Alias and the transport entry for the External Alias. When This was transport to

QAS the external entry was transported to QAS but not the SICF Entry, When I click on the External Alias in QAS I get

an error Target service not available - repair table Message no. SR053

Setting up the Soap Header when consuming a web service.

$
0
0

Hi SDN,

 

I am trying to consume a web service,where I need to pass the soap header for sending the request to the sever.

I am using if_ws_protocol_ws_header->SET_REQUEST_HEADER to set the Username and Password to the soap header. After a lot of trouble shooting I came to conclusion that the Username and Password are not being updated in soap header.

I want to know how to set the soap header? I have tested the web service in the SOAP UI testing tool and it works fine taking the credentials. The webservice is using HTTPS protocol.Do we have any separate config for https. Do I need to pass the nonce and date created in the soap header for sure ? And is there any thing to be configured by basis team?

 

Here is what I am trying to pass:

' <soapenv:Header>'

      '<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">'

         '<wsse:UsernameToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">'

            '<wsse:Username>XXXXXXX</wsse:Username>'

            '<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">XXXXX</wsse:Password>'

            '</wsse:UsernameToken>'

     ' </wsse:Security>'

      '/soapenv:Header>'

 

Thank you.

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.


Webservice proxy - ICM_HTTP_CONNECTION_FAILED

$
0
0

I've posted a thread on the ABAP development.

I think it should be here.

<a href="http://Webservice proxy - ICM_HTTP_CONNECTION_FAILED">http://Webservice proxy - ICM_HTTP_CONNECTION_FAILED</a>

 

 

Any ideas on what is going on?

 

Thanks

 

Leonardo De Araujo

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...

 

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

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?

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

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.

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 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.

Transport webservice Entry in SICF to QAS and PRD

$
0
0

I have created webservices in SE80 using the Wizrad in DEV. An Entry is created in SICF for the service,

I have transported this to QAS. This Service entry shows up in SE80 but not in SICF. In SOAMANGER I'am able to use to test the it as well after creating an entry there in QAS.

For me use this Webservice from .NET I need this entry in SICF so, back in DEV I right click my SICF entry and create the transport entry, I also created an External Alias and the transport entry for the External Alias. When This was transport to

QAS the external entry was transported to QAS but not the SICF Entry, When I click on the External Alias in QAS I get

an error Target service not available - repair table Message no. SR053

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...

 

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.

Webservice proxy - ICM_HTTP_CONNECTION_FAILED

$
0
0

I've posted a thread on the ABAP development.

I think it should be here.

<a href="http://Webservice proxy - ICM_HTTP_CONNECTION_FAILED">http://Webservice proxy - ICM_HTTP_CONNECTION_FAILED</a>

 

 

Any ideas on what is going on?

 

Thanks

 

Leonardo De Araujo

Viewing all 746 articles
Browse latest View live


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