Hi, On Wed, 9 Mar 2005 14:42:32 -0600 Ming-Fang Wang wrote the following (Subject: JaxrProblem 3)
"I finally figured out what is the problem when running my program using Jaxr from Sun Micro to access JUDDI, built on 03/08/2005. The issue is white spaces. It seems that the Sun Micro Jaxr implementation is very strict. Even extra white spaces can cause the unmarshal exception." Was any resolution reached on this? I am having the same problem with JUDDI 0.9rc4. However, it may in fact be a slightly different problem. My authtoken response (ignoring the HTTP header) looks like: 1ad <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <authToken generic="2.0" operator="jUDDI.org" xmlns="urn:uddi-org:api_v2"> <authInfo>authToken:2290FD60-F7BC-11D9-B36D-FC099A047F64</authInfo> </authToken> </soapenv:Body> </soapenv:Envelope> 0 The 1ad and 0 around the XML response seem spurious to me (and they consistently appear in every reponse) . Are these giving the JAXR unmarshaller a problem? Are they supposed to be there? Glen.
