Book a Demo

Author Topic: Referencing Remote MDG Technologies  (Read 3638 times)

Rossco

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Referencing Remote MDG Technologies
« on: May 19, 2008, 08:11:08 am »
Hi there

We are completing an implementation of EA which includes some MDG Technologies. We wanted to deliver these via a web site which an internal site and therefore is referenced in the follwing format
http://test.crossroads.company.internal.nz/WebSite/

EA creates an error with this referenece
Ciode = 0xc00ce56d
Source = Line: 1; Char :145
Error description = End tage 'head' does not match the start tag 'Meta'

Have tried the following variations:

http://test.crossroads.company.internal.nz/WebSite
- Still throws the error

test.crossroads.company.internal.nz/WebSite
No error but it can't seem to see or be able to read the XML files.

I have browse and read access to the website and can open the files in IE.


Any ideas?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Referencing Remote MDG Technologies
« Reply #1 on: May 19, 2008, 08:31:49 am »
I think that when providing a URL for an MDG technology you have to provide the URL for the technology file, not a directory.  So try adding each technology file.  (eg. http://test.crossroads.company.internal.nz/WebSite/MyTech.xml)

Rossco

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: Referencing Remote MDG Technologies
« Reply #2 on: May 19, 2008, 01:26:53 pm »
Thanks - forgot to try the obvious :D