cancel
Showing results for 
Search instead for 
Did you mean: 

How to return table structures using web services

Former Member
0 Kudos

Dear All,

How to return table structures using web services?

I created a web service for Java and used it as a data connection in an offline interactive form .

How can I do it?

Thank You

Jiandong

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Jiandong,

To return table structure to the webservice, you should have your webservice parameter as tables(importing) and than you need to just drag and drop the (request) table into adobe form after you create data connection in adobe form for that webservice.

I think this will solve your purpose. All the thing is with the webservice, create your webservice with table into it.

Vishvesh

Edited by: Vishvesh Shukla on Jan 3, 2012 1:22 PM

Former Member
0 Kudos

Dear Vishvesh,

I think my webservice has a parameter as tables, but when I drag and drop the (request) table into adobe form like this: [demo|http://sapblog.org/demo/1.jpg]

Best Regards!

Jiandong

former_member389677
Active Participant
0 Kudos

Hi Jiandong,

I doesn't understand what is your exact requirement.

If you want to receive data from interactive form , you need to create a web service with import parameter. Add new data connection to the form for the web service . you will get a button to call web service. When you click the button the web service will be called. Before that fill the data for the importing parameter. To call a web service from a interactive form, it should be in at least local intranet.

Hopes this will helps you !

Regards

Shaira.

Former Member
0 Kudos

Dear Shaira,

I did it as you said.

1.Creating offline interactive forms.

2. Create web service which have a table as a request parameter

3 .Import web service as DataConnection.

4. Set the button re-merge click...

When I click the button , Web Services return table only see first row.

Can you give me any suggest?

Thank you!

Jiandong

former_member389677
Active Participant
0 Kudos

Hi Jiandong,

Please refer [|]

Regards,

Shaira.

Former Member
0 Kudos

Dear Shaira,

You mean I should use JavaScript or fm ?

Best Regards

Jiandong.