EDN Admin
Well-known member
Hello,
Can someone tell me if I can set an xmlns value for one specfic element in my xsd?
Here is a snippet of what is being returned from the endpoint when I issue the webservice request.
....<GetFacilityInfoResult> <Facility xmlns="http://cameron.ca ....
My XSD is expecting something like:
....<GetFacilityInfoResult> <Facility xmlns= http://tempuri.org http://tempuri.org > .....
Is there some way I can change my xsd so that it expects the "cameron.ca", rather than "tempuri.org" value?
I am a little new at this, so if I am asking a foolish question.................
Thanks
<hr class="sig Cameron Conacher
View the full article
Can someone tell me if I can set an xmlns value for one specfic element in my xsd?
Here is a snippet of what is being returned from the endpoint when I issue the webservice request.
....<GetFacilityInfoResult> <Facility xmlns="http://cameron.ca ....
My XSD is expecting something like:
....<GetFacilityInfoResult> <Facility xmlns= http://tempuri.org http://tempuri.org > .....
Is there some way I can change my xsd so that it expects the "cameron.ca", rather than "tempuri.org" value?
I am a little new at this, so if I am asking a foolish question.................
Thanks
<hr class="sig Cameron Conacher
View the full article