All web services created using .NET have an associated WSDL. You can
obtain the WSDL from the .NET service by appending "?wsdl" to the
service endpoint URL. e.g., if the endpoint URL is
"http://www.example.org/service.asmx", you can get the WSDL from
"http://www.example.org/service.asmx?wsdl".
Anne
On Thu, Mar 6, 2008 at 1:30 PM, WJ Krpelan <krpelan_wj@yahoo.com> wrote:
> Hi,
> in .net the corresponding program is wsdl.exe
> I'm very interested whether MTOM-communications is
> interoperable so pls tell us your experiences.
> Cheers,
> Wolfgang
>
>
>
>
> --- Thilina Gunarathne <csethil@gmail.com> wrote:
>
> > Hi,
> > > > Now, I'm trying to create an application to talk
> > to a .NET web service and
> > > since .NET doesn't use WSDL, i cannot generate the
> > required files necessary
> > > to do the bindings.
> > Are you sure??... AFAIK .net use WSDL... According
> > to following (which
> > I found just now) .net even supports contract first
> > development..
> >
> http://msdn2.microsoft.com/en-us/magazine/cc163800.aspx
> >
> > Wat exactly is your use case.. ??
> >
> > thanks,
> > Thilina
> > > >
> > > > Does anyone know how to talk to a .NET
> > application with MTOM using Java ?
> > > >
> > > > Thanks,
> > > >
> > > >
> > >
> > >
> >
> >
> >
> > --
> > Thilina Gunarathne - http://thilinag.blogspot.com
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> > axis-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail:
> > axis-dev-help@ws.apache.org
> >
> >
>
>
>
>
> ____________________________________________________________________________________
> Looking for last minute shopping deals?
> Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org
|