Forum Discussion

corki's avatar
corki
Contributor
16 years ago

"NamePool limit exceeded. Maximal number prefix per URI = 1023."

"NamePool limit exceeded.  Maximal number prefix per URI = 1023."

As I see it is problem to replace name of more then 1023 same namespaces with same name (as they have same url).

like:

ns1= "http://oneurl";
ns2= "http://oneurl";
ns3= "http://oneurl";
..
..

ns1023= "http://oneurl";

--->  replace with

  myNameSpace = "http://oneurl";

and it will brings problem when more then 1023 prefixes will appear in response.

Is there any way how to solve this?

3 Replies

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi,

    sorry, this seems to be a limit in the internal xpath/xml processor, no workaround for now..

    regards,

    /Ole
    eviware.com
  • shiva's avatar
    shiva
    Occasional Contributor
    I face the same issue do we have a work around for this now ??
  • rachelj's avatar
    rachelj
    New Contributor
    I too have just run into the NamePool limit exceeded when more than 1024 prefixes were returned in a response. Have we any workaround to process this amount of data now?