hi
from past few days i am hiting my head against wall,my requirment is very simple i am giving an xml as an input through file adapter and sending message through soap adapter to an external asp webservice.
i created a proxy of external asp webservice and i made a simple orchestration contains a send prot, transfrom,reciveport.while configuring send port in transport properties i had given assembly name of external asp webservice then it is showing class name and method name.i started orchestration ,i published orchestration and i added this asmx as webrefrence to external asp webservice.every thing works fine no errors, hat is showing message sent.
now my question is in what is method i have to write in exteranal webservice to get the message send by recive prot.i.e do we have any input parameter for this external webservice? how to retrive the message sent by send prot in external webservice