java.lang.UnsupportedOperationException
Hi,
Can any one plz help me, when i run JAXRPublish.java i encounter the following exception,
Created connection to registry
Got registry service, query manager, and life cycle manager
got registry authorizations
javax.xml.registry.JAXRException: java.lang.UnsupportedOperationException
at com.sun.xml.registry.uddi.RegistryServiceImpl.jaxmSend(Unknown Source)
at com.sun.xml.registry.uddi.RegistryServiceImpl.send(Unknown Source)
at com.sun.xml.registry.uddi.Processor.processRequest(Unknown Source)
at com.sun.xml.registry.uddi.UDDIMapper.getAuthorizationToken(Unknown Source)
at com.sun.xml.registry.uddi.ConnectionImpl.setCredentials(Unknown Source)
at JAXRPublish.executePublish(JAXRPublish.java:191)
at JAXRPublish.main(JAXRPublish.java:70)
Caused by: java.lang.UnsupportedOperationException
at com.sun.xml.messaging.saaj.soap.MessageFactoryImpl.createMessage(MessageFactoryImpl.java:52)
Everything was working fine and the program was successfully publishing the web service at IBM's UDDI but since i changed my windows from 2000 to XP the program has started giving this Exception that i am unable to resolve..it is thrown at the statement connection.setCredentials(creds); ..wt should i do
Saania Shah

