Groups | Blog | Home
all groups > dotnet clr > july 2003 >

dotnet clr : using a C#- web service in a java application


P.begas NO[at]SPAM hamburg.de
7/2/2003 2:24:48 AM
I've developed a web service in C#.NET and want to use it now in an
existing java application.
When creating an instance of the web servce stub class, an error
occurs:

"org.apache.axis.ConfigurationException:
java.lang.IllegalStateException: can't declare any more prefixes in
this context"

What does that mean? And how can I avoid this error?
David Browne
7/2/2003 9:39:17 AM
[quoted text, click to view]

I use Oracle JDeveloper to generate Webservice proxy classes. Works like a
charm.

David

Jon Skeet
7/2/2003 10:28:33 AM
[quoted text, click to view]

According to
http://www.mail-archive.com/batik-users@xml.apache.org/msg02769.html
you may have rediscovered a problem in the Crimson parser which ships
with some versions of Java. You can use a different parser, or just
upgrade to a newer JRE. (1.4.2 was released recently.)

--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet/
AddThis Social Bookmark Button