cancel
Showing results for 
Search instead for 
Did you mean: 

WSDL Generation

Former Member
0 Kudos

Hi,

In the documentation of the J2EE engine 6.20 it is written as a Feature: "Configurable WSDL generation on the server side". How can this be done? We want to generate as RPC because we had problems integrating with .net when we have a web service on a EJB.

Best Regards,

Lucian.

Accepted Solutions (0)

Answers (1)

Answers (1)

daniel_appelt
Explorer
0 Kudos

I'm also interested in generating a RPC style webservice on WebAS 6.20. I then want to call it from an ABAP programme.

Unfortunately, the WSDL which is generated from an EJB by the SOAP dispatcher seems to be always document style which is not supported by ABAP on WebAS 6.20.

I believe the configuration of the generated WSDL can only be done through DataMarshalers and MarshalDescription.xml. But these do not seem to allow one to generate a RPC style webservice...

Is there another solution for this problem?