Hello, I wanted to publish a business in IBM Test Registry, I used uddi4j. But I have such error:
TransportFactory: Using transport name:org.uddi4j.transport.ApacheSOAPTransport Request body: <get_authToken cred="23051984" generic="2.0" userID="[EMAIL PROTECTED]" xmlns="urn:uddi-org:api_v2"/> org.uddi4j.transport.TransportException: Unsupported response content type "text/html", must be: "text/xml". Response was: <html> <head> <title> Redirection</title> </head> <body> <H1>Redirection</H1>This document can be found<A HREF="http://www-306.ibm.com/software/solutions/webservices/uddi/">elsewhere.</A><P>You see this message because your browser does not support automatic redirection handling. <P><HR><ADDRESS><A HREF="/">Back to home</A></ADDRESS></body> </html> at org.uddi4j.transport.ApacheSOAPTransport.send(ApacheSOAPTransport.java:100) at org.uddi4j.transport.TransportBase.send(TransportBase.java:53) at org.uddi4j.client.UDDIProxy.send(UDDIProxy.java:1780) at org.uddi4j.client.UDDIProxy.get_authToken(UDDIProxy.java:1459) at PublishInIBM.run(PublishInIBM.java:54) at PublishInIBM.main(PublishInIBM.java:32) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:78) Nested exception: [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type "text/html", must be: "text/xml". Response was: <html> <head> <title> Redirection</title> </head> <body> <H1>Redirection</H1>This document can be found<A HREF="http://www-306.ibm.com/software/solutions/webservices/uddi/">elsewhere.</A><P>You see this message because your browser does not support automatic redirection handling. <P><HR><ADDRESS><A HREF="/">Back to home</A></ADDRESS></body> </html> ] at org.apache.soap.rpc.Call.getEnvelopeString(Call.java:208) at org.apache.soap.messaging.Message.receiveEnvelope(Message.java:144) at org.uddi4j.transport.ApacheSOAPTransport.send(ApacheSOAPTransport.java:91) at org.uddi4j.transport.TransportBase.send(TransportBase.java:53) at org.uddi4j.client.UDDIProxy.send(UDDIProxy.java:1780) at org.uddi4j.client.UDDIProxy.get_authToken(UDDIProxy.java:1459) at PublishInIBM.run(PublishInIBM.java:54) at PublishInIBM.main(PublishInIBM.java:32) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:78) -------------------------------------------------------------- Does someone know what it can be? Thank you. Kristina View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885712#3885712 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885712 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
