ok .i got one difference

when i retrieve the wsdl over jboss the xml header is ommited.

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/";

...

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=4122203#4122203

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122203
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to