cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice Client Proxy in WebAS ABAP 7.0

Former Member
0 Kudos

Hi,

I have generated a webservice client proxy in se80.

Once I call the webservice using my client, I get the following exception:

SOAP:1.001 CX_ST_GROUP_MISSING_CASE:XSLT Exception.Element 'testReturn' missing.

In ICM trace I can see that the webservice is actually returning fine:

<?xml version="1.0" encoding="UTF-8"?>

<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"

soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"

xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<soap:Body>

<testResponse xmlns="http://www.signaturportal.de:8095">

<testReturn xsi:type="xsd:string">Test funktioniert ~:)

</testReturn>

</testResponse>

</soap:Body>

</soap:Envelope>

So, why is my client proxy complaining?

Is it possible to call rpc-style webservices from ABAP, or do I need Java stack?

If I would need the Java stack, how would I call my Java deployed webservice client (I like that option) from ABAP? Through an RFC destination?

Thanks for clarification

Matthias

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

joan_ayala
Participant
0 Kudos

Hi,

did you solve this problem ? the same is happening to me...

Thanks

Former Member
0 Kudos

Hi,

>So, why is my client proxy complaining?

I don't know why in this specific case is your client proxy complaining.

I suggest thet you configure the traces and logs in SOAMANAGER and that you check them after a new test. It may help you to understand where is the problem.

>Is it possible to call rpc-style webservices from ABAP, or do I need Java stack?

It is definitely possible from ABAP without using a java stack. I just did it today from our CRM 2007 system.

We had also difficulties, but with the SOAMANAGER traces, we were able to resolve them.

Web services and SOA are supposed to be the current IT "miracle" but as usual there is a big difference between theory and real life cases. But it does work !

Good luck !

Olivier