Menu

WSDL Creation

Help
2016-11-29
2016-12-01
  • Giovanni Di Orio

    Hi,

    I have developed my own device. I am actually using the DPWS Explorer for debugging and testing the device and I have noticed that it is capable to show WSDL of my device (automatically generated by JMEDS). Is it possible to get access to this WSDL from java code?

    BR,

    Giovanni

     
  • Chris

    Chris - 2016-11-29

    Hi Giovanni,
    you can use the device.getServices() method to get all services. After that, you can use service.getDescriptions() to get all WSDLs.

    Best regards,
    Chris

     
  • Giovanni Di Orio

    Thank you! I will use this method.

    Cheers,

    Giovanni

     

Log in to post a comment.