cancel
Showing results for 
Search instead for 
Did you mean: 

Consume Portal created web service from ABAP

Former Member
0 Kudos

I've done an EJB in Developer Studio, generated a WebService in the same tools and deployed then in Application Server. After that, I run the WS Navigator. The webservice receives a string and returns a List (java.util.List) and is working fine.

This WebService needs to be consumed from ABAP (7.0).

I am geeting multiple options to download WSDL. Which on should I sennt to the ABAPER? Earlier on I send the Default->WSDL. But it is giving some garbage in the return type and the return data type is improperly apped as ANYTYPE rather than a sequence with string within.

2 questions:

Should I send the Default->Download SAP WSDL to the ABAPER?

Why is not ABAP recognising the return type properly? Is there any manual activity in changing the WSDL before sending it to the ABAPER?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Closing for other questions.