How to call a web service in my plugin?

Hi guys,
I have a c# based web service and want to use it in my code.
Actually i want to have a plugin which call that web service every time i
want and get some information from that web service.
Is it possible at all ?
I’m using VP 15.0 enterprise edition.
Thanks in advance .

That should definitely be possible. Don’t forget that a Visual Paradigm plugin has the entire Java runtime at its disposal. I just checked and VP 15.2 ships with Java SE 9, and according to the Java API docs it provides options to access webservices out of the box.

1 Like

Thank you
Yeah its possible.I made a simple SOAP web service with jax-ws Api and call it inside VP successfully

1 Like