You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Daniel Müller (JIRA)" <ax...@ws.apache.org> on 2005/11/30 18:16:31 UTC

[jira] Created: (AXIS-2322) Problems with the fromJava.Emitter

Problems with the fromJava.Emitter
----------------------------------

         Key: AXIS-2322
         URL: http://issues.apache.org/jira/browse/AXIS-2322
     Project: Apache Axis
        Type: Bug
  Components: Deployment / Registries  
    Versions: 1.3    
 Environment: Plattform independent
    Reporter: Daniel Müller
    Priority: Minor


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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira