Posts

Showing posts with the label mtom

MTOM Attachment- i figured it out

Image
I prefer the WebServiceWizard when creating a webSerivce to use with BizTalk. The orchestration is already created so I just choose the orch dll in the wisard. When this is done I add the web service as a existing webService project to the Solution. After some tweeking on namespaces, portnames, SOAPAction, etc. I now have a fully functional WebService that may receive xml files and deliver them to an orchestration. And now the new stuff begins... First of all you have to install wse 3.0. Then you have to add the reference to Microsoft.Web.Service3 to the project. After this I had to restart VS in order to get the new item on the project property --> WSE 3. 0 properties. When this is enabled just rebuild and publish you new WebService, and a section is added in the WSDL describing the mtom attachment.

WebServices and MTOM

I am about to create a webService that receives in attition to xml, binary data. I have to receive this binary using mtom. This is something I havent dont before. According to the posts I have read it should be easy. I just have to enable mtom (WSE 3) in VS. i have no idea on how to do this.. Wi.ll update as son I have som answers