Uploaded image for project: 'Axis'
  1. Axis
  2. AXIS-1788

Interoperability issue with JBoss 4.0.1

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.2RC2
    • None
    • None
    • None

    Description

      I have a set of web services that I have been developing using Apache Axis 1.2 RC2 on the Java client and JBoss 4 on the server. They have been functioning fine under JBoss 4.0.0, but I am having trouble migrating them to Jboss 4.0.1. When I make a call to any of the web services I get a "java.lang.IllegalArgumentException: Namespace URI cannot be null". I have attached a debug level output of the pertinent protion of the log below.

      I posted a request for assistance on the JBoss forum. They acknowledge that JBoss is mishandling the Nullpointer exception, but they think the root cause is an Axis issue on the client.

      There is one line from the log that looks like it may indicate the cause, but I have insufficient experience with Web Services to be sure.

      [org.apache.axis.transport.http.AxisServlet]
      <soapenv:Envelope
      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <soapenv:Body>
      <publish xmlns="http://webservices.est.useme.etish.com">
      <in0 xmlns="">joel</in0>
      <in1 xmlns="">secret</in1>
      <in2 xmlns="">1</in2>
      <in3 xmlns="">6</in3>
      <in4 xmlns="">2</in4>
      </publish>
      </soapenv:Body>
      </soapenv:Envelope>

      It appears that all of the arguments being passed in have an xmlns="" attribute. Is this the culprit and if so how do I correct it?

      I have attached the relevant wsdl and the stacktrace. Please let me know if there is any other information that I can provide to help diagnose this.

      Attachments

        1. publisher.wsdl
          2 kB
          Joel Rosi-Schwartz
        2. stacktrace.txt
          40 kB
          Joel Rosi-Schwartz

        Activity

          People

            Unassigned Unassigned
            joelrs Joel Rosi-Schwartz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: