Thanks Deepal,
I had 2 port type in my wsdl
<portType name="HelloWorldAsync">
<operation name="initiate">
<input message="tns:HelloWorldAsyncRequestMessage"/>
</operation>
</portType>
<portType name="HelloWorldAsyncCallback">
<operation name="onResult">
<input message="tns:HelloWorldAsyncResponseMessage"/>
</operation>
</portType>
and it completely ignore portType HelloWorldAsyncCallback only one portType
is displayed HelloWorldAsync.
I have BPEL client whose is going to invoke this service and I want him to
see same wsdl which I created not the generated one, work around for this
problem I manually copy same wsdl in some webapp location like
http://localhost:8080/axis2/HelloWorld.wsdl and BPEL access this WSDL
Instead of http://localhost:8080/axis2/services/HelloWorld?wsdl
Thanks
Gopal
--
View this message in context:
http://www.nabble.com/-Axis2-1.0-RC1-User-defined-WSDL-t1460029.html#a3946362
Sent from the Axis - User forum at Nabble.com.