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”
         xmlns:b=”http://docs.oasis-open.org/wsn/b-2”
         <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”
        xmlns:b=”http://docs.oasis-open.org/wsn/b-2”
        <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

Yvdl
 


-- 
View this message in context: 
http://www.nabble.com/Default-namespace-not-understood-by-servicemix-tp15950848s12049p15950848.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to