BizTalk Server Orchestration - SOAP header type mismatch

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > September 2005 > SOAP header type mismatch





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 SOAP header type mismatch
zorrinn

2005-09-26, 8:47 am

I have a schema published as SOAP header. Some of the fields are promoted. I have to extract those fields and populate another object before calling an external dll. The problem happens when I assign these fields to the fields in the object.

For example, "sessionMemento" is the object,

sessionMemento = new EReferrals.ERUI.UIServices.SessionMemento();
sessionMemento.UserId = myNamespace.PropertySchema.UserId;

when I do this, the XLang compiler complains that

cannot implicitly convert type 'myNamespace.PropertySchema.UserId' to 'System.Int64'

when the UserId in the exposed schema is actually a Int64. How could this be resolved. Thanks in advance.
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com