The colon in the line below <DuplicateSearch> makes the XML ill-formed
according to the Namespaces spec.  You cannot have prefix:local-name
where local-name is empty, because the empty string is not an NCName.

Jeff

On 5/3/06, Briseno, David <[EMAIL PROTECTED]> wrote:




A SOAP request is built in a java api which contains this information prior to 
the Send method being called



Wed May 03 15:28:23 CDT 2006 Tag: xmlns

Wed May 03 15:28:23 CDT 2006 Name: xmlns

Wed May 03 15:28:23 CDT 2006 NS URI:

Wed May 03 15:28:23 CDT 2006 Prefix:

Wed May 03 15:28:23 CDT 2006 Node Value: http://bsgdal.com/vector/research/

Wed May 03 15:28:23 CDT 2006 Tag: xmlns:xsi

Wed May 03 15:28:23 CDT 2006 Name: xsi

Wed May 03 15:28:23 CDT 2006 NS URI: http://www.w3.org/2000/xmlns/

Wed May 03 15:28:23 CDT 2006 Prefix: xmlns

Wed May 03 15:28:23 CDT 2006 Node Value: 
http://www.w3.org/2001/XMLSchema-instance



During the Post the message request has extra xmlns attributes added to the 
Body:






Reply via email to