Error on auto-generated wsdl using JAXWSDeployer...

2008-10-15 Thread silver17
Hi guys, I've been looking at a standard way to develop web services that could potentially be slightly more portable across multiple servers, and the best way I've seen so far is to use JAX-WS annotations. I created a simple java program in eclipse. After that I export the project as a jar

useOriginalWsdl generates error when set to true.

2008-04-23 Thread silver17
Hi guys, I've been working on an Axis2 service and keep getting the same error. What I WANT to do is use the original wsdl but modify the soap address and I can't seem to do that. When I access the wsdl I would like to set the original wsdl to true and access the service at:

Re: useOriginalWsdl generates error when set to true.

2008-04-23 Thread silver17
I've uploaded the WSDL. On inspection of the console window for OC4J I also found this error: Could not create URL from 'META-INF/ExtractAAFCProfile.wsdl' and 'http://www.w3.org/2005/05/xmlmime; This seems like a major issue. silver17 wrote: Hi guys, I've been working on an Axis2

Which Annotations work in Axis 2.1.3?

2008-04-14 Thread silver17
Hi guys, I've been experimenting with annotations and axis2 web services, and have some degree of success, but would like some help. Some things i've noticed: 1. @WebResult has seems to have no affect when you load the services auto-generated ?WSDL 2. the targetNamespace functionality in

Re: WSDL XSD Schema Importing...

2008-01-10 Thread silver17
To answer your first question, yes it was a typo. I can also validate the wsdl and xsd's fine in eclipse, and when i set up the web service I can hit it and return a response using SOAPUI. Mauro Molinari wrote: silver17 ha scritto: http://localhost:8080/app/services

Re: WSDL XSD Schema Importing...

2008-01-10 Thread silver17
As an addition to this discussion, if instead of trying to reference the http://localhost/app/services/RegistryPublish.wsdl i get the following error: http://www.nabble.com/file/p14736457/serviceError.jpg silver17 wrote: Hi Guys, I've searched a lot of these forum posts and haven't been

Re: WSDL XSD Schema Importing...

2008-01-10 Thread silver17
with a nightly build? If you still getting the problem please send your wsdl. thanks, Amila. On Jan 10, 2008 3:33 AM, silver17 [EMAIL PROTECTED] wrote: Hi Guys, I've searched a lot of these forum posts and haven't been able to find a resolution to my problem. Currently I am using

WSDL XSD Schema Importing...

2008-01-09 Thread silver17
Hi Guys, I've searched a lot of these forum posts and haven't been able to find a resolution to my problem. Currently I am using Axis 2.1.3 and Eclipse Europa with the Apache Codegen wizard plugins. I created a WSDL that imports a couple of schemas and I'm having problems. When I attempt to

Re: WSDL XSD Schema Importing...

2008-01-09 Thread silver17
Suriarachchi wrote: can you please try with a nightly build? If you still getting the problem please send your wsdl. thanks, Amila. On Jan 10, 2008 3:33 AM, silver17 [EMAIL PROTECTED] wrote: Hi Guys, I've searched a lot of these forum posts and haven't been able to find a resolution to my

WSA Action = null for endpoint...

2008-01-09 Thread silver17
Hi guys, I'm relatively newb to the world of web services and i've come accross something else. I built a web service and put it in it's own war file, and it works, sort of. When I use my java client to hit the endpoint (eg: http://server/path/services/publish) it works great, but when i load

Re: AW: Axis 2.x and deployment...

2007-12-04 Thread silver17
application WAR. This quick tutorial is a good point to start from: http://wso2.org/library/90 Regards, Matthias -Ursprüngliche Nachricht- Von: silver17 [mailto:[EMAIL PROTECTED] Gesendet: Montag, 3. Dezember 2007 23:41 An: axis-user@ws.apache.org Betreff: Axis 2.x and deployment