cancel
Showing results for 
Search instead for 
Did you mean: 

how to consume web service in interactive forms?

Former Member
0 Kudos

Does anyone knows how to consume the web services in Interactive forms?

Where my interactive forms is created using SAP Netweaver and my web services is created using myEclipse?

ur help wil be greatly appreciated...and i would not be stingy with the points i award..

thanks...

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,fenx

Create a new blank form.Switch to the Data view palette,right click on this and select New Data Connection.Select the WSDL file,enter for example this one:

http:/www.webservicex.com/TranslateService.asmx?WSDL

Select the topmost Translate option on the next screen and press finish.

Drug and drop required Data objects from Data View Palette onto your form.That's all.Call the webservice by pressing Translate button.

Regards,

Michael

Former Member
0 Kudos

Hi Michael...

Thanks for your reply..

It really helps me alot... But do you know what is the connection string used in myEclipse where my database server is in MS SQL Server 2005?

Once again...Thanks for your help..