[Mono-dev] wsdl issue?

Marcos Cobeña marcoscobena at gmail.com
Sat Nov 18 06:16:44 EST 2006


Hi there,

As a quick check, could you try the same under MS .NET? Sometimes,
Java WS don't work as expected against .NET ones, they differ on basic
data types and so on.

In addition, it'd be nice to have Java WSDL file.

I'll be waiting for your feedback.

Regards,

2006/11/17, blackdog <rmt512 at gmail.com>:
> 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
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
>


-- 
Marcos - http://www.youcannoteatbits.org


More information about the Mono-devel-list mailing list