You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@juddi.apache.org by Shanbo Li <sh...@gmail.com> on 2008/02/04 20:14:30 UTC

help about java client for publishing wsdl service on juddi

Hi there,

i am sure that i setup the juddi and i can see the
http://localhost:8080/juddi/happyjuddi.jsp with everything good.

but i cannot publish my webservice with WSDL.

both v0.9 and 2.0 have the same exception as shown follow:

------------------------------------------------------------------------
org.uddi4j.transport.TransportException: C:\IdeaProjects\PWS_HW2\<?xml
version="1.0" encoding="utf-8" ?><SOAP-ENV:Envelope
xmlns:SOAP-ENV="http:\schemas.xmlsoap.org\soap\envelope\"><SOAP-ENV:Header\><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode\><faultstring>Fault
string, and possibly fault code, not
set<\faultstring><\SOAP-ENV:Fault><\SOAP-ENV:Body><\SOAP-ENV:Envelope> (The
filename, directory name, or volume label syntax is incorrect)
------------------------------------------------------------------------

i did everything as the guide told and
what i want is just pulish my WSDL which located at
http://localhost:8080/axis/services/CalculatorService?wsdl

please help me or show me the java client code to pulish this to juddi.

any help will be greatly appreciate!!!!!!!!!!!!


i am already working on that for couple days and almost give up......

please....please.......help.....

Best Regards,
Shanbo Li

-- 
Master student
Software Engineering of Distributed Systems, KTH
E-mail: shanboli@Gmail.com

RE: JUDDI-2.0rc5 configuration - resolved

Posted by Shukumar Ganguly <sg...@progress.com>.
Hi Kurt,
 
I removed the old deployed juddi and redeployed the new
(juddi-2.0rc5.war) and it worked out ok. Not sure why it was still
referring to the old one. 
 
Thanks very much for all the help.
Shukie
 
 
 

________________________________

From: Kurt T Stam [mailto:kstam@apache.org] 
Sent: Wednesday, February 13, 2008 1:46 PM
To: juddi-user@ws.apache.org
Subject: Re: JUDDI-2.0rc5 configuration


Did you also download and are using the new version of the war? It kinda
looks like you have an old happyjuddi.jsp. --Kurt

Shukumar Ganguly wrote: 

	Hi Kurt,
	 
	I'm afraid I don't know where it is being referenced from. I
replaced the older "juddi.jar" (from 0.9rc4 install) with the
juddi-2.0rc5.jar and get this error when I validated the install.
	 
	Am I missing something? Should I rename juddi-2.0rc5.jar to
juddi.jar? Are there any other necessary steps to do before validating
the install? I checked the wiki and was not able to find anything. If I
get this running I shall write-up a readme.txt file and upload it to the
site. 
	 
	Please advise.
	Shukie
	 
	 

________________________________

	From: Kurt T Stam [mailto:kstam@apache.org] 
	Sent: Wednesday, February 13, 2008 12:30 PM
	To: juddi-user@ws.apache.org
	Subject: Re: JUDDI-2.0rc5 configuration
	
	

	Shukumar Ganguly wrote: 

		Hi Kurt,
		 
		Good day. A sincere thanks to you for all your help on
this forum with information on JUDDI.

	thx :)
	

		
		 
		I am currently upgrading JUDDI from 0.9rc4 to
JUDDI-2.0rc5. Is it as simple as replacing the juddi.jar with the
juddi-2.0rc5.jar. Are there any other configuration changes that I
should be wary of. I get the following exception in my Happy Juddi page
when I validate the install. Any ideas what I might be doing wrong.

	This method no longer exists. Steve removed it just about 2
years ago saying 
	
	"Removed lastModified method from Release and the sole reference
to it from happyjuddi.jsp"
	
	From where do you still see it referenced?
	

		
		 
		Thanks. 
		Shukie
		 
		 
		HTTP Status 500 - 
		
________________________________


		type Exception report

		message 

		description The server encountered an internal error ()
that prevented it from fulfilling this request.

		exception 

		org.apache.jasper.JasperException:
javax.servlet.ServletException: java.lang.NoSuchMethodError:
org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
	
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServle
tWrapper.java:541)
	
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:417)
	
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
	
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
	
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
		

		root cause 

		javax.servlet.ServletException:
java.lang.NoSuchMethodError:
org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
	
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageCont
extImpl.java:850)
	
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContex
tImpl.java:779)
	
