Quantcast
Channel: SCN : Unanswered Discussions - Service-Oriented Architecture (SOA) and SAP
Viewing all 360 articles
Browse latest View live

Web Service

$
0
0

Hello,

 

I would like to implemente for IS-U this request:

Request Utilities Device Smart Meter Creation

Technical name : UtilitiesDeviceERPSmartMeterCreateRequest_Out

 

Does anyone know what to do?

 

Thanks you beforehand.

 

KB.


Do Post goods issue & reverse delivery via ABAP Web services

$
0
0

Hi Experts,

 

Apologies if I am not posting on appropriate area & please direct me.

 

I have created an ABAP Webservice (RFC Enabled FM) which does the post goods issue & reverse deliveries.

 

1. To do PGI I have used Standard FM ( WS_DELIVERY_UPDATE) inside my custom FM

2. To do reverse I have written a small BDC in that custom FM with Call transaction 'VL09' using BDC .....


This RFC enabled FM is working fine both the functionality .


Issue : when testing web service via SOAP UI (software only option 1 is working and when I execute with option 2 it is throwing some error but I am unable to understand this error.


Can anyone have a look into it to guide me towards the possible cause of this error.


File attachedtest1.PNG.

Consumer Provider Proxy Generation error occured

$
0
0

Hi experts,

I am actually trying to create a consumer provider proxy server and after I choose the HTTP as option, in the error I get:

 

Proxy generation: error occured

Incorrect value: Determination of destination HTTP....

 

I have already activate the global setting for proxy at SICF at client settings and at HTTP log tab gave the HTTP technical settings. But i still get this error. Could you please help me to resolve this issue.

 

Regards,

Regys

Exception occurred in communication Frame work webservices

$
0
0

Hi All,

 

 

I am new to use web services . here i am trying to consume service from external . but we are getting the error like "Exception occurred in communication framework:Error in HTTP Framework:404Hostname Unknownhttp://www.webservicex.com/CurrencyConvertor.asmx?wsdl "


kindly let me know that is any connection need to enabled ?





Regards,

Raju.

Expection occured in communication framework

$
0
0

I am new to use web services . here i am trying to consume service form external . but we are getting the error like ''Expection occured in communication framework : error in HTTP framework :404Hostname unknownhttp://www.webservicex.com/CurrencyConvertor.asmx?wsdl ".

 

 

Kindly letme know that is any connection need to enabled ? 

 

 

 

 

Regards,

Raju.

Problem with Salesforce Upsert

$
0
0

Hello,

I've got a problem with a Salesforce integration to SAP.

I don't have a PI or something else.

My scenario:

I generate a ABAP Proxy with the SFDC enterprise.wsdl. At the Query-Method in the external view of proxy I marked "Untyped Mapping" for the "result" in the output-attribute to get the result as a xstring. So I can get more than one record in a query result. That works fine.

 

Now I have the problem with the Upsert-Method. I want to upsert more than one record to Salesforce. Regarding to this point I marked "Untyped Mapping" for "sObjects" in the input-attribute of the Upsert-Method to pass the sObjects as xstring. I want to pass the sObjects via xstring because ABAP can't generate the sObject-Datatype at the runtime.

When I pass my xstring with sObjects, only the first sObject will be handled in Salesforce. All following sObjects are ignored by Salesforce.

 

My sObject-String:

 

<sObjects xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sf="urn:sobject.enterprise.soap.sforce.com" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xsi:type="sf:Opportunity">

  <sf:NAME>Test 1</sf:NAME>

  <sf:RECORDTYPEID>012180000008dMbAAI</sf:RECORDTYPEID>

</sObjects>

<sObjects xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sf="urn:sobject.enterprise.soap.sforce.com" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xsi:type="sf:Opportunity">

  <sf:NAME>Test 2</sf:NAME>

  <sf:RECORDTYPEID>012180000008dMbAAI</sf:RECORDTYPEID>

</sObjects>

Change XSD Type of a ABAP Webservice for a Function Module

$
0
0

Hello.

 

i wrote a FM for uploading GTS SPL content to SAP. From this FM i generated

a Enterprise Service / Service Definition and published it via SOAMANAGER.

 

So everything works fine.

 

But now i want to change the field "SLL_SPL_DOB_TO" to a nillable field. Meaning

that the date in this field can be empty.

 

For the moment it must not be null. But in some cases the date field is empty and

the webservice doesnt not work for empty fields.

 

I tried to change some attributes within the structure, but the fields are grayed out.

 

Below you can see my implementation. I want to set the element SLL_SPL_DOB_TO to

allow empty values.

ws1.jpg

 

In the SAP Standard Webservice (but it is a XI service) there are option to set

the required information.

 

ws2.jpg

 

Is there a way to set the information ? Or how the information for required or not

required fields are set and mapped to XSD Types and their options ?

 

Thanks a lot for your help.

 

BR,

Sebastian

Web service Issue.

$
0
0

Hi All,

                 In Webservice testing from our SAp side is working fine.But my application team is checking it gives error as

 

 

Web service processing error; more details in the web service error log on provider side (UTC timestamp ; Transaction ID ).


I debugged in STR_LOG and it says that


The SOAP Processor was invoked to process a message, which is not

supported by the interface...

 

 

Here how can i check the SOAP URL or interface in SOAMANAGER.

Kindly help me what i have to do for this and how can be done this issue..

 

Regards,

Nithya


Get User's IP Address on Web Service

$
0
0

Hi experts,

 

I have created a Web Service and all is working just fine.

For tracking purposes, I would like to know the UserName & from which IP address did my web service get invoked.

What do I need to do to extract the IP address from the web service request?

Is there any Table / TCode that store User Name & IP Address of user who call my Web Service?

 

Thanks for any hints/tips.

 

JC

Services

$
0
0

Hi,

 

Is it possible to assign a profit center to a service? I am in AC03 transaction but i can´t see any field to incidate the profit center. In material management you can assign it.

Empty publishing System in Service Registry

$
0
0

Hi all,

 

I have many problem with soamanager.

After an upgrade to EHP7 (SAP_BASIS 740), some endpoint of my web services is not more available.

I tried to delete/recreate these endpoints but the system give my an error SRT_WSP 580: SRT Framework exception: Error: Register application failed: Application Error: Object already exists: 200.SystemName.XXX.SystemNumber.00xxxxxx00.SystemH

 

My records shows that in Service Registry -> Publishing System there is no publishing systems defined!

 

Any help?

 

Thanks in advance,

 

Francesca

Web Service

$
0
0

I have data in internal table . I want send this data to another program from SAP system. Can you help me? What I must do for sending data with web service . I must function module create?

web service error

$
0
0

hello,

 

I am trying to test standard SAP web service.

 

employeemasterdatareplicationr_OUT

 

1. I tried it from SOAPUI tool with the WSDL file,

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

 

 

 

2. I tried test  from SOAMANAGER then I am getting following error -- (button "open web service navigator for selected binding")


http://host:8001/sap/bc/srt/wsdl/flv_10002A1111D1/bndg_url/sap/bc/srt/scs/sap/employeemasterdatareplicationr?sapclient=100/ws/simple/getEmployeeMasterDataReplicationConfirmation_Out

 

then it routing to wsnavigator and getting 404 error.

 

3. WS Navigator is not working from SAP.

http://hostname:50000/wsnavigator  - this is also not working 404 error.



Can you please let me know how tot resolve these errors?


Regards,

Khaja.

WS Navigator not working

$
0
0

Hello,

 

I cannot test web service using WSNAVIGATOR.

WS Navigator is not working from SAP.

http://hostname:8001/wsnavigator  -  not working 404 error.

i am getting the following error. can you please let me know how to solve this error?

 

Service cannot be reached


What has happened?

URL call was terminated because the corresponding service is not available.

Note
The termination occurred in system with error code 404 and for the reason Not found.

 

What can I do?

Please select a valid URL.

 


HTTP 404 - Not found

Your SAP Internet Communication Framework Team

call from SOAPUI error

$
0
0

hello,

 

I am getting following error when I call ECC web service from SOAPUI to ECC.

 

this error I am getting in ECC->SOAMANAGER->Web Service Utilities: Error Log->

 

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

 

 

I found one solution from this SRT: Plain SOAP: Reliable messaging (RM) configured, but no Message ID and no WSRM assertion provided.

but when I added the ${=java.util.UUID.randomUUID()} code in wsdl file also I am getting the same error.


I found  another block Plain SOAP: Reliable messaging (RM) configured, but no Message ID and no WSRM assertion provided

- this one also telling about  - Reliable Messaging: Switch off the RM in the corresponding radio-button. - but I cannot change this as because this is auto generated service. Can you please let me know how to solve this?

 

 

Regards,

Khaja.


Http Error 503 Service unavailable when calling a Webservice Provider from external application

$
0
0

Hello.

 

i had configured the SRT Runtime according to SAP manuals.
All tests in SRT_TOOLS and SOAMANAGER seems to be ok and without errors.

 

When i try to call a webservice provider from an external consumer i always get http 503 error.

But there is no webservice isolation active.


I had tried SRT_TEST to run some tests. But here i get errors.


E.g. when using the simple Ping test then i get a Service Ping error saying that

there is some processing error.


For another testcase i get SOAP:1023 SRT: Processing error in ICF when sending...


What maybe the reason for these errors in SRT Framework and for the 503 error.

 

But the same tests running properly on the testsystem.


Thanks a lot for your ideas and input :-)

 

