[Mono-dev] wsdl issue?
blackdog
rmt512 at gmail.com
Fri Nov 17 09:15:08 EST 2006
Hi
I'm new to web services so i don't know what's going on here. I generate my
web service and i can access it no problem from a mono client, however, i
tried to create a java web service client from netbeans 5.5 and it
complained about the documentation attribute turning up twice .... sure
enough on inspection of the wsdl, i see this
<message name="StopAllHttpPostOut"/>
−
<portType name="ControlSoap">
−
<operation name="Start">
<wsdl:documentation>test</wsdl:documentation>
<wsdl:documentation>test</wsdl:documentation>
<input message="s0:StartSoapIn"/>
<output message="s0:StartSoapOut"/>
</operation>
−
<operation name="Stop">
<wsdl:documentation> </wsdl:documentation>
<wsdl:documentation></wsdl:documentation>
<input message="s0:StopSoapIn"/>
<output message="s0:StopSoapOut"/>
</operation>
if my methods have or don't have a description then the documentation
attribute turns up twice.
Is this a bug in mono or java? oh i'm running this on mono 1.1.18.
Thanks
Ritchie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20061117/e3a8b921/attachment.html
More information about the Mono-devel-list
mailing list