Default name space ignore by Servicemix
---------------------------------------

                 Key: SM-1269
                 URL: https://issues.apache.org/activemq/browse/SM-1269
             Project: ServiceMix
          Issue Type: Bug
    Affects Versions: 3.2.1
         Environment: Linux
            Reporter: Vandeloise


Hi 

I'm testing the Servicemix WSNotification (CreatePullPoint) using the SOAPUI 
tool. 

I use the two following SOAP messages in order to perform the "CreatePullPoint" 
operation. 
The following message 1) is working well while message 2) does'nt. 

1)   <soapenv:Envelope xmlns:soapenv="http://schema.xmlsoap.org/soap/envelope";>
         <soapenv:Header /> 
         <soapenv:Body> 
            <b:CreatePullPoint   xmlns:b="http://docs.oasis-open.org/wsn/b-2"; 
/> 
         </soapenv:Body> 
      </soapenv:Envelope> 

2)   <soapenv:Envelope xmlns:soapenv="http://schema.xmlsoap.org/soap/envelope";>
        <soapenv:Header /> 
        <soapenv:Body> 
          <CreatePullPoint  xmlns="http://docs.oasis-open.org/wsn/b-2"; /> 
        </soapenv:Body> 
      </soapenv:Envelope> 

Can anybody explain me why Servicemix seems to not understand message 2) (error 
"HTTP/1.1 500  javalangNullPointerException" is returned) ? 

Thanks in advance 


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to