You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by "Konrad K (JIRA)" <ji...@apache.org> on 2010/01/21 17:23:54 UTC

[jira] Updated: (MUSE-306) NotificationConsumerClient - Default Namespace causes bug ....

     [ https://issues.apache.org/jira/browse/MUSE-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konrad K updated MUSE-306:
--------------------------

    Description: 
notice the wrong colon
<wsnt:NotificationMessage
                xmlns:="http://sap.com/crnce/wasp/eic"



POST / HTTP/1.1
Content-type: application/soap+xml
User-Agent: Java/1.5.0_14
Host: 127.0.0.1:9999
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Connection: keep-alive
Content-Length: 6268

<?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://NCED60128039A:9999/</wsa:To>
        <wsa:Action xmlns:wsa="http://www.w3.org/2005/08/addressing">http://docs.oasis-open.org/wsn/bw-2/NotificationConsumer/NotifyRequest</wsa:Action>
        <wsa:MessageID xmlns:wsa="http://www.w3.org/2005/08/addressing">uuid:a46b92b4-1821-966f-c5e3-097073e2f25c</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:Notify xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2">
            <wsnt:NotificationMessage
                xmlns:="http://sap.com/crnce/wasp/eic"
                xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2">
                <wsnt:SubscriptionReference>
                    <wsa:Address xmlns:wsa="http://www.w3.org/2005/08/addressing">http://nced60128039a.dhcp.ncel.sap.corp:50000/SubscriptionManagerService/SubscriptionManagerPortTypeImplBean</wsa:Address>
                    <wsa:ReferenceParameters xmlns:wsa="http://www.w3.org/2005/08/addressing">
                        <SubscriptionId xmlns="http://sap.com/crnce/wasp/eic/nb">4</SubscriptionId>
                    </wsa:ReferenceParameters>
                </wsnt:SubscriptionReference>
                <wsnt:Topic
                    Dialect="http://docs.oasis-open.org/wsn/t-1/TopicExpression/Concrete" xmlns:root="http://sap.com/crnce/wasp/eic/soapUI/GenericConnectorTestSuite/Inform">root:Topic/SubTopic/SubSubTopic</wsnt:Topic>
                <wsnt:ProducerReference>
                    <wsa:Address xmlns:wsa="http://www.w3.org/2005/08/addressing">http://www.w3.org/2005/08/addressing/role/anonymous</wsa:Address>
                </wsnt:ProducerReference>
                <wsnt:Message>
                    <Message
                        EicTimestamp="2010-01-21T17:15:10.711+01:00" xmlns="http://sap.com/crnce/wasp/eic">
                        ....                    </Message>
                </wsnt:Message>
            </wsnt:NotificationMessage>
        </wsnt:Notify>
    </soap:Body>
</soap:Envelope>


  was:
notice the wrong double point

<wsnt:NotificationMessage
                xmlns:="http://sap.com/crnce/wasp/eic"



POST / HTTP/1.1
Content-type: application/soap+xml
User-Agent: Java/1.5.0_14
Host: 127.0.0.1:9999
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Connection: keep-alive
Content-Length: 6268

<?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://NCED60128039A:9999/</wsa:To>
        <wsa:Action xmlns:wsa="http://www.w3.org/2005/08/addressing">http://docs.oasis-open.org/wsn/bw-2/NotificationConsumer/NotifyRequest</wsa:Action>
        <wsa:MessageID xmlns:wsa="http://www.w3.org/2005/08/addressing">uuid:a46b92b4-1821-966f-c5e3-097073e2f25c</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:Notify xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2">
            <wsnt:NotificationMessage
                xmlns:="http://sap.com/crnce/wasp/eic"
                xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2">
                <wsnt:SubscriptionReference>
                    <wsa:Address xmlns:wsa="http://www.w3.org/2005/08/addressing">http://nced60128039a.dhcp.ncel.sap.corp:50000/SubscriptionManagerService/SubscriptionManagerPortTypeImplBean</wsa:Address>
                    <wsa:ReferenceParameters xmlns:wsa="http://www.w3.org/2005/08/addressing">
                        <SubscriptionId xmlns="http://sap.com/crnce/wasp/eic/nb">4</SubscriptionId>
                    </wsa:ReferenceParameters>
                </wsnt:SubscriptionReference>
                <wsnt:Topic
                    Dialect="http://docs.oasis-open.org/wsn/t-1/TopicExpression/Concrete" xmlns:root="http://sap.com/crnce/wasp/eic/soapUI/GenericConnectorTestSuite/Inform">root:Topic/SubTopic/SubSubTopic</wsnt:Topic>
                <wsnt:ProducerReference>
                    <wsa:Address xmlns:wsa="http://www.w3.org/2005/08/addressing">http://www.w3.org/2005/08/addressing/role/anonymous</wsa:Address>
                </wsnt:ProducerReference>
                <wsnt:Message>
                    <Message
                        EicTimestamp="2010-01-21T17:15:10.711+01:00" xmlns="http://sap.com/crnce/wasp/eic">
                        ....                    </Message>
                </wsnt:Message>
            </wsnt:NotificationMessage>
        </wsnt:Notify>
    </soap:Body>
</soap:Envelope>



> NotificationConsumerClient - Default Namespace causes bug ....
> --------------------------------------------------------------
>
>                 Key: MUSE-306
>                 URL: https://issues.apache.org/jira/browse/MUSE-306
>             Project: Muse
>          Issue Type: Bug
>          Components: WSN NotificationConsumer
>            Reporter: Konrad K
>            Assignee: Dan Jemiolo
>
> notice the wrong colon
> <wsnt:NotificationMessage
>                 xmlns:="http://sap.com/crnce/wasp/eic"
> POST / HTTP/1.1
> Content-type: application/soap+xml
> User-Agent: Java/1.5.0_14
> Host: 127.0.0.1:9999
> Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
> Connection: keep-alive
> Content-Length: 6268
> <?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://NCED60128039A:9999/</wsa:To>
>         <wsa:Action xmlns:wsa="http://www.w3.org/2005/08/addressing">http://docs.oasis-open.org/wsn/bw-2/NotificationConsumer/NotifyRequest</wsa:Action>
>         <wsa:MessageID xmlns:wsa="http://www.w3.org/2005/08/addressing">uuid:a46b92b4-1821-966f-c5e3-097073e2f25c</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:Notify xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2">
>             <wsnt:NotificationMessage
>                 xmlns:="http://sap.com/crnce/wasp/eic"
>                 xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2">
>                 <wsnt:SubscriptionReference>
>                     <wsa:Address xmlns:wsa="http://www.w3.org/2005/08/addressing">http://nced60128039a.dhcp.ncel.sap.corp:50000/SubscriptionManagerService/SubscriptionManagerPortTypeImplBean</wsa:Address>
>                     <wsa:ReferenceParameters xmlns:wsa="http://www.w3.org/2005/08/addressing">
>                         <SubscriptionId xmlns="http://sap.com/crnce/wasp/eic/nb">4</SubscriptionId>
>                     </wsa:ReferenceParameters>
>                 </wsnt:SubscriptionReference>
>                 <wsnt:Topic
>                     Dialect="http://docs.oasis-open.org/wsn/t-1/TopicExpression/Concrete" xmlns:root="http://sap.com/crnce/wasp/eic/soapUI/GenericConnectorTestSuite/Inform">root:Topic/SubTopic/SubSubTopic</wsnt:Topic>
>                 <wsnt:ProducerReference>
>                     <wsa:Address xmlns:wsa="http://www.w3.org/2005/08/addressing">http://www.w3.org/2005/08/addressing/role/anonymous</wsa:Address>
>                 </wsnt:ProducerReference>
>                 <wsnt:Message>
>                     <Message
>                         EicTimestamp="2010-01-21T17:15:10.711+01:00" xmlns="http://sap.com/crnce/wasp/eic">
>                         ....                    </Message>
>                 </wsnt:Message>
>             </wsnt:NotificationMessage>
>         </wsnt:Notify>
>     </soap:Body>
> </soap:Envelope>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org