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

Webservice and authorization turn off

$
0
0

Hi,

 

I add to soamanager web service and turn off all authorization but when I execute URL with webservice

always I have message to enter login and password.

I added to WS profile security to NONE. Where is the problem, in SICF/basis?

 

Thanx for any answers


Consuming Client Web Service at Different Servers

$
0
0

We are consuming a third party web service using the following steps :

  • Third party vendor gave the link of their web service
  • Created a proxy class using the link.
  • Called their method through a program.

 

We are giving some input and getting the corresponding output - We are able to consume the external WS absolutely fine.

 

If the server location of the above web service changes do we have to follow the above steps all over again that is create new PROXY CLASS??

What if the third party application also have a landscape just like SAP  for ex - DEV, QA, PRD -  the IP of the web service is different on each system.

The user(who is not a technical person) wants something very simple where they just want to put the web service's new link and system should function as it was with old link.

Issue while Testing the Webservice using WS Navigator

$
0
0

Hi All,

 

I have developed a Webservice and tesing it using WS Navigator of SOA Manager.

 

I am facing the issue as in the Screen-shot. I have searched and gone through forums, but I am not able to get the exact solution for this.

 

TimeOut Issue.jpg

 

Please help me to know the way to take it forward.

 

With Regards,

Gurulakshmi

Service definitions from BAPI not available in SOAMANAGER

$
0
0

Hi experts,

 

We have created some service definitions from a BAPI. Runtime configuration has been set up in transaction SOAMANAGER and everything is working fine in development environment. We've just transported our service definitions to quality environment but the services are not visible in SOAMANAGER.

 

Any idea about what can be the issue?

 

Many thanks for your time.

 

Regards.

WSDL URL is not working. Getting 403 Forbidden error

$
0
0

Hello Experts

 

We created a webservice from a functional module in ECC. After the webservice configuration we generated a WSDL file and when we try to access the URL present in WSDL file from our browsers, it throws 403: Forbidden error. Please note, the url has worked fine in all the environments previously, we are only facing an issue in production environment. i do not suspect any configuration issue since same steps were followed in production, could this be related to port or firewall? How can we check what could be the issue, helpful answers will be awarded points immediately, thank you.

How to find the end point URL for a Enterprise Service?

How to identify the most used process in memory?

$
0
0

Hi Experts,

 

Here we are using Windows NT server 2008 which has 10 GB RAM. But in these days the users are complaining about the slowness of SAP. Is there any way to find the most used process ? Is there any way to find the unused process?

 

PFA the screenshot

Memory usage.jpg

 

Kindly help...

 

Regards

 

Praveen

CX_ST_GROUP_MISSING_CASE:XSLT Exception offset 409 - what does it mean ?

$
0
0


Hello,

 

a webservice consumer-proxy does'nt work fine and I have no idea, what's wrong.

In SOAMANAGER I checked the tracefiles and a lot of errors occurs:

"CX_ST_GROUP_MISSING_CASE:XSLT Exception bei Offset 409, XPath n0...Element id fehlt (fault location is 1 )"

 

What does it mean ?

Problems with element 'id' , but what exactly ?

 

The response contained element 'id'  but with value zero.

 

<soapenv:Body>

<createDeliveryNoteResponse xmlns="http://ws.common">

<createDeliveryNoteReturn>

<id>0</id>

...

</createDeliveryNoteReturn>

</createDeliveryNoteResponse>

</soapenv:Body>

</soapenv:Envelope>

 

 

thanks in advance.

 

best regards

 

Holger

 

-<

<


[Webservice] Log and Monitoring ?

$
0
0

Hi Guys,

 

I implemented a Webservice who communicate with an external environment. My Webservice has been developed to be executed when a Module Function is called. 

 

screenshot5.jpg

 

 

I have no any access of the external environment, and I would like to know how can I make sure that my Webservice is called by the MF and my data sent really?

 

Are there some Monitoring Transactions ?

 

Thank you very much.

Best Regards.

Rachid.

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

$
0
0

Hi all,

 

I'm quite new to ABAP development on Web services, and I encountered a problem after calling a web service method.

 

