问题
I've got a SOAP service that I'm connecting to using the WCF-Custom adapter. I've generated the xsd and web-message multipart message types using .NET 2.0 Add Web-Reference
I'm getting the standard BizTalk message
Finding the document specification by message type
"http://myNamespace#webMessageName"
failed. Verify the schema deployed properly.
Usually, I look in my application schemas in BizTalk Server Admin console and verify the schemas. As these are web messages where do I look to verify that these have deployed correctly?
回答1:
Did you Deploy the Solution/Project with the Schemas? They must appear in BizTalk Administrator just like any other Schema.
That they are SOAP or came from Add Web Reference doesn't matter at runtime. A Schema is a Schema.
来源:https://stackoverflow.com/questions/22611307/biztalk-2013-verify-auto-generated-web-message-deployed-correctly