|
Home > Archive > BizTalk Server Orchestration > March 2005 > "Unable to load type" error when consuming web service
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 |
"Unable to load type" error when consuming web service
|
|
| IT Drone 2005-03-15, 5:53 pm |
|
I'm trying to consume a web service, and have done this before in
BT2004 with no problem.
In this particular case, I am receiving a message from a web service,
and passing it unchanged to another web service. When I tried setting
up web references for both wsdls it seemed to confuse BizTalk, probably
because both messages had the same namespace and root node.
So I got rid of the web reference for the incoming wsdl, and just kept
the one for the service I am going to consume.
My web service receives the message, logs it to a file folder, but
fails when trying to post it to another machine's web service. The
error I get is:
The "SOAP" adapter is suspending an outbound message going to
destination
URL:"http://192.168.1.10:6080/Integration/ReceiveNotification.asmx".
Details:"Unable to load type Notify.BackEnd.ReceiveNotification,
Notify, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=ae3cd476477fa55c; Could not load type
Notify.BackEnd.ReceiveNotification from assembly Notify,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=ae3cd476477fa55c.".
I've tried googling up this error message, but no luck. What is
happening?
| |
| dalegaspi 2005-03-25, 7:47 am |
| i got this error when i added a new web reference to a project.
to get rid of it you need to either undeploy then redeploy the project
containing the web reference...if that doesn't work, reboot the biztalk
machine.
hope this helps.
dexter
IT Drone wrote:
> I'm trying to consume a web service, and have done this before in
> BT2004 with no problem.
>
> In this particular case, I am receiving a message from a web service,
> and passing it unchanged to another web service. When I tried
setting
> up web references for both wsdls it seemed to confuse BizTalk,
probably
> because both messages had the same namespace and root node.
>
> So I got rid of the web reference for the incoming wsdl, and just
kept
> the one for the service I am going to consume.
>
> My web service receives the message, logs it to a file folder, but
> fails when trying to post it to another machine's web service. The
> error I get is:
>
>
> The "SOAP" adapter is suspending an outbound message going to
> destination
> URL:"http://192.168.1.10:6080/Integration/ReceiveNotification.asmx".
> Details:"Unable to load type Notify.BackEnd.ReceiveNotification,
> Notify, Version=1.0.0.0, Culture=neutral,
> PublicKeyToken=ae3cd476477fa55c; Could not load type
> Notify.BackEnd.ReceiveNotification from assembly Notify,
> Version=1.0.0.0, Culture=neutral, PublicKeyToken=ae3cd476477fa55c.".
>
> I've tried googling up this error message, but no luck. What is
> happening?
|
|
|
|
|