org.apache.jsp.happyjuddi_jsp._jspService(happyjuddi_jsp.java:417)
	
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
	
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:393)
	
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
	
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
	
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
		

		root cause 

		java.lang.NoSuchMethodError:
org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
	
org.apache.jsp.happyjuddi_jsp._jspService(happyjuddi_jsp.java:218)
	
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
	
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:393)
	
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
	
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
	
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
		

		note The full stack trace of the root cause is available
in the Apache Tomcat/6.0.14 logs.

		
		 
		 




Re: JUDDI-2.0rc5 configuration

Posted by Kurt T Stam <ks...@apache.org>.
Did you also download and are using the new version of the war? It kinda
looks like you have an old happyjuddi.jsp. --Kurt

Shukumar Ganguly wrote:
> Hi Kurt,
>  
> I'm afraid I don't know where it is being referenced from. I replaced
> the older "juddi.jar" (from 0.9rc4 install) with the juddi-2.0rc5.jar
> and get this error when I validated the install.
>  
> Am I missing something? Should I rename juddi-2.0rc5.jar to juddi.jar?
> Are there any other necessary steps to do before validating the
> install? I checked the wiki and was not able to find anything. If I
> get this running I shall write-up a readme.txt file and upload it to
> the site.
>  
> Please advise.
> Shukie
>  
>  
>
> ------------------------------------------------------------------------
> *From:* Kurt T Stam [mailto:kstam@apache.org]
> *Sent:* Wednesday, February 13, 2008 12:30 PM
> *To:* juddi-user@ws.apache.org
> *Subject:* Re: JUDDI-2.0rc5 configuration
>
>
> Shukumar Ganguly wrote:
>> Hi Kurt,
>>  
>> Good day. A sincere thanks to you for all your help on this forum
>> with information on JUDDI.
> thx :)
>>  
>> I am currently upgrading JUDDI from 0.9rc4 to JUDDI-2.0rc5. Is it as
>> simple as replacing the juddi.jar with the juddi-2.0rc5.jar. Are
>> there any other configuration changes that I should be wary of. I get
>> the following exception in my Happy Juddi page when I validate the
>> install. Any ideas what I might be doing wrong.
> This method no longer exists. Steve removed it just about 2 years ago
> saying
>
> "Removed lastModified method from Release and the sole reference to it
> from happyjuddi.jsp"
>
> From where do you still see it referenced?
>>  
>> Thanks.
>> Shukie
>>  
>>  
>> HTTP Status 500 -
>> ------------------------------------------------------------------------
>>
>> *type* Exception report
>>
>> *message*
>>
>> *description* _The server encountered an internal error () that
>> prevented it from fulfilling this request._
>>
>> *exception*
>>
>> org.apache.jasper.JasperException: javax.servlet.ServletException: java.lang.NoSuchMethodError: org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
>> 	org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:541)
>> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:417)
>> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
>> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
>> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>
>> *root cause*
>>
>> javax.servlet.ServletException: java.lang.NoSuchMethodError: org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
>> 	org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:850)
>> 	org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:779)
>> 	org.apache.jsp.happyjuddi_jsp._jspService(happyjuddi_jsp.java:417)
>> 	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
>> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
>> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
>> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
>> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>
>> *root cause*
>>
>> java.lang.NoSuchMethodError: org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
>> 	org.apache.jsp.happyjuddi_jsp._jspService(happyjuddi_jsp.java:218)
>> 	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
>> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
>> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
>> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
>> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>
>> *note* _The full stack trace of the root cause is available in the
>> Apache Tomcat/6.0.14 logs._
>>
>>  
>>  
>


RE: JUDDI-2.0rc5 configuration

Posted by Shukumar Ganguly <sg...@progress.com>.
Hi Kurt,
 
I'm afraid I don't know where it is being referenced from. I replaced
the older "juddi.jar" (from 0.9rc4 install) with the juddi-2.0rc5.jar
and get this error when I validated the install.
 
Am I missing something? Should I rename juddi-2.0rc5.jar to juddi.jar?
Are there any other necessary steps to do before validating the install?
I checked the wiki and was not able to find anything. If I get this
running I shall write-up a readme.txt file and upload it to the site. 
 
Please advise.
Shukie
 
 

________________________________

From: Kurt T Stam [mailto:kstam@apache.org] 
Sent: Wednesday, February 13, 2008 12:30 PM
To: juddi-user@ws.apache.org
Subject: Re: JUDDI-2.0rc5 configuration



Shukumar Ganguly wrote: 

	Hi Kurt,
	 
	Good day. A sincere thanks to you for all your help on this
forum with information on JUDDI.

