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

Re: How to consume a webservice created in ABAP in Dot Net?

$
0
0

As I can see in the response, the web service has returned a whole XML document inside one element <Response> (with incorrectly-escaped < characters), and that this XML document has itself one <HrXmlParseResumeBinaryResponse><HrXmlParseResumeBinaryResult> element which contains another XML big fragment. Weird!

 

So, I think you should have a look at what does your function module first, before looking at SOAMANAGER.


Error in SOAMANAGER transaction

$
0
0

Hi,

 

 

I want to use soamanager transaction, I activated the SICF and includes the parameter icm / host_name_full but after including User and password generates the attachment mistake.

 



Anyone had this error?

 

 

 

 

Tks,

 

Renato

Re: Error while trying to create Proxy

$
0
0

Shanthi,

 

I just ran into the same error and just want to update how I fixed it. Hopefully it will be of use to someone.

 

Gurushanthi Potluri wrote:

 

2. I got a wizard step, the .Net team gave me a URL (http://10.161.3.42/...../.....asmx

 

 

 

In this step 2, add ?WSDL to the end of the url. So that url would read http://10.161.3.42/...../.....asmx?WSDL

 

The error message makes more sense when you realize that without the ?WSDL, SAP is trying to parse the HTML page, when what it is expecting is an XML file describing the WSDL.

 

Raghu

Re: SAP webservice use specific SSL Certificate

$
0
0

Hi Diana,

 

Can you check in dev_icm for SSL-related error messages?

 

The screenshot from STRUST is not attached. Do you have a new SSL server identity created in STRUST?

 

Kind regards,

Cris

Re: Error in SOAMANAGER transaction

$
0
0

Hello Renato,

 

Please set the FQDN in the system according to the following SAP notes:

 

773830 - FQHN determination in ICM

654982 - URL requirements due to Internet standards

 

This should resolve the issue you are facing.

 

Abraço,

Cris

Re: Web Service call Working in XMLSpy but not working in SAP Consumer Proxy

$
0
0

Hi Sahil,

 

You can check dev_icm for possible error messages.

 

Kind regards,

Cris

Re: Error in SOAMANAGER transaction

$
0
0

Cris, thanks for the return,

I include the parameter(SAPLOCALHOSTFULL) cited in note however, did not work the same way, this machine as this location (workgroup).

I'm using firefox, I enabled all options for access.



Abs,


Renato

Re: Error in SOAMANAGER transaction

$
0
0

Hi Renato,

 

Per the screenshot, it seems that you are using only the localhost.

You need to use a fqdn, like mylocalhost.mydomain.com.

 

Abraço,

Cris


Re: Integration Scenario Configuration

$
0
0

Hi Marat,

 

WSRM configuration ECC to TM for Order Integration scenario, I am facing same issue - 'No logical ports found for the given service group and provider' how did you solve this issue?

 

Can you provide some insights how did you solve this issue?

 

Thanks,

Venu

SOAMANAGER in NW 7.4: Logs Configuration?

$
0
0

Hi guys,

 

I Upgraded an ERP ECC 6.0 (NW 7.0 SPS23) system up to EHP7 (NW 7.40 SPS13).

 

When i enter SOAMANAGER i see that the old "Logs Configuration" option in tab "Logs and Traces" is missing so where i am supposed to activate logs to be able to see them in the Message Monitoring? I ask this because when i enter Message Monitoring right after a WS is executed i see no entries.

 

Thanks in advance for the kind support.

 

Best regards.

Issue with usage of ServiceOrderQuotationCRMChangeRequestConfirmation

$
0
0

Hi guys,

 

my aim is to use the standard enterprise service ServiceOrderQuotationCRMChangeRequestConfirmation to update the Service Order Quote. Unfortunately, when I use the request below, the service says the execution was successful, but the BP doesn't change.

 

Do you have experience with thsi service? Can you please give me some hints how to change the request so the BP get changed?

 

<?xml version="1.0" encoding="UTF-8"?>

<ns0:ServiceOrderQuotationCRMChangeRequest_sync xmlns:ns0="http://sap.com/xi/CRM/SE">

    <ServiceOrderQuotation>

      <ID>320231560</ID>

      <ProcessingTypeCode>Z210</ProcessingTypeCode>

      <ServiceOrderQuotationHeader actionCode="02">

       <ID>320231560</ID>

         <ProcessingTypeCode>Z210</ProcessingTypeCode>

         <Party actionCode="02">

         <PartyData actionCode="02">

             <RoleCode>00000015</RoleCode>

               <ID>501315197</ID>

            </PartyData>

         </Party>

      </ServiceOrderQuotationHeader>

   </ServiceOrderQuotation>

</ns0:ServiceOrderQuotationCRMChangeRequest_sync>

Re: Error: Uninstatiated object "binding operation node" in method IF_SRT_WSP_CONFIG_REGISTRY~CREATE_RT_CFG_

$
0
0

Hi,

 

I opened SAP ticket and was able to resolve. The reason fro my error was, i had three operations in my WSDL and only two operation(methods) in my PROXY. So upon regeneration the PROXY was updated and I was able to create logical ports and move the PROXY to Test system.

 

Thnaks all,

Karuna

Re: Issue with usage of ServiceOrderQuotationCRMChangeRequestConfirmation

$
0
0

guys, any hint appreciated

 

thanks, Peter

Re: SOAMANAGER in NW 7.4: Logs Configuration?

Submit interactive Adobe template

$
0
0

Hi Guys,

 

I've created an interactive Adobe document template using Livecycle designer and uploaded to SAP CRM Document template designer.

Now in CRM web UI when I create a new attachment with this template the data to be pre-populated is loaded correctly via the web service in PDF document. When I make changes to the data in this PDF I want to send these changes back to SAP CRM.

The best solution for me would be to save the data automatically when PDF is closed. If not then add a SUBMIT button to save.

 

For either of these solutions I'm not sure how to proceed and which button or code to put in the template.

 

Please provide your inputs.

 

Regards,

Abhi


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

$
0
0

In fact, this shows me, that all my traces are valid longer. But does it in practice extend my performance trace and functional trace as well or only the payload trace?

 

While debugging, I saw ls_config-expiry_ts a couple of times, before I ended up at PAYLOAD_SET_LEVEL.

Setting Role Based Authorization for Operation Specific Web Services in PFCG

$
0
0

Hi Experts,

I am facing an issue setting up authorizations to restrict the usage of a Web Service only to a specific group of users.

Now, the steps i followed :

a) Create a Web Service

