0 Replies Latest reply on Jan 22, 2008 9:03 AM by ajanz

    xml header omitted retrieving wsdl over jboss

    ajanz

      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?