RE: Axis2 1.5 WSDL2Java errors

2009-07-07 Thread LeftoverLinguine
My portType tag will now work but only if I leave the default one in as well --> It does give me the error again though when I put in the wsdl:port tag under wsdl:service. Does anyone see anything wro

RE: Axis2 1.5 WSDL2Java errors

2009-07-07 Thread LeftoverLinguine
I'm getting all of these errors running WSDL2Java from the 1.5 bin. -- View this message in context: http://www.nabble.com/Axis2-1.5-WSDL2Java-errors-tp24295840p24373563.html Sent from the Axis - User mailing list archive at Nabble.com.

RE: Axis2 1.5 WSDL2Java errors

2009-07-06 Thread Martin Gainty
e: Mon, 6 Jul 2009 11:54:24 -0700 > From: leftoverlingu...@gmail.com > To: axis-user@ws.apache.org > Subject: RE: Axis2 1.5 WSDL2Java errors > > > I'm able to generate code up until I change the wsdl:porttype tag. > > > jcaristi wrote: > > > > Your

RE: Axis2 1.5 WSDL2Java errors

2009-07-06 Thread LeftoverLinguine
I'm able to generate code up until I change the wsdl:porttype tag. jcaristi wrote: > > Your command is OK. Are you importing a WSDL 2 document? I not sure you > can import WSDL 2.0 from within WSDL 1.1. Try removing this import. If > this doesn't work, you could try a very small simple WSDL

RE: Axis2 1.5 WSDL2Java errors

2009-07-06 Thread Caristi, Joe
there, adding one feature at a time. -Original Message- From: LeftoverLinguine [mailto:leftoverlingu...@gmail.com] Sent: Monday, July 06, 2009 12:10 PM To: axis-user@ws.apache.org Subject: RE: Axis2 1.5 WSDL2Java errors C:\>wsdl2java -uri ss.wsdl http://schemas.mimeo.com/Enterprise

RE: Axis2 1.5 WSDL2Java errors

2009-07-06 Thread LeftoverLinguine
C:\>wsdl2java -uri ss.wsdl http://schemas.mimeo.com/EnterpriseServices/2008/09/StorageService"; xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex"; xmlns:wsa10="http://www.w3.org/2005/08/addressing"; xmlns:wsp="http://schemas.xmlsoap.org/ws/2004

RE: Axis2 1.5 WSDL2Java errors

2009-07-06 Thread Caristi, Joe
Could you post your entire WSDL document and the command that you are using to run WSDL2Java? -Original Message- From: LeftoverLinguine [mailto:leftoverlingu...@gmail.com] Sent: Monday, July 06, 2009 11:44 AM To: axis-user@ws.apache.org Subject: RE: Axis2 1.5 WSDL2Java errors I'm

RE: Axis2 1.5 WSDL2Java errors

2009-07-06 Thread LeftoverLinguine
I'm still getting the same error after trying both of those changes. Now it just says "Cannot find the declaration of element 'wsdl:definitions'." jcaristi wrote: > > If you define the WSDL namespace with a prefix, you will need to use it: > > xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; >

RE: Axis2 1.5 WSDL2Java errors

2009-07-06 Thread Caristi, Joe
e [mailto:leftoverlingu...@gmail.com] Sent: Monday, July 06, 2009 11:08 AM To: axis-user@ws.apache.org Subject: RE: Axis2 1.5 WSDL2Java errors When I use a local validation tool I get an error on the second line saying "cvc-elt.1: 9Cannot find the declaration of element 'definitions'.&

RE: Axis2 1.5 WSDL2Java errors

2009-07-06 Thread LeftoverLinguine
When I use a local validation tool I get an error on the second line saying "cvc-elt.1: 9Cannot find the declaration of element 'definitions'." The definition element seems to have everything it needs so I'm not really sure what the problem with it is. Here's the line that I'm getting the error

RE: Axis2 1.5 WSDL2Java errors

2009-07-02 Thread Caristi, Joe
al Message- From: LeftoverLinguine [mailto:leftoverlingu...@gmail.com] Sent: Thursday, July 02, 2009 3:00 PM To: axis-user@ws.apache.org Subject: RE: Axis2 1.5 WSDL2Java errors http://services.dev.mimeo.com/EnterpriseServices/2008/09/StorageService.svc?wsdl This is the WSDL file . When I put it in my brow

RE: Axis2 1.5 WSDL2Java errors

2009-07-02 Thread LeftoverLinguine
http://services.dev.mimeo.com/EnterpriseServices/2008/09/StorageService.svc?wsdl This is the WSDL file . When I put it in my browser it shows up fine. jcaristi wrote: > > In order to use this tool, your WSDL would need to be available on the > Internet. For example, if you point to an Amazon W

RE: Axis2 1.5 WSDL2Java errors

2009-07-02 Thread Caristi, Joe
Subject: RE: Axis2 1.5 WSDL2Java errors I used http://xmethods.net/ve2/Tools.po to validate it. I gave it a URL and the URL is available when I try it in a web browser. jcaristi wrote: > > What validation tool are you using? It seems like it can't retrieve your > WSDL. Did you prov

RE: Axis2 1.5 WSDL2Java errors

2009-07-01 Thread LeftoverLinguine
I used http://xmethods.net/ve2/Tools.po to validate it. I gave it a URL and the URL is available when I try it in a web browser. jcaristi wrote: > > What validation tool are you using? It seems like it can't retrieve your > WSDL. Did you provide a URL? Is the WSDL available at that URL? (Yo

RE: Axis2 1.5 WSDL2Java errors

2009-07-01 Thread Caristi, Joe
48 PM To: axis-user@ws.apache.org Subject: RE: Axis2 1.5 WSDL2Java errors When I attempt to validate it I get "WSDLException: faultCode=WSDL Retrieval error: Could not obtain data from connection". I think this may be because I need to specify a username/password, but is it possible fo

RE: Axis2 1.5 WSDL2Java errors

2009-07-01 Thread LeftoverLinguine
When I attempt to validate it I get "WSDLException: faultCode=WSDL Retrieval error: Could not obtain data from connection". I think this may be because I need to specify a username/password but is it possible for me to do that through WSDL2Java? jcaristi wrote: > > This is likely to be an erro

RE: Axis2 1.5 WSDL2Java errors

2009-07-01 Thread Caristi, Joe
This is likely to be an error in your WSDL. Try running it through a validation tool or loading it into SoapUI. -Original Message- From: LeftoverLinguine [mailto:leftoverlingu...@gmail.com] Sent: Wednesday, July 01, 2009 3:31 PM To: axis-user@ws.apache.org Subject: Axis2 1.5 WSDL2Java er