Hello,

I have a serious problem with my WS. I implemented WS using WSDL generated by
axis2 on the fly - I've defined in/out java objects, WS implementation and
created service.xml by hand. This snipped code is:
<operation name="login">
 <messageReceiver  class="org.apache.axis2.rpc.receivers.RPCMessageReceiver"/>
 <actionMapping>urn:login</actionMapping>
</operation>

public Response login(String userName) {...}

But I need to edit XSD by hand and not generate it =:-()

OK, I've implemented the WSDL and XSD, but the problem is, how to write
services.xml to use existing code - I haven't free time to reimplement it.

I try WSDL2Java to generate services.xml, but it generates new
skeleton/messageReceiver but I want to use existing one. Is there a way how to
push WSDL2Java use existing portType ??? Or is there a way how to change the
services.xml to use existing WSDL file ???

Thanks a lot to all.

     Pat


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to