Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2842 | minor | always | 08-13-08 07:41 | 08-20-08 12:59 | |
|
|||||
Reporter: | emil | Platform: | |||
Assigned To: | emil | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.2.1 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.2.1 | ||
|
|||||
Summary: | 0002842: XML Streaming issue with XFire and Resin 3.1.6 | ||||
Description: |
(Rep by Richard Grantham) > I'm still in the process of trying to move our application over to Resin > 3.1.6. I had an out-standing issue with incorrect SOAP responses coming > from Xfire 1.2.6. My SOAP responses follow this pattern: > > <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" [^] > xmlns:xsd="http://www.w3.org/2001/XMLSchema" [^] > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> [^] > <soap:Body> > <ns1:methodResponse xmlns:ns1="http://mynamespace"> [^] > <ns1:result> > <firstElement xmlns="http://mynamespace" [^] > /> > <secondElement /> > <thirdElement /> > </ns1:result> > </ns1:methodResponse > > </soap:Body> > </soap:Envelope> > > Only firstElement has namespace declaration. This is incorrect. All > elements should have this namespace declaration. > > I guess this is an bug with Resin's streaming XML implementation. By > configuring Resin to use STaX instead I solved the issue I was having. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|