Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Inbound outbound mapping › Inbound outbound mapping
Thanks, that worked! but the solution came with another problem.
Because the port type is generated from a .asmx and then you can’t connect the send shape with the purchase message because its exspecting a message from the type Order.
I thaught, I will create a port type that is not from .asmx but I will define the SOAP for the port.
I set the transport type to SOAP and the URI to the .asxm.
Then, for the proxy, I referred to .dll
There, I went wrong.
When I tested the project, I returned two errors:
A message sent to adapter \”SOAP\” on send port \”BSA_SndOrderToWebshop_SOAP\” with URI \”http://localhost/OrderSysteem/Service.asmx\” is suspended.
Error 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.
AND
it could not correlate the request and response message.
————–
I would be glad I you know the answer on the first error message.
Greetings 😀