Quantcast
Channel: SCN: Message List - Service-Oriented Architecture (SOA) and SAP
Viewing all 1056 articles
Browse latest View live

Re: Extend trace time in SRT_UTIL more than 2 hours ?

$
0
0

A good intention. Of course each log has to be configured appropriately in order to avoid overloading the database, but this is highly individual, 2 hours is a very random time period. Especially in a test system.

 

We have the challenge that when we leave work, people in different timezones are still at work and continue to test, next morning we would like to see payload traces, but we can't.


SAP Enterprise services MerchandiseManagementMerchandiseOut

$
0
0

Hi All,

 

I am using SAP enterprise service message MerchandiseManagementMerchandiseOut to integrate article and prices data to the POS system.

 

We have requirement to include additional customer specific fields in the message.  I was wondering if someone has done it and will be kind enough to share the knowledge on how to enhance the message type and include additional fields.

 

Kind Regards,

JB

WSDL Document not getting generated in PRD server

$
0
0

Hello,

 

I had created a web service in Development server and generated a wsdl url through SOAMANAGER. I then transported the service definition to testing server and manually created binding there. The consumer was able to consume both the web service (development & testing server). I then transported the service to production server and manually created binding here too, in the same manner. Now when i m trying to open WSDL document for selected binding, I am getting error as  "Requested Web Page Cannot be Displayed".

I have checked the service in SICF and it is in Active mode.

 

Kindly suggest as how can this issue be resolved.

 

Thanks & Regards,

Navami

unable to find service (AGS_WBS_SOLAR_IF_MERCURY)

$
0
0

Hi All,

 

i am currently busy activating services and in SOA manager i am unableto find service definition AGS_WBS_SOLAR_IF_MERCURY.

 

Please see below screenshot.

 

Is there any configuration missing?

 

Your help will be highly appreciated.

 

Thanks,

 

Tebogo

Re: PLEASE BRING BACK ES-WORKPLACE

Integration Scenario Configuration

$
0
0

Good day.

 

I am setting up the integration between ERP and TM via the WS/RM. When configuring used the guid "WS/RM Integration Guide for SAP Transportation Management" which contains links to Central Business Scenario Configuration

 

Create entries on the tab "Service Administration" by link "Integration Scenario Configuration":

1. I get an error message about the inconsistency of data to the TM_ERP_ORDINT_SE.

001.PNG

2. And also to set up Scenario error is displayed on the absence of a logical ports.

002.PNG

Tell me, please, what I'm doing wrong.

 

Regards

Marat

Re: Create an Alias in SICF for SOA Web Services

$
0
0

Hi,

We have the very same issue. I also tried defining an alias in SICF for a SOAMANAGER based web Service. The web Service with ist original URL can be called, but the alias raises HTTP 500 error.

I would also be interested in a solution to this.

Re: Create an Alias in SICF for SOA Web Services

$
0
0

Hi,

I was too quick with my first Response.
I found out what Needs to be done.

Aliasses, internal or external ones, to SICF Services that belong to SOAP runtime, meaning Services that are defined in SOAMANAGER, are not to be maintained in SICF.

Instead you define an alternative Access URL in the Transport Settings of your Service configuration in SOAMANAGER. This will be shown in SICF as an external alias.

In SOAMANAGER find your Service, edit the configuration. open the Transport Settings tab, enter there an alternative URL. Save your Settings.

Snap112.jpg


Re: ECC 6.0 integration with MS Dynamics CRM 2011 on-demand thru PI

$
0
0

Yes as Santosh mentioned advanto dynamics crm adapter is the best bet for sap pi. This has inbuilt workbench which has most of the predefined schemas for usage.

 

Else one more old way I known of is using scribe.

 

Scribe I had used very long back where in this acts as a layer between pi and crm. In scribe IIS is installed and it acts as MS Message Queues. PI can connect to scribe using JMS adapter as well by using http adapter.

 

Regards

Senthilprakash

Issue in consuming ABAP webservice in Netweaver 7.31

$
0
0

Hi,

I am creating a RFC based webservice in SE37 and then creating the runtime configuration in SOAMANAGER. In 7.31,the navigation for creating the binding have changed.Using SCN documentation,I have correctly configured it.The issue is there in consuming it . I am not sure of the URL to be given to .net application. I have tried giving the ' calculated access url' under transport settings  or service location in WSDL file  under 'Open WSDL document for selected binding or service'. In both cases the .net application gives error 'operation is not valid due to current state of the object'.


I have also tried testing it by creating the consumer proxy by giving the WSDL file of design time or for selected binding or service.

