MathGroup Archive 2011

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: Re: How to force numeric output
  • Next by Date: Re: Tooltip in a Plot of a List
  • Previous by thread: Re: storing expressions between successive runs of the same notebook
  • Next by thread: Re: InstallServices doesn't work for European Patent Office webservices