Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Client proxy generation error

Former Member
0 Kudos
129

Hello,

I developed simple web service in Netweaver Developer Studio (from portal service). It has only one method getString().

Now, I'm trying to generate client proxy in R/3 and I'm getting an error:

 I:SPRX:084 In the WSDL document, the object
   "<message name="getStringRequest"> <part name="g..."
from the namespace
  "prt:service:cz.kctdata.pct.PortalEventSendService"
links to the object
   ""
from the namespace
   ""

However, this last object does not exist in the WSDL document.

.

When I create web service from stateless bean with same interface, proxy is generated without problems.

Do anybody knows whats wrong?

Best regards,

Josef Motl

1 REPLY 1

Former Member
0 Kudos
58

Hello,

it seems that ABAP client proxy generation supports only DOC_LIT wsdl. Is that right?

Regards,

Josef Motl