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

Consume webservice error - Error in HTTP Framework:404Connection Failed.

$
0
0

Hi Experts,

 

I am trying to consume the webservices using the URL option .but it leads to proxy generation error,Even though I have activated the SICF->Client-Proxy ,both the proxy settings are checked on.

 

 

Exception occurred in communication framework:Error in HTTP Framework:404Connection Failed.

 

 

 

Could you please let me know any other settings are missing ?

 

Regards

Krishnaraj


How to Migrate EJB Webservice from NW 7.0 to 7.3

$
0
0


Hi,

 

We have upgraded nw portal from 7.0 to 7.31.

 

1.how to migrate 7.0 ejb webservice to 7.3?

2.how to test webservice in portal 7.3.

 

i did not find webservice perspective in nwds 7.3.

 

please suggest how to acheive .

 

Regards

Srinivas

Re: WS-Policy configuration in SOAMANAGER

$
0
0

Hello Martin. I also want to add manually the security settings to the WSDL (user/password, passwordDigest, it seems easy, but it's not), I tried to reproduce what I got from google, but couldn't succeed in getting the user/password appear in the port screen. They may appear only if the port is created manually (without WSDL). So I've got exactly the same questions as Matt. Thanks a lot.

Re: WS-Policy configuration in SOAMANAGER

$
0
0

Hi Sandra,

 

I don't know if it helps, but I ultimately went a different direction and added the SOAP header as laid out in this post: http://scn.sap.com/thread/1706794.  I copied Marcello Urbani's code and replaced the SOAP header structure with my own (what the API provider offered as an example) and it worked perfectly.

 

It wasn't much work, and took the guessing out of editing the WSDL.

Re: Activation of Statndard Enterprise Services

$
0
0

Hi,

You need to use PI (or some other middleware) to communicate through Web Services/Enterprise Services.

Re: Consume Web service in ABAP

$
0
0

Hi peter,

              How are you??I hope you are fine right now.I am facing one problem regarding web service access..Because when I am accessing the web service from SOAP tool it is working fine for my user id..But when I want to access it by another user id then its not working..Error is occurred..error is "The remote server returned an error:(401) Unauthorized"..Please give me the way out...

Re: Consume Web service in ABAP

$
0
0

Hi Debdatta,

 

I am fine thanks. I hope you are fine as well.

The message 401 not authorized means that the user id you are using to call the webservice lacks the proper authorizations.

I am not sure but maybe you can check this with transaction SU53 in the SAP backend after you have had this error message.

If you start transaction SU53 it will give you the authorization checks of your user, but in the main screen you can change the user to the user which gave the error by clicking OtherUser.png

 

fill in the user name and it should show you which authorizations are missing.

Ask basis team to add the missing authorizations for this user.

Re: Pinging web service - not happening

$
0
0

Hi David,

 

I'm having same issue as you had and as it is described in this post.

If you recollect how did you resolve it?

 

1. Have you found "HTTP Destination" in web tool SOAMANAGER's Logical port ?

2. Have you located HTTP Connection identifier in SM59 ?

3. I'm also not able to generate logical ports via WSDL's URl only from file upload. But that's because previous 2 issues.

 

Thanks for your help!

m./

 

Message was edited by: Martin Maruskin


Processing err in IFC: ICM_HTTP_CONNECTION_FAILED")

$
0
0

Dear all,

 

I'm configuring consumer proxy for web service. While I;m done with all the configuration and I try to test my web service in SE80 I'm getting following error:

 

SOAP:1.023 SRT: Processing error in Internet Communication Framework: ("ICF Error when receiving the response: ICM_HTTP_CONNECTION_FAILED")

 

Similar error appears in SOAMANAGER tool when I try to do "Ping web service" function in Web Service Configuration:

 

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")

 

I assume my web service is not using proper RFC connection (type G) to SAP's backend. However I'm not able to determine which RFC Connection is actually used.

 

Any ideas where I have to look in order to solve this error?

 

thanks

m./

Re: Pinging web service - not happening

$
0
0

Hi Martin,

 

sorry I can't help you. This was a long time ago, I haven't worked with MDG since then, I just wanted to try something out. I think I didn't manage to get it to work, I had no solution.

 

David

Re: Pinging web service - not happening

$
0
0

Hi David,

 

thanks for your reply. I resolved this mystery. Actually in my case (and I believe in your as well ) there was an proxy server configured in TA SICF as to be used for calls of WS. Once it is removed (TA SICF -> F8 -> menu Client -> Proxy settings -> deactivate checkbox "Proxy settings is active") I was able to ping and also to call my web service.

 

So to close this issue:

 

1. Have you found "HTTP Destination" in web tool SOAMANAGER's Logical port ?

There are only settings like "" and "" available in web tool SOAMANAGER's Logical port. So I guess this was meant by Jitendra in his post above.


2. Have you located HTTP Connection identifier in SM59 ?

No I still to not know what RFC is used once WS is called. But at the moment it doesn't bother me. Seems SAP is using one of generated RFC type of G (e.g. 0018FE7972821DEFB2FACA5D567A3362) which are created during WS elements generation.


3. I'm also not able to generate logical ports via WSDL's URL only from file upload.

This was solved once I removed proxy usage from TA SICF. Seems some of SOAMANAGER functionality uses calls where is checks settings done in TA SICF and some other calls are performed w/o checking it.


Thank all of you who replied in this thread!

m./

Re: Processing err in IFC: ICM_HTTP_CONNECTION_FAILED")

$
0
0

Solution is to remove proxy settings in TA SICF -> F8 -> menu Client -> Proxy settings -> deactivate checkbox "Proxy settings is active"). Once this is done I was able to ping and also to call my web service.