b) Create an Endpoint

c) In PFCG, Created a role ZROLE1, Added the Web Service Operation as an Authorization Default value( As mentioned in this ABAP Web Services - Authorizations - Security and Identity Management - SCN Wiki)

d) Added SAP user id, USER1 to ZROLE1.

 

Now, From external systems, lets say SOAPUI,

Whenever, i am accessing the Web Service and passing the credentials of USER1, it is accepting and everything is working fine.

But, whenever i am passing credentials of another SAP User, lets say USER2 who is not associated with that role, it is also able to access that web service.

 

Kindly, help me out in this. Or, if any one can suggest a better alternative to this problem.

 

 

Thanks

Sahil

Re: Setting Role Based Authorization for Operation Specific Web Services in PFCG

Re: Integration Scenario Configuration

$
0
0

Hi Marat and Venu,

 

I´m facing the same problem!!!!!

 

If I found something I ll let you know.

 

Thank you!

Re: Error while testing Web Service in WS Navigator

$
0
0

what a cute and beautiful error....but its very simple    my issues was also the same and I resolved it ..

 

Once you put WSDL URL and click on next you will get webservice name on the next page ...

and when you click on next on the mail request and response message page.. you will get this error on top.

In my scenario .. I was testing a web service which is via SAP PI.

 

1. Chk the error message.

2. Go to -> Runtime Workbench -> Message Monitoring -> chk for this message -> Go to Audit Logs.

3. you will get the final error here with the reason that why is that your web service is not working fine.

4. With the help of ABAPer check for those particular fields in SPROXY, and try to test the same again .. 1000% it will work .

 

Thanks

Zeeshan

Viewing all 1056 articles
Browse latest View live


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