You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-user@portals.apache.org by donleyp <do...@yahoo.com> on 2006/05/05 17:15:11 UTC

Axis Error when requesting WSDL on WSRP4J Services

I am getting the following error when I try to retreive the wsdl from any of
the WSRP4J web services:
----- BEGIN PASTE of Axis Error -----
AXIS error

Sorry, something seems to have gone wrong... here are the details:

Fault - Bean attribute lang is of type java.lang.String, which is not a
simple type

AxisFault
 faultCode:
{http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
 faultSubcode: 
 faultString: Bean attribute lang is of type java.lang.String, which is not
a simple type
 faultActor: 
 faultNode: 
 faultDetail: 
	{http://xml.apache.org/axis/}hostname:CATL0W12JBRUCE
----- END PASTE of Axis Error -----

The URL I am requesting is:
http://localhost:8080/wsrp/services/WSRPServiceDescriptionService?wsdl

Tomcat version is 5.5.17
WSRP4J was checked out on May 3, 2006

Looking through the wsdl files in the wsdl directory, I see that the
references to "xml:lang" are commented out. I have some related posts on
various forums, but they all indicate that the use of "lang" instead of
"xml:lang" solved their problem. It does not seem to have solved this one.

What I am trying to do is get BEA WebLogic Portal to use the testportlet
through the WSRP4J producer running on Tomcat. If anyone has this working
please let me know!

Thanks!

Donley P'Simer
JavaTech, Inc.

--
View this message in context: http://www.nabble.com/Axis-Error-when-requesting-WSDL-on-WSRP4J-Services-t1564633.html#a4249099
Sent from the Wsrp4J - User forum at Nabble.com.


Re: Axis Error when requesting WSDL on WSRP4J Services

Posted by Kristofer Arnar Einarsson <kr...@kristofer.com>.
There is a "solution" to this on the mailing list in either May or June.

mbk / regards,
Kristofer


javamike9 wrote:
> Did you ever find a solution for this?

Re: Axis Error when requesting WSDL on WSRP4J Services

Posted by javamike9 <ja...@yahoo.com>.
Did you ever find a solution for this?
-- 
View this message in context: http://www.nabble.com/Axis-Error-when-requesting-WSDL-on-WSRP4J-Services-tf1564633.html#a5086135
Sent from the Wsrp4J - User forum at Nabble.com.


Re: Axis Error when requesting WSDL on WSRP4J Services

Posted by donleyp <do...@yahoo.com>.
Argh! I pasted the wrong URL into the post. I had tried using the "working
snapshot" dated May 2005 on the wiki to see if it solved my problem and that
was the URL I posted into this message.

The correct URL is:
http://localhost:8080/wsrp4j-producer/services/WSRPServiceDescriptionService?wsdl

Requesting this URL produced exactly the same Axis error in both versions
(trunk and 05/2005 snapshot).

Donley

--
View this message in context: http://www.nabble.com/Axis-Error-when-requesting-WSDL-on-WSRP4J-Services-t1564633.html#a4249318
Sent from the Wsrp4J - User forum at Nabble.com.