Saurabh,
Thank you very much for prompt response. You got my requirement exactly. Actually We are expecting 4 types of inbound files from partners. (1) application/x-smallfile (2) application/x-largefile (3) application/x-encrypted (4) application/x-decrypted.
So we want to give only one webMethods URL service to all the partners to submit the document regardless of the content type. once document is picked up by content handler, in content handler we have a routing service for that particular content type and further processing in routing service only.
So the question is can I get this functionality ?
Again I will make it more simple to understand:
I wanna give only one URL to all the partners like :
http://server:port/SubmitDataService.
After submission of documents at this URL, my specific content handlers will pick up the files depending upon the content type and inside content handler, i will have the logic to route to some different service other than “SubmitDataService”.
So how can I get this problem resolved ?
Appreciate your help.
Regards,
Nilesh
#B2B-Integration#Integration-Server-and-ESB#webMethods