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

Web service Consume ABAP- ICF Error when receiving the response: HTTPIO_PLG_CANCELED

$
0
0

Hi Expert,

 

Https certificate deployed in Development server and consumed the third party web service by SAP ECC box.  it works fine in development server and transported to the QA ( SAP ECC ) server. Relevant https certificate deployed by BASIS team  both Dev and QA Client.

 

ABAP related proxy programs transported to the QA by work bench request and Logical port ( T Code - LPCONFIG) related configs transported to the QA by Customized request. Certificate deployment was done by BASIS in both clients.

 

When i executes QA programs, i receives the following error .

 

Error from QA server -

"SOAP:1,023 SRT: Processing error in Internet Communication Framework: ("ICF Error when receiving the response: HTTPIO_PLG_CANCELED")"

 

Sap version - SAP ECC 6.0

Can you please help me to solve the issue ?

 

Thanks,

Rehan


Re: Activation of Statndard Enterprise Services

$
0
0

During Ehp installation ,  the backend ES (implementation) gets installed and activated (or somtimes you need to activate in SICF)  , you should be able to see them in SOAMANAGER txn in Web Services Adminstration . Select  "Service" in the drop down and search based on the pattern you see in the ES workplace  "Related web service definition" ... If you find an entry , then the service is ready for you to configure the end points . Please look on SDN for a step by step on that . After your end point is defined, you can select the wsdl file in SOAMANAGER and provide that to the developer who will be calling your service . Prior to that you can also run a quick test using WS navigator or SOAPUi . Also only synch ES can be called this way . Async ones will need a mediated scnario like PI or WSRM .

Re: Web service error in response "Element '{}return' missing"

Need Help on Update BP Web Service

$
0
0

Hi Gurus

 

I am working on Update BP web service. My variant is attached here with. i am getting message "Action Code 02 is not permitted for international address version". Request any one to share the xml variant for the same or help me in solving this failure response.

 

Thanks and Regards

Ragh

Distribute Customer via PI using SOA?

$
0
0

Hi all,

 

I had raised a question over in the PI place but maybe this is better placed here? Would you mind take a look at here Distribute Customer via PI using SOA? Sorry if this is kind of a basic question. I'm fairly new to SOA concepts but have a rather good knowledge of integration technologies.

 

Many thanks and kind regards

Jens

Publish web service from a BAPI

$
0
0

Hi all,

 

I'm trying to publish a WebService from the BAPI_MATERIAL_AVAILABILITY and followed the steps listed bellow:

  1. Create a web service definition from the BAPI through Utilities menu.
  2. Enter into SOAMANAGER transaction.
  3. Select Service Administration -> Web Service Configuration option.
  4. Select my service definition then push the Create Service button.
  5. Set the name for the service and the binding.
  6. Set the provider security parameters.
  7. And when I click on finish I get the error: Error: Getting Service Definition '<service definition name>' for registry 'SR_LOCAL' failed: Application Error: Application not registered with Application Key 00215AC855101ED49D8954A1A60166BF

 

Does anybody knows what am I missing?

 

 

Best regards,

Gregory.

Re: Publish web service from a BAPI

$
0
0

Hello Gregory,

 

I am not sure about creating WS from standard BAPIs/FMs.

 

From error it seems some access key issue for WS definition.

Are you able to see the service created in SE84?

 

Can you try with a wrapper FM and create ws for wrapper FM ?

Re: Publish web service from a BAPI

$
0
0

Hi Jitendra, thanks for your answer.

 

I can see/modify the service through SE84.

 

I tried with a wrapper Z FM but I got the same error with exactly the same application key 00215AC855101ED49D8954A1A60166BF no matter the service was created with a different name and with a different FM.

 

Best regards,

Gregory.


Re: Webservice Response Attachement Deserialize XOP Include Error

$
0
0

Hi Flavius, have you resolve your problem?

maybe you can check oss note 1582187 - Limited support of XOP/MTOM via SOAP

 

luca

Cannot access ES work palce anymore

$
0
0

Hi,

 

does anyone have any ideas of how I can access the enterprise service documents? Previously the url address is http://esworkplace.sap.com. But now the set is no longer available. Instead it gives the below message:

 

Capture.PNG

Thanks for any helps.

Re: Cannot access ES work palce anymore

$
0
0

Hi Qiang

 

I´m having the same issue and even though after a while something can be found from help.sap.com, it does not work quite like it used to work in ES Workplace. Maybe it´s just me, but information is harder to come by and certain information is missing.

 

Please check for example the following links to find similar information on ES´s from help.sap.com:

Enterprise Services in SAP ERP

Enterprise Services in SAP for Retail

 

One can also still access the ES Workplace from the 'Access Now' option shown in your screen shot, but who knows for how long. (Seriously, does anyone know? I´d definitely like to )

 

BR
Antti

Re: web services fm

$
0
0

Hi Peter Jonker

 

Thank you for response sir . I  have created the ZREQUEST table type  EKKO_TTY in SE11. And I used ZREQUEST type in importing parameters tab. When I am trying to activate it is not activating and it is showing information pop-up as Reference parameters are not allowed with RFC. But we create web services for RFC enabled function module. so can please help me out.

Re: web services fm

$
0
0

No worry, that one is easy. You need to read the message carefully, the solution is already in there.

 

In the importing and exporting parameters tab of the function module you need to click the checkbox "Pass Value" next to the parameter (ZREQUEST), so not the optional checkbox but the other one.. Also in the exporting parameter (in export there is no optional checkbox).

Re: web services fm

$
0
0

Hi Peter Jonker

 

Thank you sir.Now function module is activated .I have generated the wsdl file .And  I have created the project zmul_po in soap uI 5.0 by consuming wsdl file. xml Request is generated with structure repeated only once. so  I can pass multiple po number. I have attached the screen shot . please find it. please suggest me something for thismul_po.png

Re: web services fm

$
0
0

In the wsdl comment it says clearly Zero or more repetitions which means everything is OK isn't it ?


Re: Cannot access ES work palce anymore

Re: web services fm

$
0
0

How can  I test it sir. By passing multiple po numbers (ebeln) where as it has only once the ebeln.

Re: web services fm

$
0
0

You repeat the item structure (and everything below it) as often as you have PO's. Two PO's will result in two item (and everything below it) structures in the message. Just copy the item structure in SOAP UI like:

<Item>

     <PO number></PO number>

     <field 2></field2>

     <field 3></field3>

</Item>

<Item>

     <PO number></PO number>

     <field2></field2>

     <field3></field3>

</Item>

 

And fill them with values

Re: web services fm

$
0
0

Third-party is IOS app developer,on one screens of app shows the all po number which has to be release. From there user selects the some  po numbers. when he hits release button then this web services or function module  has to release all po which are selected. so can please known me how can I repeat that item structure dynamically as many times the number of po selected and corresponding po(ebeln) is placed in ebeln tags. I have repeated the item structure.But it is showning some error. please find the attachment. THANK YOU SO much.scn1.png

Re: web services fm

$
0
0

The erros have to do with the question marks I suppose. If you do not fill the fields with a value delete the question mark or the whole field alltogether (if the xml definition allows this).

 

You can also test the service in SE80 to see if an error occurs.

 

You are getting there don't worry, it will work.

Viewing all 1056 articles
Browse latest View live


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