|
Home > Archive > BizTalk Server > February 2007 > Something simple i'm missing
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Something simple i'm missing
|
|
| simonvinyl@hotmail.com 2007-02-07, 1:15 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
| |
| Marvin Smit 2007-02-20, 1:15 pm |
| Hi Simon,
from what i can read you have create a client side proxy which you installed
in the soap (send) adapter configuration of your send port. (please correct
me if i interpreted you info wrong)
From the error i can read that 'that type' (the WS client proxy) was not
instanciated. Could it be that the client proxy is not in the GAC?
Hope this helps,
Marvin Smit.
"simonvinyl@hotmail.com" wrote:
> 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
>
>
|
|
|
|
|