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

Problems with the fromJava.Emitter

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.3
    • None
    • None
    • Plattform independent

    Description

      We have a setup where a webservice is invoked from an Oracle BPEL server. Strangely the invocation failed, if the WSDL was not requested before the BPEL server made it's call. The BPEL server does not necessarily request the WSDL because it can be cached. I have tracked the problem to a typo in the WSDD file for the service, where I used 'name="<name>"' instead of 'qname="<ns>:<name>"' for the parameter of the operation. The namespace was defined as default namespace, so it was probably correct, but certainly not nice.

      Now the fromJava.Emitter does correct this misconfiguration on lines 1917-1926, where it checks if the namespace is empty and sets it to the correct value. I don't know if this is intended and it only surfaced with a misconfiguration, but changing the internal Configuration of a service when a certain URL is invoked does look dubious to me.

      Dan

      Attachments

        Activity

          People

            Unassigned Unassigned
            heron Daniel Müller
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: