I’ve published one schema as web service WS1 on my local PC and reference it in a biztalk project BJ. I can browse the web service.
In the project i set up a send port to send file to the web service by specifying the URL. While sending files to the WS i got warning in the Event Log like this:
The adapter failed to transmit message going to send port with URL \”http://localhost/BizTalkWebService/WSService1.asmx\”. Please verify the fully-qualified type name is valid. Details: \”System.TypeLoadException: Could not load type ‘localhost.WSService1’ from assembly.
After restarting IIS service and Biztalk server, i got a better error when testing the WS:
Failed to serialize the message part \”part\” into the type \”WebMethod1_GLPart\” using namespace \”\”. Please ensure that the message part stream is created properly.
For the schema used in Web Service, i keep the target namespace blank.
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.