Hi,
i added a web service to my biztalk project, but it has no schema (because of simple types or tree structure maybe).I also created a schema and messagetype based on this schema, changed send/receive components message types to this message type. Now i need to take/send message between send/receive componenets and my web service. i think there are two options:
-> create a schema for the web service to make mapping. request and response message structures of my web service are different so do i have to create two schema? So i will be able to create map between send component – ws request and receive component -ws response.
->add a message assignement to design and write an expression which i don’t know how to and couldn’t find a goog source to learn yet.
if someone need i can write schemas (those i already have and i created)
thanks.