thx :)


	
	 
	I am currently upgrading JUDDI from 0.9rc4 to JUDDI-2.0rc5. Is
it as simple as replacing the juddi.jar with the juddi-2.0rc5.jar. Are
there any other configuration changes that I should be wary of. I get
the following exception in my Happy Juddi page when I validate the
install. Any ideas what I might be doing wrong.

This method no longer exists. Steve removed it just about 2 years ago
saying 

"Removed lastModified method from Release and the sole reference to it
from happyjuddi.jsp"

>From where do you still see it referenced?


	
	 
	Thanks. 
	Shukie
	 
	 
	HTTP Status 500 - 
	
________________________________


	type Exception report

	message 

	description The server encountered an internal error () that
prevented it from fulfilling this request.

	exception 

	org.apache.jasper.JasperException:
javax.servlet.ServletException: java.lang.NoSuchMethodError:
org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
	
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServle
tWrapper.java:541)
	
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:417)
	
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
	
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
	
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
	

	root cause 

	javax.servlet.ServletException: java.lang.NoSuchMethodError:
org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
	
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageCont
extImpl.java:850)
	
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContex
tImpl.java:779)
	
org.apache.jsp.happyjuddi_jsp._jspService(happyjuddi_jsp.java:417)
	
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
	
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:393)
	
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
	
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
	
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
	

	root cause 

	java.lang.NoSuchMethodError:
org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
	
org.apache.jsp.happyjuddi_jsp._jspService(happyjuddi_jsp.java:218)
	
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
	
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:393)
	
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
	
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
	
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
	

	note The full stack trace of the root cause is available in the
Apache Tomcat/6.0.14 logs.

	
	 
	 



Re: JUDDI-2.0rc5 configuration

Posted by Kurt T Stam <ks...@apache.org>.
Shukumar Ganguly wrote:
> Hi Kurt,
>  
> Good day. A sincere thanks to you for all your help on this forum with
> information on JUDDI.
thx :)
>  
> I am currently upgrading JUDDI from 0.9rc4 to JUDDI-2.0rc5. Is it as
> simple as replacing the juddi.jar with the juddi-2.0rc5.jar. Are there
> any other configuration changes that I should be wary of. I get the
> following exception in my Happy Juddi page when I validate the
> install. Any ideas what I might be doing wrong.
This method no longer exists. Steve removed it just about 2 years ago
saying

"Removed lastModified method from Release and the sole reference to it
from happyjuddi.jsp"

>From where do you still see it referenced?
>  
> Thanks.
> Shukie
>  
>  
> HTTP Status 500 -
> ------------------------------------------------------------------------
>
> *type* Exception report
>
> *message*
>
> *description* _The server encountered an internal error () that
> prevented it from fulfilling this request._
>
> *exception*
>
> org.apache.jasper.JasperException: javax.servlet.ServletException: java.lang.NoSuchMethodError: org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
> 	org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:541)
> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:417)
> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>
> *root cause*
>
> javax.servlet.ServletException: java.lang.NoSuchMethodError: org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
> 	org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:850)
> 	org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:779)
> 	org.apache.jsp.happyjuddi_jsp._jspService(happyjuddi_jsp.java:417)
> 	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>
> *root cause*
>
> java.lang.NoSuchMethodError: org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
> 	org.apache.jsp.happyjuddi_jsp._jspService(happyjuddi_jsp.java:218)
> 	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>
> *note* _The full stack trace of the root cause is available in the
> Apache Tomcat/6.0.14 logs._
>
>  
>  


JUDDI-2.0rc5 configuration

Posted by Shukumar Ganguly <sg...@progress.com>.
Hi Kurt,
 
Good day. A sincere thanks to you for all your help on this forum with
information on JUDDI. 
 
I am currently upgrading JUDDI from 0.9rc4 to JUDDI-2.0rc5. Is it as
simple as replacing the juddi.jar with the juddi-2.0rc5.jar. Are there
any other configuration changes that I should be wary of. I get the
following exception in my Happy Juddi page when I validate the install.
Any ideas what I might be doing wrong. 
 
Thanks. 
Shukie
 
 
HTTP Status 500 - 
________________________________


type Exception report

message 

description The server encountered an internal error () that prevented
it from fulfilling this request.

exception 

org.apache.jasper.JasperException: javax.servlet.ServletException:
java.lang.NoSuchMethodError:
org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
	
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServle
tWrapper.java:541)
	
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:417)
	
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
	
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)


root cause 

