| Jimmy Leonard 2006-03-03, 6:17 pm |
| I am creating my first HWS project, so I may be overlooking something simple.
I have created a new HWS project and the first thing I did was change the
Target Namespace to http://mycompany/myaction_Activate, so it would be
unique. I did the same with the Syncronize and Task Schemas (and changed the
_Activate to _Syncronize and _Task).
When I call AddActionToActivityFlow, I get a SOAP Exception that says Failed
to validate the message against its schema --> Target namespace of schema and
instance document do not match. Schema namespace
http://tempuri.org/Hws_Activate_Sample, instance document namespace
http://mycompany/myaction_Activate."
I'm sure there is somewhere in the ActionActivationPort or ReceiveLocation
that I need to change the namespace, but I can not find where. Can some point
me in the right direction?
Thanks
|