See more details abotu this issue I posted into following thread:

Re: Pinging web service - not happening


cheers

m./

Fill deep output Structure of Enterprise Service

$
0
0

Hello at all,

 

I created an Enterprise Service which contains an Input and Output Structure.

My Problem is, that the Output structure is very deep and this structure contains tabletyps and further structures.

 

How can I fill a field of the Output structure?

I almost use the Method "describe_by_name", which gives me the components of the "first-Level-structure (lt_components).

Lt_components is filled with different components and types, for example "TTYPE" or "STRU".

One Component of type TTYPE contains a further structure, ... and so on.

 

At the End of this deep structure (up to 9 Levels) are fields with type of string.

How can I fill These fields?

 

I hope you can help me.

 

Thanks in advance.

 

Andreas O.

 

 

Attached you will find a small example.

Re: Fill deep output Structure of Enterprise Service

$
0
0

Hello Andreas,

 

You can access deep structure like the you access flat structure fields but with some restrictions.

 

One of things to take care is use the compatible type for the component that is being accessed.

 

This link will help you ABAP Keyword Documentation

 

As per you screen shot below statement can be used to access first table.

 

Table type <tt> = output-getOrderResponse-<Structure1>-<table1>

 

You can also refer below blog series :

 

Deeper Dive into Deep structure - part 1

Deeper Dive into Deep structure - part 2

Deeper Dive into Deep structure - part 3

Deeper Dive into Deep structure - part 4

 

 

issue in WS based on FM with data declared as TABLES

$
0
0

Dear all,

 

I created enterprise WS with endpoint as function module. The FM has a date declared as TABLES. I see the table data under Output section of External and Internal view in SE80. Also the data is being exposed (check box set). However if I consume the WS either via ABAP consumer proxy or externally outside the SAP system (from JAVA app) the data which is declared as TABLES is not visible in RESPONSE from the WS.

 

Is this behavior feature? Shall I always declare (in case of custom FM) all the data as EXPORTING?

If so what about the SAP standard FMs? In this case do I need to always create custom Z* FM as wrapper?

 

thanks

m./


Re: Problem with SOA MANAGER

$
0
0

The service "/sap/public/ping"  is reachable, and now how can I know if the hostname/ip is reachable from the pc?

SOA Manager issue while generating the URL

$
0
0

Hi All,

 

we are working on  "Third party system <--> BizTalk <--> PI(7.31 dual stack) <--> SAP [ECC]" interface using PI.


We are using XSD's we didn't generate the WSDL files..

 

When we are trying to generate the URL using SOAMANAGER in quality it is showing the production URL.

 

In SAP  SOAMANAGER web service administration it is showing me the wrong binding WSDL URL(which is Production URL) it supposed to be Quality system Binding URL.I have deleted the web service and created again still it is showing the same. System supposed to generate the binding URL Quality.

 

In SXMB_MONI the error is

 

 

    <SAP:Category>XIServer</SAP:Category>

 

   <SAP:Code area="INTERNAL">WS_ADAPTER_SYS_ERROR</SAP:Code>

 

<SAP:P1/>

 

<SAP:P2/>

 

<SAP:P3/>

 

<SAP:P4/>

 

<SAP:AdditionalText/>

 

<SAP:Stack>System error while calling Web service adapter: Error when initializing SOAP client application: &#39;Error when initializing SOAP client application: &quot;SRT: Unexpected failure in SOAP processing occurre&quot;&#39;</SAP:Stack>


I referred the below notes and the links..


1142454 - Error when initializing the SOAP application

 

1142596 - Logical port was not yet created

 

Please help me to resolve the issue..

 

Thanks

Bhargava Krishna

Re: Problem for access RFC through webservice

$
0
0

Did you do what is said in the error message ?

 

Processing Error. More details in WS Error Log (transaction SRT_UTIL) by selection with UTC timestamp 20140919041733

 

And what did you see there  ? Any further messages ?

 

The message says it is a processing error and comes from SAP, therefore SOAP testing tool (whic one are you using ?) is working correct.

I suspect some wrong data in the request, but you wil have to follow the instructions first and let us know the result.

Re: Consume Web service in ABAP

$
0
0

I have answered you in the other message that you have opened for the same problem.

 

Don't know why you started another message, that is not ging to speed up anything, but rather slow down a possible solutyion, because people who read one message might give you an answer that you already received in the other thread. So please close one of the two threads you started for this issue.

 

Thanks.

Re: Consume Web service in ABAP

$
0
0

Hi Peter,

              sorry for that.I will close it.Please give me the solution of my query.

Viewing all 1056 articles
Browse latest View live


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