[ 
http://issues.apache.org/jira/browse/MUSE-149?page=comments#action_12459631 ] 
            
Jose Antonio commented on MUSE-149:
-----------------------------------

Well, this seems to be happening not only with getCurrentMessage but with other 
operations too.
I have a factory service that returns an EndpointReference pointing to the new 
created resource. I have traced this:

Get the properties document from the factory service.

POST /FactoryService/services/Factory HTTP/1.1

Content-type: application/soap+xml

User-Agent: Java/1.5.0_06

Host: 127.0.0.1:8081

Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2

Connection: keep-alive

Content-Length: 952



<?xml version="1.0" encoding="UTF-8"?>
   <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope";>    
      <soap:Header>        
         <wsa:To 
xmlns:wsa="http://www.w3.org/2005/08/addressing";>http://localhost:8081/FactoryService/services/Factory</wsa:To>
        
         <wsa:Action 
xmlns:wsa="http://www.w3.org/2005/08/addressing";>http://docs.oasis-open.org/wsrf/rpw-2/GetResourcePropertyDocument/GetResourcePropertyDocumentRequest</wsa:Action>
        
         <wsa:MessageID 
xmlns:wsa="http://www.w3.org/2005/08/addressing";>uuid:44f5cdce-984e-c738-1e4d-05cafeb9901a</wsa:MessageID>
        
         <wsa:From xmlns:wsa="http://www.w3.org/2005/08/addressing";>            
            
<wsa:Address>http://www.w3.org/2005/08/addressing/role/anonymous</wsa:Address>  
      
         </wsa:From>    
      </soap:Header>    
      <soap:Body>        
         <pfx1:GetResourcePropertyDocument 
xmlns:pfx1="http://docs.oasis-open.org/wsrf/rp-2"/>    
      </soap:Body>
   </soap:Envelope>

And I get a response:

HTTP/1.1 200 OK

Server: Apache-Coyote/1.1

Set-Cookie: JSESSIONID=F6B7D61DDCB15794CFB766CB54F3C2F3; Path=/FactoryService

Content-Type: application/soap+xml;charset=UTF-8

Transfer-Encoding: chunked

Date: Tue, 19 Dec 2006 12:30:41 GMT



8df

<?xml version='1.0' encoding='UTF-8'?>
   <soapenv:Envelope xmlns:wsa="http://www.w3.org/2005/08/addressing"; 
xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope";>
      <soapenv:Header>
         <wsa:To>http://www.w3.org/2005/08/addressing/anonymous</wsa:To>
         <wsa:ReplyTo>
            <wsa:Address>http://www.w3.org/2005/08/addressing/none</wsa:Address>
         </wsa:ReplyTo>
         
<wsa:MessageID>urn:uuid:7DDD8CF3383DF6F103116653144166462</wsa:MessageID>
         
<wsa:Action>http://docs.oasis-open.org/wsrf/rpw-2/GetResourcePropertyDocument/GetResourcePropertyDocumentRequest</wsa:Action>
         <wsa:RelatesTo 
wsa:RelationshipType="http://www.w3.org/2005/08/addressing/reply";>uuid:44f5cdce-984e-c738-1e4d-05cafeb9901a</wsa:RelatesTo>
      </soapenv:Header>
      <soapenv:Body>
         <wsrf-rp:GetResourcePropertyDocumentResponse 
xmlns:tns="http://axis2.platform.core.muse.apache.org"; 
xmlns:wsrf-rp="http://docs.oasis-open.org/wsrf/rp-2";>    
            <tns:WsResourceProperties xmlns:tns="http://lsd.org/wsdm/Factory";>  
      
               <wsnt:FixedTopicSet 
xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2";>true</wsnt:FixedTopicSet>       
 
               
<wsrf-rp:QueryExpressionDialect>http://www.w3.org/TR/1999/REC-xpath-19991116</wsrf-rp:QueryExpressionDialect>
        
               <wsnt:TopicExpressionDialect 
xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2";>http://docs.oasis-open.org/wsn/t-1/TopicExpression/Concrete</wsnt:TopicExpressionDialect>
        
               <wsnt:TopicExpression 
xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2";>wsnt:FixedTopicSet</wsnt:TopicExpression>
        
               <wsnt:TopicExpression 
xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2";>wsrf-rp:QueryExpressionDialect</wsnt:TopicExpression>
        
               <wsnt:TopicExpression 
xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2";>wsnt:TopicExpressionDialect</wsnt:TopicExpression>
        
               <wsnt:TopicExpression 
xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2";>wsnt:TopicExpression</wsnt:TopicExpression>
        
               <wsnt:TopicExpression 
xmlns:wst="http://docs.oasis-open.org/wsn/t-1"; 
xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2";>wst:TopicSet</wsnt:TopicExpression>
        
               <wst:TopicSet 
xmlns:wst="http://docs.oasis-open.org/wsn/t-1";>Serialization of the 
wst:TopicSet property has not been implemented yet.</wst:TopicSet>    
            </tns:WsResourceProperties>
         </wsrf-rp:GetResourcePropertyDocumentResponse>
      </soapenv:Body>
   </soapenv:Envelope>0

Then I invoke the creation operation. 

POST /FactoryService/services/Factory HTTP/1.1

Content-type: application/soap+xml

User-Agent: Java/1.5.0_06

Host: localhost:8081

Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2

Connection: keep-alive

Content-Length: 1794




   <?xml version="1.0" encoding="UTF-8"?>
      <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope";>    
         <soap:Header>        
            <wsa:To 
xmlns:wsa="http://www.w3.org/2005/08/addressing";>http://localhost:8081/FactoryService/services/Factory</wsa:To>
        
            <wsa:Action 
xmlns:wsa="http://www.w3.org/2005/08/addressing";>http://lsd.org/wsdm/Factory/Create</wsa:Action>
        
            <wsa:MessageID 
xmlns:wsa="http://www.w3.org/2005/08/addressing";>uuid:dfd439b5-7997-ff10-af6e-d8845994fd85</wsa:MessageID>
        
            <wsa:From xmlns:wsa="http://www.w3.org/2005/08/addressing";>         
   
               
<wsa:Address>http://www.w3.org/2005/08/addressing/role/anonymous</wsa:Address>  
      
            </wsa:From>    
         </soap:Header>    
         <soap:Body>        
            <pfx3:Create xmlns:pfx3="http://lsd.org/wsdm/Factory";>            
               <HostCreation xmlns="http://lsd.org/wsdm/HostCreationSchema";>    
            
                  <HostLocation>                    
                     <wsa:Address 
xmlns:wsa="http://www.w3.org/2005/08/addressing";>http://localhost:8081/FactoryService/services/Factory</wsa:Address>
                
                  </HostLocation>                
               </HostCreation>            
               <HostCreation xmlns="http://lsd.org/wsdm/HostCreationSchema";>    
            
                  <HostLocation>                    
                     <wsa:Address 
xmlns:wsa="http://www.w3.org/2005/08/addressing";>http://server</wsa:Address>    
            
                  </HostLocation>                
                  <ScriptLocation>file:///path/to/script</ScriptLocation>       
     
               </HostCreation>        
            </pfx3:Create>    
         </soap:Body>
      </soap:Envelope>

And it returns an endpoint:

HTTP/1.1 200 OK

Server: Apache-Coyote/1.1

Set-Cookie: JSESSIONID=E55755EC2101D0A82DE650821F7920A5; Path=/FactoryService

Content-Type: application/soap+xml;charset=UTF-8

Transfer-Encoding: chunked

Date: Tue, 19 Dec 2006 12:30:41 GMT



475


   <?xml version='1.0' encoding='UTF-8'?>
      <soapenv:Envelope xmlns:wsa="http://www.w3.org/2005/08/addressing"; 
xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope";>
         <soapenv:Header>
            <wsa:To>http://www.w3.org/2005/08/addressing/anonymous</wsa:To>
            <wsa:ReplyTo>
               
<wsa:Address>http://www.w3.org/2005/08/addressing/none</wsa:Address>
            </wsa:ReplyTo>
            
<wsa:MessageID>urn:uuid:7DDD8CF3383DF6F103116653144189664</wsa:MessageID>
            <wsa:Action>http://lsd.org/wsdm/Factory/Create</wsa:Action>
            <wsa:RelatesTo 
wsa:RelationshipType="http://www.w3.org/2005/08/addressing/reply";>uuid:dfd439b5-7997-ff10-af6e-d8845994fd85</wsa:RelatesTo>
         </soapenv:Header>
         <soapenv:Body>
            <muse-op:CreateResponse 
xmlns:tns="http://axis2.platform.core.muse.apache.org"; 
xmlns:muse-op="http://lsd.org/wsdm/Factory";>    
               
<wsa:Address>http://127.0.0.1:8081/FactoryService/services/Creation</wsa:Address>
    
               <wsa:ReferenceParameters>        
                  <muse-wsa:ResourceId 
xmlns:muse-wsa="http://ws.apache.org/muse/addressing";>MuseResource-5</muse-wsa:ResourceId>
    
               </wsa:ReferenceParameters>
            </muse-op:CreateResponse>
         </soapenv:Body>
      </soapenv:Envelope>
0


Using that same returned endpoint, I try to get the same properties as the 
first request:

POST /FactoryService/services/Creation HTTP/1.1

Content-type: application/soap+xml

User-Agent: Java/1.5.0_06

Host: 127.0.0.1:8081

Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2

Connection: keep-alive

Content-Length: 1155



<?xml version="1.0" encoding="UTF-8"?>
   <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope";>    
      <soap:Header>        
         <wsa:To 
xmlns:wsa="http://www.w3.org/2005/08/addressing";>http://127.0.0.1:8081/FactoryService/services/Creation</wsa:To>
        
         <wsa:Action 
xmlns:wsa="http://www.w3.org/2005/08/addressing";>http://docs.oasis-open.org/wsrf/rpw-2/GetResourcePropertyDocument/GetResourcePropertyDocumentRequest</wsa:Action>
        
         <wsa:MessageID 
xmlns:wsa="http://www.w3.org/2005/08/addressing";>uuid:0a3f6baf-4bd2-af26-7d51-e2a20ceaac76</wsa:MessageID>
        
         <wsa:From xmlns:wsa="http://www.w3.org/2005/08/addressing";>            
            
<wsa:Address>http://www.w3.org/2005/08/addressing/role/anonymous</wsa:Address>  
      
         </wsa:From>        
         <muse-wsa:ResourceId            
xmlns:wsa="http://www.w3.org/2005/08/addressing";            
wsa:IsReferenceParameter="true" 
xmlns:muse-wsa="http://ws.apache.org/muse/addressing";>MuseResource-5</muse-wsa:ResourceId>
    
      </soap:Header>    
      <soap:Body>        
         <pfx2:GetResourcePropertyDocument 
xmlns:pfx2="http://docs.oasis-open.org/wsrf/rp-2"/>    
      </soap:Body>
   </soap:Envelope>


But instead I get the same strange error:

HTTP/1.1 500 Error Interno del Servidor

Server: Apache-Coyote/1.1

Set-Cookie: JSESSIONID=1AB5D6F02930FA35A89036EB587F51F1; Path=/FactoryService

Content-Type: application/soap+xml;charset=UTF-8

Transfer-Encoding: chunked

Date: Tue, 19 Dec 2006 12:30:41 GMT

Connection: close



41d

<?xml version='1.0' encoding='UTF-8'?>
   <soapenv:Envelope xmlns:wsa="http://www.w3.org/2005/08/addressing"; 
xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope";>
      <soapenv:Header>
         <wsa:To>http://www.w3.org/2005/08/addressing/anonymous</wsa:To>
         <wsa:ReplyTo>
            <wsa:Address>http://www.w3.org/2005/08/addressing/none</wsa:Address>
         </wsa:ReplyTo>
         
<wsa:MessageID>urn:uuid:7DDD8CF3383DF6F103116653144213467</wsa:MessageID>
         
<wsa:Action>http://www.w3.org/2005/08/addressing/soap/fault</wsa:Action>
         <wsa:RelatesTo 
wsa:RelationshipType="http://www.w3.org/2005/08/addressing/reply";>uuid:0a3f6baf-4bd2-af26-7d51-e2a20ceaac76</wsa:RelatesTo>
      </soapenv:Header>
      <soapenv:Body>
         <soapenv:Fault>
            <soapenv:Code>
               <soapenv:Value>soapenv:Sender</soapenv:Value>
            </soapenv:Code>
            <soapenv:Reason>
               <soapenv:Text 
xml:lang="en-US">com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected 
character '=' (code 61) (expected a name start character) at [row,col 
{unknown-source}]: [4,73]</soapenv:Text>
            </soapenv:Reason>
            <soapenv:Detail></soapenv:Detail>
         </soapenv:Fault>
      </soapenv:Body>
   </soapenv:Envelope>0

Also, in the muse log (muse.log), the request gets registered:

FINA: [SERVER TRACE] SOAP envelope contents (incoming):

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"; 
xmlns:soap="http://www.w3.org/2003/05/soap-envelope";>
    <soap:Header>
        <wsa:To xmlns:wsa="http://www.w3.org/2005/08/addressing"; 
xmlns:wsa="http://www.w3.org/2005/08/addressing";>http://127.0.0.1:8081/FactoryService/services/Creation</wsa:To>
        <wsa:Action xmlns:wsa="http://www.w3.org/2005/08/addressing"; 
xmlns:wsa="http://www.w3.org/2005/08/addressing";>http://docs.oasis-open.org/wsrf/rpw-2/GetResourcePropertyDocument/GetResourcePropertyDocumentRequest</wsa:Action>
        <wsa:MessageID xmlns:wsa="http://www.w3.org/2005/08/addressing"; 
xmlns:wsa="http://www.w3.org/2005/08/addressing";>uuid:0a3f6baf-4bd2-af26-7d51-e2a20ceaac76</wsa:MessageID>
        <wsa:From xmlns:wsa="http://www.w3.org/2005/08/addressing"; 
xmlns:wsa="http://www.w3.org/2005/08/addressing";>
            
<wsa:Address>http://www.w3.org/2005/08/addressing/role/anonymous</wsa:Address>
        </wsa:From>
        <muse-wsa:ResourceId
            xmlns:muse-wsa="http://ws.apache.org/muse/addressing";
            xmlns:NS1="http://www.w3.org/2005/08/addressing";
            NS1:IsReferenceParameter="true"
            xmlns:muse-wsa="http://ws.apache.org/muse/addressing"; 
xmlns:wsa="http://www.w3.org/2005/08/addressing";>MuseResource-5</muse-wsa:ResourceId>
    </soap:Header>
    <soap:Body>
        <pfx2:GetResourcePropertyDocument
            xmlns:pfx2="http://docs.oasis-open.org/wsrf/rp-2"; 
xmlns:pfx2="http://docs.oasis-open.org/wsrf/rp-2"/>
    </soap:Body>
</soap:Envelope>


But that is the last thing that gets written to the log. Maybe can it be a 
problem returning the SOAP response?
Also, playing with SoapUI I've found that it fails with a wsa:ActionMissmatch 
if I send an action in this way:

<wsa:Action xmlns:wsa="http://www.w3.org/2005/08/addressing";>
  
http://docs.oasis-open.org/wsrf/rpw-2/GetResourcePropertyDocument/GetResourcePropertyDocumentRequest
</wsa:Action>

but not when sending it as:
<wsa:Action 
xmlns:wsa="http://www.w3.org/2005/08/addressing";>http://docs.oasis-open.org/wsrf/rpw-2/GetResourcePropertyDocument/GetResourcePropertyDocumentRequest</wsa:Action>

So maybe white spaces (and maybe tabs) are important for that parser. Anyway, 
sending it with soapui 1.6 removing the extra white spaces:

<?xml version="1.0" encoding="UTF-8"?>
   <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope";>    
      <soap:Header>        
         <wsa:To 
xmlns:wsa="http://www.w3.org/2005/08/addressing";>http://127.0.0.1:8081/FactoryService/services/Creation</wsa:To>
        
         <wsa:Action 
xmlns:wsa="http://www.w3.org/2005/08/addressing";>http://docs.oasis-open.org/wsrf/rpw-2/GetResourcePropertyDocument/GetResourcePropertyDocumentRequest</wsa:Action>
        
         <wsa:MessageID 
xmlns:wsa="http://www.w3.org/2005/08/addressing";>uuid:0a3f6baf-4bd2-af26-7d51-e2a20ceaac76</wsa:MessageID>
        
         <wsa:From xmlns:wsa="http://www.w3.org/2005/08/addressing";>            
            
<wsa:Address>http://www.w3.org/2005/08/addressing/role/anonymous</wsa:Address>  
      
         </wsa:From>        
         <muse-wsa:ResourceId xmlns:wsa="http://www.w3.org/2005/08/addressing"; 
wsa:IsReferenceParameter="true" 
xmlns:muse-wsa="http://ws.apache.org/muse/addressing";>MuseResource-5</muse-wsa:ResourceId>
    
      </soap:Header>    
      <soap:Body>        
         <pfx2:GetResourcePropertyDocument 
xmlns:pfx2="http://docs.oasis-open.org/wsrf/rp-2"/>    
      </soap:Body>
   </soap:Envelope>

I get the same 

<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"; 
xmlns:wsa="http://www.w3.org/2005/08/addressing";>
   <soapenv:Header>
      <wsa:To>http://www.w3.org/2005/08/addressing/anonymous</wsa:To>
      <wsa:ReplyTo>
         <wsa:Address>http://www.w3.org/2005/08/addressing/none</wsa:Address>
      </wsa:ReplyTo>
      <wsa:MessageID>urn:uuid:7DDD8CF3383DF6F103116653331205275</wsa:MessageID>
      <wsa:Action>http://www.w3.org/2005/08/addressing/soap/fault</wsa:Action>
      <wsa:RelatesTo 
wsa:RelationshipType="http://www.w3.org/2005/08/addressing/reply";>uuid:0a3f6baf-4bd2-af26-7d51-e2a20ceaac76</wsa:RelatesTo>
   </soapenv:Header>
   <soapenv:Body>
      <soapenv:Fault>
         <soapenv:Code>
            <soapenv:Value>soapenv:Sender</soapenv:Value>
         </soapenv:Code>
         <soapenv:Reason>
            <soapenv:Text 
xml:lang="en-US">com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected 
character '=' (code 61) (expected a name start character)
 at [row,col {unknown-source}]: [4,73]</soapenv:Text>
         </soapenv:Reason>
         <soapenv:Detail/>
      </soapenv:Fault>
   </soapenv:Body>
</soapenv:Envelope>

> Error 500 getting the current message
> -------------------------------------
>
>                 Key: MUSE-149
>                 URL: http://issues.apache.org/jira/browse/MUSE-149
>             Project: Muse
>          Issue Type: Bug
>          Components: WSN NotificationProducer
>    Affects Versions: 2.0.0, 2.1.0
>         Environment: Apache Tomcat 5.5 in a Ubuntu 6.06 box. JDK 1.5 from Sun 
> Microsystems
>            Reporter: Jose Antonio
>         Assigned To: Dan Jemiolo
>             Fix For: 2.2.0
>
>         Attachments: catalina.out, muse.log, notification.txt, 
> NotificationServiceTest.zip, NotificationTest.java, request1.txt, 
> request2.txt, request3.txt
>
>
> When calling to getCurrentMessage from a Notification client, I get an error 
> 500. It's the only operation that generates this kind of error as I can 
> subscribe to a topic and notifications are generated when needed, but that 
> operation is generating an error before it reaches Muse.
> Attached are some files that could be used to reproduce it. This is the SOAP 
> messages that gets exchanged when running the test:
> [CLIENT TRACE] SOAP envelope contents (outgoing):
> <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope";>
>     <soap:Header>
>         <wsa:To 
> xmlns:wsa="http://www.w3.org/2005/08/addressing";>http://localhost:8080/NotificationServiceTest/services/WsResource</wsa:To>
>         <wsa:Action 
> xmlns:wsa="http://www.w3.org/2005/08/addressing";>http://docs.oasis-open.org/wsn/bw-2/NotificationProducer/SubscribeRequest</wsa:Action>
>         <wsa:MessageID 
> xmlns:wsa="http://www.w3.org/2005/08/addressing";>uuid:2806625d-4a8d-dcfe-90a6-1c826dc07912</wsa:MessageID>
>         <wsa:From xmlns:wsa="http://www.w3.org/2005/08/addressing";>
>             
> <wsa:Address>http://www.w3.org/2005/08/addressing/role/anonymous</wsa:Address>
>         </wsa:From>
>     </soap:Header>
>     <soap:Body>
>         <wsnt:Subscribe xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2";>
>             <wsnt:ConsumerReference>
>                 <wsa:Address 
> xmlns:wsa="http://www.w3.org/2005/08/addressing";>http://localhost:8080/FicticiousService/services/WsResource</wsa:Address>
>             </wsnt:ConsumerReference>
>         </wsnt:Subscribe>
>     </soap:Body>
> </soap:Envelope>
> [CLIENT TRACE] SOAP envelope contents (incoming):
> <soapenv:Envelope
>     xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"; 
> xmlns:wsa="http://www.w3.org/2005/08/addressing";>
>     <soapenv:Header>
>         <wsa:To>http://www.w3.org/2005/08/addressing/anonymous</wsa:To>
>         <wsa:ReplyTo>
>             
> <wsa:Address>http://www.w3.org/2005/08/addressing/none</wsa:Address>
>         </wsa:ReplyTo>
>         
> <wsa:MessageID>urn:uuid:F9202DB4CDDD77D74E11641126874342</wsa:MessageID>
>         
> <wsa:Action>http://docs.oasis-open.org/wsn/bw-2/NotificationProducer/SubscribeRequest</wsa:Action>
>         <wsa:RelatesTo 
> wsa:RelationshipType="http://www.w3.org/2005/08/addressing/reply";>uuid:2806625d-4a8d-dcfe-90a6-1c826dc07912</wsa:RelatesTo>
>     </soapenv:Header>
>     <soapenv:Body>
>         <wsnt:SubscribeResponse xmlns:tns="http://ws.apache.org/axis2"; 
> xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2";>
>             <wsnt:SubscriptionReference>
>                 
> <wsa:Address>http://127.0.0.1:8080/NotificationServiceTest/services/SubscriptionManager</wsa:Address>
>                 <wsa:ReferenceParameters>
>                     <muse-wsa:ResourceId 
> xmlns:muse-wsa="http://ws.apache.org/muse/addressing";>MuseResource-1</muse-wsa:ResourceId>
>                 </wsa:ReferenceParameters>
>             </wsnt:SubscriptionReference>
>             <wsnt:CurrentTime>2006-11-21T13:38:12+01:00</wsnt:CurrentTime>
>         </wsnt:SubscribeResponse>
>     </soapenv:Body>
> </soapenv:Envelope>
> [CLIENT TRACE] SOAP envelope contents (outgoing):
> <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope";>
>     <soap:Header>
>         <wsa:To 
> xmlns:wsa="http://www.w3.org/2005/08/addressing";>http://localhost:8080/NotificationServiceTest/services/WsResource</wsa:To>
>         <wsa:Action 
> xmlns:wsa="http://www.w3.org/2005/08/addressing";>http://ws.apache.org/muse/test/wsrf/GenerateNotificationRequest</wsa:Action>
>         <wsa:MessageID 
> xmlns:wsa="http://www.w3.org/2005/08/addressing";>uuid:20380101-53f5-c614-4cd1-d21e29f3989a</wsa:MessageID>
>         <wsa:From xmlns:wsa="http://www.w3.org/2005/08/addressing";>
>             
> <wsa:Address>http://www.w3.org/2005/08/addressing/role/anonymous</wsa:Address>
>         </wsa:From>
>     </soap:Header>
>     <soap:Body>
>         <pfx0:GenerateNotification 
> xmlns:pfx0="http://ws.apache.org/muse/test/wsrf";>
>             <pfx0:NotificationText>This is a notification that must be 
> delivered</pfx0:NotificationText>
>         </pfx0:GenerateNotification>
>     </soap:Body>
> </soap:Envelope>
> [CLIENT TRACE] SOAP envelope contents (incoming):
> <soapenv:Envelope
>     xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"; 
> xmlns:wsa="http://www.w3.org/2005/08/addressing";>
>     <soapenv:Header>
>         <wsa:To>http://www.w3.org/2005/08/addressing/anonymous</wsa:To>
>         <wsa:ReplyTo>
>             
> <wsa:Address>http://www.w3.org/2005/08/addressing/none</wsa:Address>
>         </wsa:ReplyTo>
>         
> <wsa:MessageID>urn:uuid:F9202DB4CDDD77D74E11641126939044</wsa:MessageID>
>         
> <wsa:Action>http://ws.apache.org/muse/test/wsrf/GenerateNotificationRequest</wsa:Action>
>         <wsa:RelatesTo 
> wsa:RelationshipType="http://www.w3.org/2005/08/addressing/reply";>uuid:20380101-53f5-c614-4cd1-d21e29f3989a</wsa:RelatesTo>
>     </soapenv:Header>
>     <soapenv:Body>
>         <muse-op:GenerateNotificationResponse
>             xmlns:muse-op="http://ws.apache.org/muse/test/wsrf"; 
> xmlns:tns="http://ws.apache.org/axis2"/>
>     </soapenv:Body>
> </soapenv:Envelope>
> [CLIENT TRACE] SOAP envelope contents (outgoing):
> <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope";>
>     <soap:Header>
>         <wsa:To 
> xmlns:wsa="http://www.w3.org/2005/08/addressing";>http://localhost:8080/NotificationServiceTest/services/WsResource</wsa:To>
>         <wsa:Action 
> xmlns:wsa="http://www.w3.org/2005/08/addressing";>http://docs.oasis-open.org/wsn/bw-2/NotificationProducer/GetCurrentMessageRequest</wsa:Action>
>         <wsa:MessageID 
> xmlns:wsa="http://www.w3.org/2005/08/addressing";>uuid:19f3dd63-a3bc-09c1-00d2-bcf64dea0dab</wsa:MessageID>
>         <wsa:From xmlns:wsa="http://www.w3.org/2005/08/addressing";>
>             
> <wsa:Address>http://www.w3.org/2005/08/addressing/role/anonymous</wsa:Address>
>         </wsa:From>
>     </soap:Header>
>     <soap:Body>
>         <wsnt:GetCurrentMessage
>             xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2"; 
> xmlns:="http://ws.apache.org/muse/test/wsrf";>Notification</wsnt:GetCurrentMessage>
>     </soap:Body>
> </soap:Envelope>
> org.apache.muse.ws.addressing.soap.SoapFault: Server returned HTTP response 
> code: 500 for URL: 
> http://localhost:8080/NotificationServiceTest/services/WsResource
>       at 
> org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceClient.java:254)
>       at 
> org.apache.muse.ws.notification.remote.NotificationProducerClient.getCurrentMessage(NotificationProducerClient.java:80)
>       at 
> org.apache.ws.muse.test.wsrf.NotificationTest.main(NotificationTest.java:32)

-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to