| Francesco 2006-01-30, 5:53 pm |
| Hello,
I have a problem in Biztalk mapping :
"
<?xml version="1.0" encoding="utf-8"?><SOAP:Envelope
xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"
SOAP:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP:Body><SOAP:Fault><faultcode>Microsoft
BizTalk Server Negative Acknowledgment </faultcode><faultstring>An error
occurred while processing the message, refer to the details section for more
information
</faultstring><faultactor>/HwsMessages/BTSHTTPReceive.dll</faultactor><detail><ns0:NACK
Type="NACK"
xmlns:ns0="http://schema.microsoft.com/BizTalk/2003/NACKMessage.xsd"><NAckID>{05322F04-C6CE-48FA-9492-25B4601EDD64}</NAckID><ErrorCode>0xc0c01826</ErrorCode><ErrorCategory>0</ErrorCategory><ErrorDescription>This
Assembler cannot retrieve document specification by using this type:
"OTA_AirLowFareSearchRS".
</ErrorDescription></ns0:NACK></detail></SOAP:Fault></SOAP:Body></SOAP:Envelope>
"
I have modify my orchestration, adding to the orchestration another xml
input in the transform shape.
I want to have an xml response, mapped by 2 input xml. the problem is that
after this mapping, I create the OTA_AirLowFareSearchRS xml but Biztalk can't
send it to my Input port.!!!
First to make the mapping, I call 2 different WebServices SOAP, that returns
me 2 different xml messages.
On all two WebServices I have applied a scope shape with Exception handler
(on General error).
What is the problem? First when I had one only webservices, and the mapping
had one only xml input, Biztalk didn't have problems!
Can anyone help me??
Thanks,
Francesco
|