Re: WSDLException: Can't find prefix for...

2005-01-28 Thread TMG
erId userId) throws VxsPersistenceException; public void updateNotificationProfile(VxsNotificationProfile profile) throws VxsPersistenceException; It deploys successfully but when I try to view the WSDL I get the following exception: Fault - ; nested exception is: WSDLException: faultCode=OTHER_ERRO

WSDLException: Can't find prefix for...

2005-01-28 Thread Greg Cawthorn
updateNotificationProfile(VxsNotificationProfile profile) throws VxsPersistenceException; It deploys successfully but when I try to view the WSDL I get the following exception: Fault - ; nested exception is: WSDLException: faultCode=OTHER_ERROR: Can't find prefix for

WSDLException: faultCode=OTHER_ERROR: Can't find prefix for

2004-01-14 Thread Pravir Ramtekkar
webservice. BUT when I try to generate a WSDL I get a following error. WSDLException: faultCode=OTHER_ERROR: Can't find prefix for 'http://myDomainName'. Namespace prefixes must be set on the Definition object using the addNamespace(...) method.: The webservice I am trying to use has th

WSDLException: faultCode=OTHER_ERROR: Can't find prefix for

2004-01-13 Thread Pravir Ramtekkar
webservice. BUT when I try to generate a WSDL I get a following error. WSDLException: faultCode=OTHER_ERROR: Can't find prefix for 'http://myDomainName'. Namespace prefixes must be set on the Definition object using the addNamespace(...) method.: The webservice I am trying to use has th

Can't find prefix for...

2003-11-18 Thread Leonardo Mena
Hi, I am trying to deploy a WS with Axis, but an error message comes instead of the WSDL when I request it:   Nov 18, 2003 4:31:14 PM org.apache.axis.providers.java.JavaProvider generateWSDLINFO: Mapping Exception to AxisFaultWSDLException: faultCode=OTHER_ERROR: Can't find prefix for

org.apache.axis.wsdl.Java2WSDL --> WSDLException: faultCode=OTHER_ERROR: Can't find prefix for 'http://activation.javax'

2003-10-07 Thread Pedro Salazar
The class javax.activation.DataHandler is defined in a java or javax package and cannot be converted into an xml schema type. An xml schema anyType will be used to define this class in the wsdl file. WSDLException: faultCode=OTHER_ERROR: Can't find prefix for 'http://activation.javax'. Namespace pr

WSDLException: faultCode=OTHER_ERROR: Can't find prefix for 'http://ejb.javax'

2002-11-23 Thread Sascha Kulawik
ltCode=OTHER_ERROR: Can't find prefix for 'http://ejb.javax'. Namespace prefixes must be set on the Definition object using the addNamespace(...) method.: AxisFault faultCode: {http://www.w3.org/2002/06/soap-envelope}Server.userException faultSubcode: faultString: WSDLException:

RE: Java2WSDL: Can't find prefix for 'http://www.w3.org/1999/XMLSchema'

2002-11-22 Thread Sascha Kulawik
Right, Ive seen, that I had the JBOSS.NET files in classpath - so I haven't really used the nightly build axis files. Currently I have the same problem with another class described following: Fault - WSDLException: faultCode=OTHER_ERROR: Can't find prefix for 'http://ejb.ja

RE: Java2WSDL: Can't find prefix for 'http://www.w3.org/1999/XMLSchema'

2002-11-22 Thread Douglas Bitting
Try a nightly build... this defect was fixed a week or two ago. Cheers, --Doug -Original Message- From: Sascha Kulawik [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 9:44 AM To: [EMAIL PROTECTED] Subject: Java2WSDL: Can't find prefix for 'http://www.w3.org/1999

Java2WSDL: Can't find prefix for 'http://www.w3.org/1999/XMLSchema'

2002-11-22 Thread Sascha Kulawik
rom 11/22/2002. This one has worked in JBOSS.NET. WSDLException: faultCode=OTHER_ERROR: Can't find prefix for 'http://www.w3.org/1 . Namespace prefixes must be set on the Definition object using th e addNamespace(...) method.: at org.apac