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

Getting error in SOAMANAGER as ICF: Error when creating service node (rc: enqueue_error) Error in enqueue processing

$
0
0

Hi,

 

While creating service definition from soamanager getting below error.

 

Error: ICF: Error when creating service node (rc: enqueue_error) Error in enqueue processing

 

Please let me know, if is there any configurations is missing in the system.

 

Regards,

Prince


Re: Getting error in SOAMANAGER as ICF: Error when creating service node (rc: enqueue_error) Error in enqueue processing

Re: SOAMANAGER tcode not working

$
0
0

Hi,

 

Host is maintained in the server. But still the page is not loading. Do I need to maintain a host file entry of my local machine where I am trying to open the tcode ?

 

Regards,

Aravinth

Re: SOAMANAGER tcode not working

$
0
0

Yes, the Host entry should be maintained for your Local system.

Again, this is not required for the server.


Regards,

Remi

Error Interface uses external and internal message definitions

$
0
0

Hi experts

when i try to create a service consumer is showed this message:

 

Interface uses external and internal message definitions

 

how can i solve it ?

thanks

Re: Restrict Delete access in SCC3 t-code

$
0
0

I also faced this situation.

The delete access is the functionality of the Tcode SCC3 . We cannot remove this access via auth object.

One thing I found is to create a transaction variant of SCC3 via SHD0 which do not contain delete field.

Re: Calling a SharePoint Web Service from SAP??

Re: Calling a SharePoint Web Service from SAP??

$
0
0

Hello Shaneel,

 

From the error message, it looks like there is some proxy involved, is there a proxy involved between your SAP and the sharepoint ?

 

You can check your internet explorer or any other browser you used for the proxy server details.

 

Try and configure proxy server details as explained in : http://help.sap.com/saphelp_nwpi711/helpdata/en/48/479b6163524bb9e10000000a42189b/frameset.htm

 

You need to specify your windows logon credential as userid and password.

 

Regards,

Siddhesh


Re: Calling a SharePoint Web Service from SAP??

$
0
0

Hi Siddhesh,

 

Yes, there is a proxy. i have entered the correct proxy.

We are not running a Java AS, so SAP NetWeaver Administrator won't work.

 

And I have tried to use my windows login credentials also but i still get the same error message.

 

I do not know if it is something on the SAP System or something the Network and Basis people should look at.

Re: Calling a SharePoint Web Service from SAP??

Re: Calling a SharePoint Web Service from SAP??

$
0
0

Thanks but that is also SAP for Java but the error is similar.

Re: Calling a SharePoint Web Service from SAP??

$
0
0

Hello Shaneel,

 

In the blog you used to setup the connection, the last screenshot (transport binding in SOAMANAGER) have you included proxy host, userid and password ?

 

if yes, you seem to have done all configuration.

 

I think you need to ask your Sharepoint admin to enable basic authentication for Sharepoint instead of only NTLM based authentication.

 

https://technet.microsoft.com/en-us/library/gg558567.aspx

 

 

Regards,

Siddhesh

Re: How to consume dynamic WSDL/URL with ABAP

$
0
0

Hi Isaac,

 

did you find a solution for this issue? I have the same problem for a SAP SharePoint interface where the web service URL on SharePoint side is dynamic as the URL contains a project number.

 

Kind regards

Florian

Re: How to consume dynamic WSDL/URL with ABAP

$
0
0

Hi Florian,

 

No, I couldn't find out a solution. In my case the only way to do it was create as many Logical Ports  as the number of WS that the portal give me to consume. But still this was a static way of solution.

 

Do it dynamically was imposible to do it, or in my case I didn't find a way.

 

Sorry for the lack of information information.

 

If you find out a way, please share it.

 

I hope you find a solution to the problem.

 

Thanks a lot.

ECC webservice and consuming in .NET

$
0
0

Hi

 

We are planning to built ECC web service (HTTPS) based and consume it in .NET application.

 

I have followed few threads for creating ECC web service based on FM and it was working as expected using HTTP.

 

Below is the URL used in .NET proxy : /sap/bc/srt/rfc/sap/zws_test/110/zservice/zbinding

 

But, I do get different URLs from the webservice form ECC and SOAMANAGER

 

ECC : /sap/bc/srt/wsdl/sdef_ZWS_TEST/wsdl11/ws_policy/document?sap-client=110

 

SOAMANAGER : /sap/bc/srt/wsdl/srvc_AA6D485527B6ED1DE100000095BF14B2/wsdl11/allinone/ws_policy/document?sap-client=110

 

and .NET tam using : /sap/bc/srt/rfc/sap/zws_test/315/zservice/zbinding

 

May i know which URL to consume in .NET and how to make SSL (HTPS, Transport Channel Security) enabled, enabling this option throws an error :

[WebException: The remote server returned an error: (502) Bad Gateway.]

 

How do I make the web service as HTTPS enabled and which URL need to be used in .NET proxy ???

 

Thanks


Re: Web Service Documentation EmployeeMasterDataReplicationRequest_In

$
0
0

Hi,

 

I still have not been able to find a detailed document on this or any of the EC replication integrations. But with the WSDL files of each service will do the job.

 

Regards,

 

Felipe A. Contreras

Re: ABAP web service not working with HTTPS

$
0
0

HI

 

Have you managed to execute web service using HTTPS,

 

Could you please share the fix on using HTTPS ???

 

Thanks

Re: ABAP web service not working with HTTPS

$
0
0

It's been 4 years, so I honestly don't remember the details, but I believe this was solved when our network security team applied SSL certificate. We used HTTP for testing and HTTPS in Production.

error in SAP Web Service Consumer (calling External Web Service)

$
0
0

Hi Experts,

 

I am very new in webservice application, so few words may be misleading the experts. please apologize me for that.

My requirement is:  External middleware team is the host of the webservice. I have to create a consumer webservice and pass the data through.

 

Middleware team provide me a WSDL link so when i am trying to create a consumer proxy using that link it is throwing me an error. saying - 'Exception occurred in communication  framework:Error in HTTP Framework:405Method Not Allowed'

 

Can anyone tell me what will be the reason. Few posts found in SDN but not able to solved yet.

Can anyone guide me how to solve this problem.


Regards,

Jowar Saha



Issue resolved:--  Middleware team need to do something in their end to access that WSDL link. now that hurdle is over. now i am getting a different error message : 'Exception occurred in library handler' . any idea why this message is coming now?


Regards,

Jowar Saha

Re: Calling a SharePoint Web Service from SAP??

$
0
0

Hi all,

 

when i created the web service program to send a msg to the other system, i am getting this error in the abap program.

 

Can anyone advice on a solution?

 

Thank you.

 

2015-05-19 10-03-10.jpg

Viewing all 1056 articles
Browse latest View live


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