aspose file tools
The moose likes Web Services and the fly likes jdk1.3 client, weblogic8.1 webservice Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "jdk1.3 client, weblogic8.1 webservice" Watch "jdk1.3 client, weblogic8.1 webservice" New topic
Author

jdk1.3 client, weblogic8.1 webservice

Zkr Ryz
Ranch Hand

Joined: Jan 04, 2001
Posts: 187
Hello community.

Does anyone know how to consume a webservice running on WL8.1 with a jdk1.3 client. I've create the client using the cliengen ant task for the ws, how ever when I run it, it throws the following exception:
Exception: java.lang.NoSuchMethodError
at weblogic.xml.schema.binding.internal.TypeMappingEntryImpl.<init>(TypeMappingEntryImpl.java:61)
at weblogic.xml.schema.binding.internal.XSDTypeMapping.addEntries(XSDTypeMapping.java:812)
at weblogic.xml.schema.binding.internal.XSDTypeMapping.createPrimaryMapping(XSDTypeMapping.java:154)
at weblogic.xml.schema.binding.internal.XSDTypeMapping.createInstance(XSDTypeMapping.java:138)
at weblogic.xml.schema.binding.internal.XSDTypeMapping.<clinit>(XSDTypeMapping.java:118)
at weblogic.xml.schema.binding.internal.TypeMappingFactoryBase.createDefaultMapping(TypeMappingFactoryBase.java:18)
at weblogic.webservice.core.encoding.DefaultRegistry.<init>(DefaultRegistry.java:100)
at weblogic.webservice.core.encoding.DefaultRegistry.<init>(DefaultRegistry.java:32)
at weblogic.webservice.core.rpc.ServiceImpl.<init>(ServiceImpl.java:88)
at client.mws.MiddlewareWS_Impl.<init>(MiddlewareWS_Impl.java:22)
...
...

I think this is parser related.

Has anyone a jdk1.3 ws client of any sort?

Thank you.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: jdk1.3 client, weblogic8.1 webservice
 
Similar Threads
Weblogic webservices question
test won't go through try block in gui
Invoking .NET webservice from a MDB
WS Security Username Token Issue with Weblogic
Weblogic web service Secuiry