Thursday, November 28, 2013

Get WSDL service address with WSDL4J

Just a short code snippet to show how one may access service, port, address elements from a WSDL definition by using WSDL4J.






4 comments:

  1. What's the meaning behind publishing source codes AS IMAGES?...

    ReplyDelete
  2. Nothing other than easiness :) I understand the issue..

    ReplyDelete
  3. I think You should check instance of interface neither implementations. i.e.
    if (exElement instanceof SOAPAddress)

    ReplyDelete