javax.servlet.ServletException: java.lang.NoSuchMethodError:
org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
	
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageCont
extImpl.java:850)
	
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContex
tImpl.java:779)
	
org.apache.jsp.happyjuddi_jsp._jspService(happyjuddi_jsp.java:417)
	
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
	
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:393)
	
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
	
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)


root cause 

java.lang.NoSuchMethodError:
org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
	
org.apache.jsp.happyjuddi_jsp._jspService(happyjuddi_jsp.java:218)
	
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
	
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:393)
	
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
	
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)


note The full stack trace of the root cause is available in the Apache
Tomcat/6.0.14 logs.

 
 

Re: help about java client for publishing wsdl service on juddi

Posted by Kurt T Stam <ks...@apache.org>.
If you can try  using scout (jaxr) instead of uddi4j. We have not have
gotten a change to look into testing uddi4j, but anything you learn will
be welcome.

Shanbo Li wrote:
> Hi there,
>  
> i am sure that i setup the juddi and i can see the
> http://localhost:8080/juddi/happyjuddi.jsp with everything good.
>  
> but i cannot publish my webservice with WSDL.
>  
> both v0.9 and 2.0 have the same exception as shown follow:
>  
> ------------------------------------------------------------------------
> org.uddi4j.transport.TransportException: C:\IdeaProjects\PWS_HW2\<?xml
> version="1.0" encoding="utf-8" ?><SOAP-ENV:Envelope
> xmlns:SOAP-ENV="http:\schemas.xmlsoap.org\soap\envelope\"><SOAP-ENV:Header\><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode\><faultstring>Fault
> string, and possibly fault code, not
> set<\faultstring><\SOAP-ENV:Fault><\SOAP-ENV:Body><\SOAP-ENV:Envelope>
> (The filename, directory name, or volume label syntax is incorrect)
> ------------------------------------------------------------------------
>  
> i did everything as the guide told and
> what i want is just pulish my WSDL which located at
> http://localhost:8080/axis/services/CalculatorService?wsdl
>  
> please help me or show me the java client code to pulish this to juddi.
>  
> any help will be greatly appreciate!!!!!!!!!!!!
>  
>  
> i am already working on that for couple days and almost give up......
>  
> please....please.......help.....
>  
> Best Regards,
> Shanbo Li
>  
> -- 
> Master student
> Software Engineering of Distributed Systems, KTH
> E-mail: shanboli@Gmail.com <ma...@Gmail.com>

-- 
Kurt T Stam
kstam@apache.org

callto://kurtstam
c. +1 978.471.9213
f. +1 432.224.0461


Re: help about java client for publishing wsdl service on juddi

Posted by bengbengMonkey <be...@gmail.com>.


Shanbo Li wrote:
> 
> Hi there,
> 
> i am sure that i setup the juddi and i can see the
> http://localhost:8080/juddi/happyjuddi.jsp with everything good.
> 
> but i cannot publish my webservice with WSDL.
> 
> both v0.9 and 2.0 have the same exception as shown follow:
> 
> ------------------------------------------------------------------------
> org.uddi4j.transport.TransportException: C:\IdeaProjects\PWS_HW2\<?xml
> version="1.0" encoding="utf-8" ?><SOAP-ENV:Envelope
> xmlns:SOAP-ENV="http:\schemas.xmlsoap.org\soap\envelope\"><SOAP-ENV:Header\><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode\><faultstring>Fault
> string, and possibly fault code, not
> set<\faultstring><\SOAP-ENV:Fault><\SOAP-ENV:Body><\SOAP-ENV:Envelope>
> (The
> filename, directory name, or volume label syntax is incorrect)
> ------------------------------------------------------------------------
> 
> i did everything as the guide told and
> what i want is just pulish my WSDL which located at
> http://localhost:8080/axis/services/CalculatorService?wsdl
> 
> please help me or show me the java client code to pulish this to juddi.
> 
> any help will be greatly appreciate!!!!!!!!!!!!
> 
> 
> i am already working on that for couple days and almost give up......
> 
> please....please.......help.....
> 
> Best Regards,
> Shanbo Li
> 
> -- 
> Master student
> Software Engineering of Distributed Systems, KTH
> E-mail: shanboli@Gmail.com
> 
> 
just rename the "happyjuddi.jsp" ex:"testjuddi.jsp"
-- 
View this message in context: http://www.nabble.com/help-about-java-client-for-publishing-wsdl-service-on-juddi-tp15275269p19753657.html
Sent from the jUDDI - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-user-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-user-help@ws.apache.org