Hello,

I generate a WSDL from my sources. I have a One-Way communication. The 
ServiceConsumer calls a method, which has no response.

The generated WSDL looks like this:
<wsdl:operation name="closeTransferSession">
    <wsdl:input
        xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl";
        message="axis2:closeTransferSessionMessage"
        wsaw:Action="urn:closeTransferSession" />
    <wsdl:fault
        xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl";
        message="axis2:serviceNotAvailableFault" 
        name="serviceNotAvailableFault"
        
wsaw:Action="http://comchannel.comserver.edocbox.nepatec.de/DocumentTransferServicePortType/closeTransferSession/Fault/serviceNotAvailableFault";
 />
</wsdl:operation>


This is not schema conform... The schema wants a wsdl:output element between 
input and fault. 

I can insert it by hand, but this is also not correct. The Service does not 
send a response message. Has anyone an idea want I can do?

Without wsld:output Element the wsdl does not pass the WS-I Test to be conform 
to basic Profile 1.3.

Thanks a Lot!

_______________________________________________________________
SMS schreiben mit WEB.DE FreeMail - einfach, schnell und
kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192


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

Reply via email to