You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ode.apache.org by mmaskey <mm...@itsc.uah.edu> on 2010/01/25 23:18:16 UTC

Callback response header

I have following header sent to asynchronous service.  What needs to be in
the header of the call to this callback.  I could not find any reference to
schema for responding to callback.

Thanks.

	<soapenv:Header xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
		<addr:To
xmlns:addr="http://www.w3.org/2005/08/addressing">http://localhost</addr:To>
		<addr:Action
xmlns:addr="http://www.w3.org/2005/08/addressing">http://localhost</addr:Action>
		<addr:ReplyTo xmlns:addr="http://www.w3.org/2005/08/addressing">
			<addr:Address>http://www.w3.org/2005/08/addressing/none</addr:Address>
		</addr:ReplyTo>
		<addr:MessageID
xmlns:addr="http://www.w3.org/2005/08/addressing">urn:uuid:8A32F416837135AFBD1264455555359</addr:MessageID>
		<odesession:callback
xmlns:odesession="http://www.intalio.com/type/session">
			<addr:Address
xmlns:addr="http://www.w3.org/2005/08/addressing">http://himal.itsc.uah.edu:8090/ode/processes/UtilityAsyncProvider</addr:Address>
			<odesession:session>hqejbhcnphr4xrnf4i67a9</odesession:session>
		</odesession:callback>
	</soapenv:Header>
-- 
View this message in context: http://old.nabble.com/Callback-response-header-tp27314792p27314792.html
Sent from the Apache Ode User mailing list archive at Nabble.com.