[jboss-user] [JBoss Web Services] - Re: How to check SOAP Version and WSDL Version?

spyhunter99 do-not-reply at jboss.com
Thu Mar 15 14:48:25 EDT 2012


spyhunter99 [https://community.jboss.org/people/spyhunter99] created the discussion

"Re: How to check SOAP Version and WSDL Version?"

To view the discussion, visit: https://community.jboss.org/message/724120#724120

--------------------------------------------------------------
you can either check the wsdl you started with, if wsdl first, or check the wsdl via your browser at  http://localhost:8080/urltoyourservice?wsdl http://localhost:8080/urltoyourservice?wsdl

what you're looking for is the namespace used for either SOAP or WSDL or SOAP Envelope
if it starts with
 http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/  = SOAP 1.1

 http://www.w3.org/ http://www.w3.org/ =  SOAP 1.2/20
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/724120#724120]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120315/b53862a4/attachment.html 


More information about the jboss-user mailing list