Help Needed - File Pick & SOAP Send

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi,
I have an xml file in a folder. I'd like to pickup the file and post it
to a webservice. I've written a C# app that does it using
HttpWebRequest.
I'd like to use biztalk to do so.
I did the following:
1) Created a new application
2) Created receive port and pointed it to the file drop folder
3) Created a send port
- Type: SOAP
- Click Configure
- Web Service Url: <web service I wish to call>
- Click ok

Now when I drop a file into the folder it gets picked up and send to
the <web service I wish to call> but does not go into the webservice.
When I open up HAT and select "Message Flow" I get the following error
on the send port.
----------------------------------
Failed to load "" type.
Please verify the fully-qualified type name is valid.
Details: "".
The type must derive from
System.Web.Services.Protocols.SoapHttpClientProtocol.
The type must have the attribute
System.Web.Services.WebServiceBindingAttribute.
----------------------------------

Please help.
Thanks

.



Relevant Pages

  • Re: Web service reference reverts to old version
    ... I'm thinking whether the problem is due to something of the webreference ... Is the webservice serverside an ASP.NET WebService ... Try creating another new separate winform app and add the webservice's ... there will be a "VSWebCache" folder on the machine which contains some ...
    (microsoft.public.vsnet.general)
  • RE: C# web service/website ?
    ... Just to confirm - I checked the properties and the webservices folder is not ... I had my admin change the web.config in the web services folder to set the ... > your description, I understand that on a certain server, your webservice is ... > might have been set to "A redirection to a URL" and the redirection occurs. ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: Deploying Published WebServices Orchestrations
    ... apropriate permissions to the assembly's folder (I mean, bin folder). ... published webservice in the same machine as biztalk, ... Move solution assemblies to production server ...
    (microsoft.public.biztalk.general)
  • Re: Deploying a WebService
    ... Create a virtual directory or website in IIS. ... and the contents of the \bin folder to the folder that ... that automatically installs your webservice, ... "Stuart Hemming (via DFN-CIS NetNews Service)" ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: Downloading Files
    ... In the webservice, recurse files and folders and return URL's then just loop ... through downloading them. ... dim folder as new DirectoryInfo ...
    (microsoft.public.dotnet.languages.vb)