This tutorial is very useful,thanks a lot. But I've a problem because I'm new to this.I compile the code and I've the following error: Exception in thread "main" java.lang.Error: Unresolved compilation problems: The method getAuthToken(GetAuthToken) in the type UDDISecurityPortType is not applicable for the arguments (GetAuthToken) The method getAuthToken(GetAuthToken) in the type UDDISecurityPortType is not applicable for the arguments (GetAuthToken)
at org.apache.juddi.example.publish.SimplePublish.publish(SimplePublish.java:59) at org.apache.juddi.example.publish.SimplePublish.main(SimplePublish.java:120)
It looks like you may have a library mismatch, can you try using the same jUDDI version in the 'simple-publish' example as you the jUDDI server is based on?
This tutorial is very useful,thanks a lot.
ReplyDeleteBut I've a problem because I'm new to this.I compile the code and I've the following error:
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
The method getAuthToken(GetAuthToken) in the type UDDISecurityPortType is not applicable for the arguments (GetAuthToken)
The method getAuthToken(GetAuthToken) in the type UDDISecurityPortType is not applicable for the arguments (GetAuthToken)
at org.apache.juddi.example.publish.SimplePublish.publish(SimplePublish.java:59)
at org.apache.juddi.example.publish.SimplePublish.main(SimplePublish.java:120)
Can you help me?
Thanks in advance!!
Hi Maria,
ReplyDeleteIt looks like you may have a library mismatch, can you try using the same jUDDI version in the 'simple-publish' example as you the jUDDI server is based on?
Cheers,
--Kurt