Wednesday, May 21, 2008

Uninitializes dynamic send port :-)

ok ok...

some kind of stupid stuff...
i was searching to resolve the error while compiling an orchestration... this error is normally thrown when you have no address registered for a dynamic send port...
BUT i had set this property... äääääähhhmmm... but not in the correct order...

this is the BAD expression in the shape:

Port_DynamicSAP(Microsoft.XLANGs.BaseTypes.TransportType) = "SAP";
Port_DynamicSAP(Microsoft.XLANGs.BaseTypes.Address) = SOMESTRING;

and this is the GOOD expression in the shape:

Port_DynamicSAP(Microsoft.XLANGs.BaseTypes.Address) = SOMESTRING;
Port_DynamicSAP(Microsoft.XLANGs.BaseTypes.TransportType) = "SAP";

*g*... errare humanum est....

No comments:

Post a Comment