It gives error 'Proxy error generation occurred'.


Need to know what to give to .net application to consume the service.


please see the attachment.



Re: WSDL Document not getting generated in PRD server

$
0
0

Hello Navami,

did you try to check the generated class or the function Group you are using and see if it contains Syntax Errors due to data elements or structures missing?

Otherwise we Need more Infos. Where do you get the error? Is there an error number? How did you create the web Service?

 

Best regards

   Dirk

Re: WSDL Document not getting generated in PRD server

$
0
0

Hello Dirk,

 

Yes I have checked the function group. There are no syntax errors.

 

Steps followed to create web service:

 

1. Created a RFC enabled function module

2. Utilities -> More Utilities -> Create Web Service -> From Function Module

3. Created Service definition using Enterprise Services Wizard

4. Activated the generated service definition

5. TCode: SOAMANAGER

6. Service Admin -> Web Service Configuration -> Service Definition

7. Created binding for the service

8. After successful creation of binding and activation of the service, a WSDL URL is automatically generated

Active service Definition.PNG

To open WSDL Document.png

9. When we open the WSDL Document, a XML file is generated.

 

Issue being faced:

The WSDL Document is successfully getting generated in Development and Testing server. But it is not getting generated in Production server. The hostname present in the production WSDL URL is of web dispatcher.

 

 

Thanks & Regards,

Navami

Re: WSDL Document not getting generated in PRD server

$
0
0

Hello Navami,

do you have a different System Setup on prod? Maybe a load balancer or something? From what you wrote I'd think that the System somehow finds the wrong Server. But I cannot help you on this Topic otherwise.

Re: Create an Alias in SICF for SOA Web Services

$
0
0

Thanks Susanne, it's very helpful to have this issue solved finally!

Re: Generating a Wsdl File from sap inbound proxy

$
0
0

Hello varun,

 

Thanks for your response..

 

we have achieved the requirement.

 

we have generated inbound proxy from sap pi.

 

now we wrote some code in that proxy and we also successfully generated the wsdl file for the inbound proxy using soamanager.

 

Regards,

------------

suresh.


SAP Enterprise services MerchandiseManagementMerchandiseOut

$
0
0

Hi All,

 

I am using SAP enterprise service message MerchandiseManagementMerchandiseOut to integrate article and prices data to the POS system.

 

We have requirement to include additional customer specific fields in the message.  I was wondering if someone has done it and will be kind enough to share the knowledge on how to enhance the message type and include additional fields.

 

Kind Regards,

JB


Update -I have sorted this out


SRT: Plain SOAP: Reliable messaging (RM) configured, but no Message ID and no WSRM assertion provided

$
0
0

hello everybody,

we are working with ERP - PO - C4C integration.

everything is working fine but we have a problem with a C4C to ERP interface.

The interface is: ReplicateSalesOrderAttachmentToExternalOut

We configured everything and starting from Configuration Scenario.

 

when we send message from C4C we can see it in PO monitor with an error:

 

SOAP: Error occurred: com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: Response message contains an errorXIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Web service processing error; more details in the web service error log on provider side (UTC timestamp 20151028153217; Transaction ID 562FB97299741BBFE10000000A0201DB)

 

When we check the SOAMANAGER monitor in ERP, the error is:

 

SRT: Plain SOAP: Reliable messaging (RM) configured, but no Message ID and no WSRM assertion provided.

 

I found this thread Plain SOAP: Reliable messaging (RM) configured,... | SCN but we cannot change a standard function.

 

Does anybody have a suggestion?

thanks in advance

 

Alessandro

Re: Generating a Wsdl File from sap inbound proxy

$
0
0

Hey Suresh,

 

Congratulations on your achievements!

 

Do award points if you found anything useful to help resolve your issue.

 

Cheers,

Varun

Web Service login failed

$
0
0

Hi,

 

I'm trying to access the data from SAP by using webservice. when I perform web service call by using soap UI tool i am getting the below error

HTTP 401 - Unauthorized

Login failed

What happened ?

was canceled due to incorrect credentials

The application was carried out in the system PRD. Here, no credentials were provided

  If you still do not have a user ID, please contact your system administrator

Your SAP Internet Communication Framework Team


Even i have provided proper user is and Password soap UI


Thanks for your help in advance


Thanks

MVS

Re: Error starting the SOAMANAGER for Configuration

$
0
0

Just active it in SE80, O(∩_∩)O~

捕获.JPG

Viewing all 1056 articles
Browse latest View live


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