Axis response has incorrect namespace?

2004-08-24 Thread Dana Kaufman
I can't figure this out. I have a simple Echo web service written in Java using Axis. Axis appears to return a namespace attribute as part of the wrong element. My response looks like this: soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/;

Re: Differences in WSDL generated from JAVA2WSDL and Dynamic WSDL?

2004-07-29 Thread Dana Kaufman
http://www.fawcette.com/javapro/2003_04/online/wsdl_kjones_04_29_03/default_pf.aspx for an example of usage of the namespace tag. On Wed, 28 Jul 2004 14:35:18 -0700 (PDT), Dana Kaufman [EMAIL PROTECTED] wrote: Ok, I tracked down the exact problem I am having with the WSDLs. Accessing

Differences in WSDL generated from JAVA2WSDL and Dynamic WSDL?

2004-07-28 Thread Dana Kaufman
Hi, I have an Axis 1.2beta2 server and a few .Net clients. I noticed that the WSDL I generate with Java2WSDL is different than the one I get from Axis dynamically using ?wsdl. Specifically ?wsdl makes all of the soapAction attributes blank () and seems to strip out the namespace definitions.

Re: Differences in WSDL generated from JAVA2WSDL and Dynamic WSDL?

2004-07-28 Thread Dana Kaufman
Ok, I tracked down the exact problem I am having with the WSDLs. Accessing the wsdl using ?wsdl returns a WSDL with the namespace set wrong in the response. The wsdl file generated in using Java2WSDL is correct. Below is an example. Notice the namespace in the request is basically my