InstallServices doesn't work for European Patent Office webservices
- To: mathgroup at smc.vnet.net
- Subject: [mg115643] InstallServices doesn't work for European Patent Office webservices
- From: "Sjoerd C. de Vries" <sjoerd.c.devries at gmail.com>
- Date: Mon, 17 Jan 2011 05:39:04 -0500 (EST)
I asked this a year ago when Mathematica 7 was current and got no response. I tried again with Mathematica 8 but it still doesn't work. Ok, another try: Anyone know how to get the EPO webservices to work with Mathematica? Mathematica docs are at WebServices/tutorial/GettingStarted and the EPO wsdl file at "http://ops.epo.org/wsdl/ops.wsdl", but when I try it I get this: In[1]:= << WebServices` In[1]:= InstallService["http://ops.epo.org/wsdl/ops.wsdl"] During evaluation of In[1]:= UpSet::write: Tag Null in ElementDocumentation[Null] is Protected. >> During evaluation of In[1]:= LoadSchema::namespacecontext: Context not defined for namespace http://www.epo.org/exchange. During evaluation of In[1]:= LoadSchema::redefinetype: Type {http:// ops.epo.org,fulltext-formatValues} has already been defined. It may only be redefined in a redefine element. During evaluation of In[1]:= LoadSchema::redefinetype: Type {http:// ops.epo.org,fulltext-formatValues} has already been defined. It may only be redefined in a redefine element. During evaluation of In[1]:= LoadSchema::redefinetype: Type {http:// ops.epo.org,fulltext-formatValues} has already been defined. It may only be redefined in a redefine element. During evaluation of In[1]:= General::stop: Further output of LoadSchema::redefinetype will be suppressed during this calculation. >> Out[1]= {} The wsdl looks like a legal XML file without any abvious synatx errors. Any ideas how this is supposed to work? Thx -- Sjoerd