| Waqar Ahmed 2007-05-31, 7:19 pm |
|
> Hi
>
> I have a really simple webservice that accepts 2 strings.
>
> It works fine when i invoke it in code, through a web browser, through
> Eclipse
>
> HOWEVER
>
> when i try and call it through my BizTalk 2006 SOAP adapter i get:
>
> The adapter failed to transmit message going to send port
> "*****************" with URL "http://10.10.2.78/Management.asmx". It
> will be retransmitted after the retry interval specified for this Send
> Port. Details:"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. ".
>
> Any pointers would be great
>
> Thanks
>
> Simon
It can be due to same schema deployed multiple times. If you are receiving xml input based on a web-ref schema (reference.xsd) and same namespace schema exists somewhere else in your project then that can be a cause of your failure. ThankYou.
BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
|