Hi Dale, The server process has a raw xml interface over https. The messages are not packaged in soap envelopes. Looking through the xfire documentation I couldn't find anything that would indicate that this was supported. Please advise if it is.
This is why I considered HttpClient. I would have liked to use spring remoting but Http invoker can only be used for java to java remoting. Thanks Colin DNewfield wrote: > > cfoy wrote: >> I need to build a client that exchanges xml messages directly over http >> to a >> server process. The remoting api options I have considered for this are: > > XFire, a SOAP implementation is already integrated into appfuse... > > -Dale > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Advice-on-choosing-best-approach-for-xml-over-http-tf4543945s2369.html#a12977914 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
