Hello
Hopefully someone will be able to help with a problem I am experiencing and also let me know if it’s possible.
I have recently created a schema that takes an inbound file and maps out to a file drop location, this file has passed the testing phase and I have now be asked to send these files to a web service.
I thought this would be really simple just create a Send HTTP port and push it out, I was wrong.
I have been given the following location to send the documents but I have no idea how to achieve this with BizTalk
I have the username and password but no sure how to pass my xml document as a string and populate the fields on the web service, these are:
User_Interface_id:
User_Password:
Request_Document:
http://www.Something.asmx/RequestOrder?User_Interface_id=<UserId>&User_Password=<UserPassWord>&Request_Document=<XMLString to send>
Can anyone please advice and if so please be detailed
Thanks in advance