webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Xml Namespace

    Posted Wed June 01, 2011 05:15 PM

    Hi All,
    Is the xml request correct?
    [SIZE=1]

    <?xml version="1.0" encoding="UTF-8"?> 03 100001 000104637[/size] [SIZE=1] [/size]

    the xml namespace declared and with prefix “tns” for namespaces "http://www.XXXX.com". But those xml tag ( SourceID, MessageTpye…) are not belong to namespace "http://www.XXXX.com". correct me if i am wrong

    This client claimed that they are following the W3C standard in doing design. I am doubt of it as base on the example above, the xmlns should put it to default namespace right?

    If they defined as xmlns:tns=http://www.XXXX.com”, then they should passes in all xml tags with tns: prefix. ( tns:SourceID, tns:MessageType…) . correct me if I am wrong.


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 2.  RE: Xml Namespace