Deepal,

 

Thanks for responding! Do you have a date you are targeting to release? I would be willing to use the Java2wsdl tool as a beta customer.

 

I also have one more question for you on a different problem I have come across.

 

I created a simple wsdl for our web service before creating a more complex one. The wsdl has a simple echo function.  I can consume the web service with an axis2 client. I am unable to access the service in a .net client. I am using Visual Studio 2003. With the attached wsdl Visual Studio shows the test description with the method echo. Visual Studio also displays the message “The HTML document does not contain Web service discovery information.

 

I have placed the wsdl in the META-INF directory inside the service jar. I have followed your suggestions in msg –Id 012001c5f499$319291f0$c201a8c0, dated 2005-11-29 3:37:53 “Questions on service name”.

 

Am I missing something? Any help would be greatly appreciated.

 

Thanks in advance,

 

John


From: Deepal Jayasinghe [mailto:[EMAIL PROTECTED]
Sent: Monday, December 19, 2005 8:18 PM
To: [email protected]
Subject: Re: Java2wsdl for axis2 release 9.3

 

Hi John;

 

we did not finish Java2wsdl for 0.93 so we did not create a tool for Java2wsdl , but now its almost done we will make it available soon.


Thanks,
 Deepal
................................................................
~Future is Open~

----- Original Message -----

From: john

Sent: Tuesday, December 20, 2005 2:54 AM

Subject: Java2wsdl for axis2 release 9.3

 

 

 

Hi,

 

It appears that Java2WSDL should be available in axis2 release 9.3 but all I found was an html file under the docs directory. Where is the Java2WSDL tool?

 

Thanks,

 

John

 

<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"; xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:s="http://www.w3.org/2001/XMLSchema"; xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:tns="http://tempuri.org/"; xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"; xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"; xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; targetNamespace="http://tempuri.org/";>
	<wsdl:types>
		<s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/";>
			<s:element name="echo">
				<s:complexType/>
			</s:element>
			<s:element name="echoResponse">
				<s:complexType>
					<s:sequence>
						<s:element minOccurs="0" maxOccurs="1" name="echoResult" type="s:string"/>
					</s:sequence>
				</s:complexType>
			</s:element>
		</s:schema>
	</wsdl:types>
	<wsdl:message name="echoSoapIn">
		<wsdl:part name="parameters" element="tns:echo"/>
	</wsdl:message>
	<wsdl:message name="echoSoapOut">
		<wsdl:part name="parameters" element="tns:echoResponse"/>
	</wsdl:message>
	<wsdl:portType name="ONMServiceSoap">
		<wsdl:operation name="echo">
			<wsdl:input message="tns:echoSoapIn"/>
			<wsdl:output message="tns:echoSoapOut"/>
		</wsdl:operation>
	</wsdl:portType>
	<wsdl:binding name="ONMServiceSoap" type="tns:ONMServiceSoap">
		<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
		<wsdl:operation name="echo">
			<soap:operation soapAction="http://tempuri.org/echo"; style="document"/>
			<wsdl:input>
				<soap:body use="literal"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="literal"/>
			</wsdl:output>
		</wsdl:operation>
	</wsdl:binding>
	<wsdl:service name="ONMService">
		<documentation xmlns="http://schemas.xmlsoap.org/wsdl/"/>
		<wsdl:port name="ONMService" binding="tns:ONMServiceSoap">
			<soap:address location="http://cosdvps1:8082/axis2/services/ONMService"/>
		</wsdl:port>
	</wsdl:service>
</wsdl:definitions>

Reply via email to