Re: [xfire-user] XmlStreamReader MessageBinding -- missing elements!

2007-11-20 Thread Zdeněk Vráblík
Hi, I didn't have this problem. Try set property literal. (see previous mail with servicex.xml) property name=style value=message / property name=use value=literal / Regards, Zdenek On Nov 19, 2007 6:38 PM, Nayan Hajratwala [EMAIL PROTECTED] wrote: Folks, I'm running into the problem

Re: [xfire-user] XmlStreamReader MessageBinding -- missing elements!

2007-11-20 Thread Nayan Hajratwala
Nope, that didn't help ... what exactly does that use property mean, anyway? I've searched the docs but can't find a good explanation. FYI -- here is the request as shown from nettool in case there are any glaring errors. POST /caps2/services/AggregatorService?invoke

Re: [xfire-user] XmlStreamReader MessageBinding -- missing elements!

2007-11-20 Thread Zdeněk Vráblík
Hi, and you can see orchLayerProcessTicket xmlns=http://com/ticketingServices/ticket/; internalTrackingID0/internalTrackingID busOrgIDjms_test/busOrgID /orchLayerProcessTicket or only internalTrackingID0/internalTrackingID busOrgIDjms_test/busOrgID Regards, Zdenek On Nov 20, 2007

Re: [xfire-user] XmlStreamReader MessageBinding -- missing elements!

2007-11-20 Thread Nayan Hajratwala
When I am parsing through the XML inside the service, I get orchLayerProcessTicket xmlns=http://com/ticketingServices/ticket/; internalTrackingID0/internalTrackingID busOrgIDjms_test/busOrgID /orchLayerProcessTicket but then, I also get a close tag for SOAP-ENV:Body This causes my XML

Re: [xfire-user] XmlStreamReader MessageBinding -- missing elements!

2007-11-20 Thread Zdeněk Vráblík
Hi That is correct, you can't have envelop. It is XFire business to parse envelop and give you only message. I have looked at your service. It is any booking service. Why do you use MessageBinding? This should be used only in emergency when JAXB or other xml binding is not possible to use. I

Re: [xfire-user] XmlStreamReader MessageBinding -- missing elements!

2007-11-20 Thread Zdeněk Vráblík
Sorry I haven't read it till the end. I thing it will be easy not to read the body element. I thing the end tag is there becouse I get original XMLStreamReader instead of any copy! I have never read any element after. Just do it same way. Regards, Zdenek On Nov 20, 2007 5:41 PM, Nayan

Re: [xfire-user] XmlStreamReader MessageBinding -- missing elements!

2007-11-20 Thread Nayan Hajratwala
So why am i getting the end body tag? The xml snippet i'm sending is just for testing. In reality, i also will not know until runtime the exact structure of the XML message. Quoting Zden?k Vráblík [EMAIL PROTECTED]: Hi That is correct, you can't have envelop. It is XFire business to

Re: [xfire-user] XmlStreamReader MessageBinding -- missing elements!

2007-11-20 Thread Nayan Hajratwala
OK -- it seems strange, but it should be manageable ... on to my next problem! =) Quoting Zden?k Vráblík [EMAIL PROTECTED]: Sorry I haven't read it till the end. I thing it will be easy not to read the body element. I thing the end tag is there becouse I get original XMLStreamReader