On 8/7/06, yangf <[EMAIL PROTECTED]> wrote:
Thank you very much. It did help me to get the stuffs stright. I think my #2 question was mixed with #3 in edit. sorry about it. my question # 2 & #3 should be 2. can the http provider receive soap message directly from the http consumer without being specified as targetService in the consumer? It means if the targetService in http consumer is not specified, can the http provider get the request via NMR? and , if I specified the http provider as targetservice directly in the consumer intead using a router, can the provider get the request from consumer?
From the JBI routing mechanism point of view, there is no difference between
a provider endpoint for servicemix-http and a saaj endpoint. You need to specify a targetService or targetInterface name. 3.what is the request format sent from the client to the http consumer? what
does the request look like? I mean how to include operation name, parameters in request xml string. do I need to refer to WSDL for namespace in request?
It should be quite the same than the one you sent to the saaj binding. I guess it may somewhat depend on your provider, but usally, the soap request will be sufficient. -yangf
-- View this message in context: http://www.nabble.com/External-Webservices-binding-%28the-answer%29-tf1971463.html#a5696115 Sent from the ServiceMix - User forum at Nabble.com.
-- Cheers, Guillaume Nodet
