How to call wsdl from Sikuli

Asked by Charu

I want to send the captured data from screen to webservice for storing that in database using Sikuli.

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Eugene S (shragovich) said :
#1

Please describe what you want to do in simple steps

Revision history for this message
Charu (charu-pu-89) said :
#2

I want to capture the data from one application and send that data to the second application to store it.

So First I will capture the data from the GUI(eg.form) of first application with the help of sikuli script.
Now,
I want to send that data to the second application throuh webservice( which stores the data in second application).
So i would like to know how to call that webservice using Sikuli.

Revision history for this message
RaiMan (raimund-hocke) said :
#3

start abrowser
navigate to the link
wait for the page to come up
fill in what is needed

Revision history for this message
Charu (charu-pu-89) said :
#4

Thanks for the suggestion, but here i am not able to call webservice. I am using SOAP web services and not REST. REST we can call through browser but can not do same with SOAP. Is there any way i can integrate wsdl file through sikuli like SOAP UI tool?

Revision history for this message
RaiMan (raimund-hocke) said :
#5

you seem to need some soap client package in Java.
check the net.

Revision history for this message
Charu (charu-pu-89) said :
#6

Hi RaiMan,

Thanks for replying.

Is this possible or Can Sikuli itself provide me such component (in toolbox)
              -that allows me to browse the URL for webservice.
               -that make calls to user-specified Web services and one can use specific methods in the Web Service Description Language (WSDL).
              -can communicate with, post requests to, and read responses from dynamic Web services

Can you help with this problem?

Provide an answer of your own, or ask Charu for more information if necessary.

To post a message you must log in.