The following xml gives me parsing errors in .Net and SoapUI. The xml was generated with Spring WS RC-1. The error disappears when you remove everything after and including the '=' on line 4. It seems that the '="http://someurl.com/schemas"' might be an orphaned fragment maybe needing some preceding expression?
Please let me know if you need more informationCode:<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header/> <soapenv:Body> <sch:FindAllWarnedRemovalsResponse ="http://someurl.com/schemas" xmlns:sch="http://someurl.com/schemas"> <sch:WarnedRemovalelement> ......... </sch:WarnedRemovalelement> </sch:FindAllWarnedRemovalsResponse> </soapenv:Body> </soapenv:Envelope>![]()


Reply With Quote
