You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Armaghan <ar...@gmail.com> on 2008/03/06 14:04:46 UTC

Re: MTOM Communication with .NET

Hi there,

>
>
> I created a service in Java and used WSDL2Java to create the required
> files to talk to my application. I was able to create the client and talk to
> my Java service
>
> 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.
>
> Does anyone know how to talk to a .NET application with MTOM using Java ?
>
> Thanks,
>
>

Re: MTOM Communication with .NET

Posted by Anne Thomas Manes <at...@gmail.com>.
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 <kr...@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 <cs...@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


Re: MTOM Communication with .NET

Posted by WJ Krpelan <kr...@yahoo.com>.
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 <cs...@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


Re: MTOM Communication with .NET

Posted by Thilina Gunarathne <cs...@gmail.com>.
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