[jboss-user] [JBossWS] - xml header omitted retrieving wsdl over jboss
AJanz
do-not-reply at jboss.com
Tue Jan 22 09:03:58 EST 2008
hi,
i published a web service on jboss. when i retrieve the wsdl over jboss the xml header is omitted.
e.g.
instead of
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<wsdl:definitions name="Service"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
...
using http://localhost:8080/Service/Service?WSDL
i get only
<wsdl:definitions name="Service"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
why?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122208#4122208
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122208
More information about the jboss-user
mailing list