I created a Service Consumer proxy from an external WSDL, then created its port in SOAMANAGER.

Now, when I call one of its methods, an exception occurs. But I was able to debug that there is a response being sent by the web service. However, during the CALL TRANSFORMATION (found in class CL_SXMLP_DATA_ST method IF_SXML_SERIALIZABLE~DESERIALIZE) it raises the error:

 

Element '{<namespace>}return' missing

 

 

(I can't show the namespace but it's like "https://xxx.xxxxxxxxxxxxx.com/xxxxxxxx")

 

I tried to search the forums about this, but haven't found any yet that could help me. I can't also modify the code since this is already SAP standard.

 

 

 

Thanks in advance!

Communication between Web Interface and ABAP

$
0
0

Hi All,

 

How to establish communication to web interface from ABAP Program?

 

from the ABAP program i need to send the data to the web interface where the coding for a particular URL is available, the data from the ABAP program will be given to the input fields of that URL and then the output should be returned to the ABAP program.

 

I am not getting any idea how to achieve this, please give some inputs and idea how to proceed.

 

Thanks in advance,

 

regards,

NarsiReddy.

Communication between RPC XML interface and ABAP.

$
0
0

Hi all,

 

how to consume the webservice (BZSt: USt-IdNr. Best&amp;auml;tigung) in SAP system which has RPC XML interface.

 

There should be a communication between this website and my ABAP program so that i can send the input data and receive the result in the ABAP program.

 

i tried searching in the forum but only found webservices using WSDL.

 

Thanks in advance,

 

 

regards,

NarsiReddy.

How to set up the VIES webservice (consumption)?

$
0
0

Hi All,

 

I am quite new to SAP SOAP, I have tried to implement the VIES webservice (to check NII VAT registration number in EU) in SAP but I am facing issues :

 

- Generation of the proxy, the WSDL was not accepted, I found out that by using Transaction SPROXSET and adding the entry NO_RPC_STYLE =X (OSS 1801866) my WSDL was now accepted.

(the WSDL works perfectly in SOAPUI  the WSDL can be found here  or in the attached document)

 

In SOAMANAGER I tried to create the Port via the WSDL but it failed.

 

So I tried to create it manually, and then my new issue.


This service is using an HTTP not HTTPS address so which type of authentication should I choose ?

    When I am using user/password the response is HTTP 401 not authorised

    When I try the second option SAP Authentication Assertion Ticket The Ping Result is returning (

 

SRT Framework exception: Service Ping ERROR: Error when calling SOAP Runtime functions: SRT: Processing error in Internet Communication Framework: ("connection to partner broken")

 

 

OK)

 

When I tried the third method X.509 it is saying that the protocol shall be HTTPS



Has anybody managed to implement this webservice in SAP ? I read other post where everything was accepting the WSDL smoothly but it seems to have changed ....



I am working on a SAP ECC 6 with ABAP 740 006.


Thanks for you advice and time

 

Best regards

Stephane

WEB Service located in SAP consumed from outer application

$
0
0

Hello Gurus,

 

Someone can help me How to build a Web Service which is located in SAP, this web service will return a list of lines, each line has many fields.

 

This Web Service is consumed from outer application.

 

Thanks so much.

Manual Configuration of Service Group does not work

$
0
0

I have manually configured a service group to use a technical user, the service group is wrapping a service which has a profile assigned and the correct security options available.  However, whenever I call the service which then uses the service group I get an error message saying that the service group is not configured.  I have removed and re-added the config a few times and checked that the webservice cache is turned off.  The error saying the group is not configured seems to remain at all times.  I need to have this configured so that the service is always called with a technical user, it cannot use logon tickets.  I've done this on systems previously with no issues.  This is running 7.30 SP10 if relevant.


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

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.

web services fm

$
0
0

Hi Experts,

 

 

I have generated the web services for multiple po release function module.while creating the function module we have created the importing parameter as table to get multiple po numbers. But in WSDL file  is generating table structure only once. so can you please known me how can make table structure repeat as many times that size of an array count (multiple po numbers)and how to populate the corresponding po number (ebeln) in each table structure.

Viewing all 360 articles
Browse latest View live


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