Best regards,

Sebastian Hockmann

ESOA in S/4 Hana

$
0
0

All,

 

Looking  for the ESOA Availability on S/4 Hana. I am not able to find  any information/ road map which is available for ESOA in S/4 Hana  . Can Any one help me on this..

 

Regards

Binu

Consuming SAP Web Service in .NET Application

$
0
0

Hi,

I am trying to consume a SOAP Based Web Service from my SAP System in a C# .Net Application.

I am having problems in accessing the web service.

Is there any problem in the ESB.

Are there resources that will help in understanding the underlying architecture in setting up a SOA using SAP Web Service.

Do i need to use svcutil to generate WCF Source code? What is the use of that?

 

Thanks

SouravD

webservice in prod. HTTP 403 - Forbidden

$
0
0

Hi,

 

I use a webservice which works fine in dev. and qual. system but only in Prod.System I can't even access the WSDL.

I have access to the SOAMANAGER and created the Service-Endpoint like for the Dev/Qual. Now, when I click to open the WSDL document I get the following error-message:

 

Service cannot be reached


What has happened?

URL call was terminated because the corresponding service is not available.

Note
The termination occurred in system with error code 403 and for the reason Forbidden.

What can I do?

Please select a valid URL.

 

HTTP 403 - Forbidden

Your SAP Internet Communication Framework Team

 

The service is active in SICF and in SE80. Also the Soap-Runtime is active.

 

Any ideas?

Parsing soap:Body failed

$
0
0

hello,

 

I am getting the error "Parsing soap:Body failed". Even payload also not coming while we click payload button in tocde srtutil.

after that I got another like error.

"Authentication failed (Method wsse:UsernameToken, SRTUTIL Transaction Id 5725A3C3E6290920E10000000AC9140A)"

 

I created web service in SOAMANAGER and binding, i trigger it from SOAPUI tool then I am getting this error for inbound interface.

Any idea how to resolve this issuse?

Viewing all 360 articles
Browse latest View live




Latest Images