Home Page › Forums › BizTalk 2004 – BizTalk 2010 › soap attachment › Re: soap attachment
January 21, 2010 at 8:00 AM
#24106
thanx a lot Greg !
As you can see in the xml document structure above there are 2 elements that could be used to do what you’re saying :
– idMessage (xs:int)
– message (xs:base64Binary)
it’s said by the custommer (who gave the wsdl) that message doesn’t work (i don’t know why, but it may work ?, and the web service is in java).
Actually i’d be tempted to put the attached xml file in message, but message cannot be distinguished in biztalk because of its type (base64Binary cannot be distinguished).
I think we’re about to resolve this problem, just a little precision…
Thanx again