RE: [Axis2] Problems with Statefull WebService and .NET client

2007-07-05 Thread John, Anil
WSE 3.0 is fully supported with .NET 2.0. You can find out more about it @ http://msdn2.microsoft.com/en-us/webservices/aa740663.aspx There is a link to download it from the link above. There are also links to hands on labs on the page above that should hopefully provide you with what you need. J

RE: [Axis2] HappyAxis fails: getRequestURL() not found

2006-11-28 Thread John, Anil
ubject: Re: [Axis2] HappyAxis fails: getRequestURL() not found Yep, it works with Tomcat 5.5 + JDK 1.5. I'll eventually need to incorporate Axis2 into our existing web server, which is running Tomcat 3.3. Is that going to be a problem? Greg On 11/27/06, John, Anil <[EMAIL PROTECTED]>

RE: [Axis2] HappyAxis fails: getRequestURL() not found

2006-11-27 Thread John, Anil
Greg, Any particular reason you are using Tomcat 3.3? The current version is 5.5.X. Don't know if it will help, but when I went through setting up my dev environment for web service development with Axis, I documented it @ http://www.aniltj.com/blog/2006/02/06/InstallAndConfigureApacheTomc

RE: WSRM simple tutorial between axis2 and WSE 3 RM implementation WSERM

2006-11-27 Thread John, Anil
There is a pretty good intro to WS-RM @ InfoQ from Paul. Don't think that you can go wrong with it as he is the OASIS TC Co-Chair for WS-RM as well as the VP of Tech at WSO2 :-) http://www.infoq.com/articles/fremantle-wsrm-introduction Regards, - Anil :- :- Anil John :- Johns Hopkins Univers

RE: General approach for xsd:union?

2006-07-07 Thread John, Anil
>Try instead. >Or maybe a substitution group. Support for substitution groups is pretty much of a non-starter in .NET. So if this the service contract (WSDL/Schema etc. etc..) will be shared with anyone using .NET so that they can generated their client proxies from that info, I would recommend

RE: Little Help for a Newbie?

2005-08-26 Thread John, Anil
Tim, The issue that you are running into is very expected in that there really is no direct mapping between certain language specific artifacts and XML Schema. A way around this is to first define what a Polygon is in XML Schema, generate the appropriate WSDL and go in the other direction with WS

RE: Field with second letter capitalized problem

2005-08-25 Thread John, Anil
Mike,   Which version of the Systinet registry are you using? The UDDI 2.0 compliant one or the newer UDDI 3.0 compliant one?   Instead of directly generating the client side stubs from the UDDI wsdl's, have you considered using the UDDI4J Library @ http://uddi4j.sourceforge.net/ ?   I do not

RE: Axis 1.2.1 to .NET Interoperability Question

2005-07-20 Thread John, Anil
Leslie,   As an aside, provided you have an InterOp friendly WSDL and Schema, on the .NET side you have an additional option for generating the client proxy than the built-in wsdl.exe.   That is to use the free WSCF Visual Studio.NET addin @http://www.thinktecture.com/Resources/Software/WSCon

RE: MTOM Support in Axis?

2005-07-20 Thread John, Anil
. regards, ~Thilina On 7/19/05, John, Anil <[EMAIL PROTECTED]> wrote: > to resolve > such issues at this early stage rather than when things are more s -- "May the SourcE be with u" http://www.bloglines.com/blog/thilina

RE: MTOM Support in Axis?

2005-07-19 Thread John, Anil
ms/archives/003213.html -- dims On 7/19/05, John, Anil <[EMAIL PROTECTED]> wrote: > > > Greetings, > > I am curious to find out what the timeline for MTOM support is for Axis. > > Especially given that Sun and Microsoft demo'd MTOM InterOp between > th

MTOM Support in Axis?

2005-07-19 Thread John, Anil
Title: MTOM Support in Axis? Greetings, I am curious to find out what the timeline for MTOM support is for Axis.  Especially given that Sun and Microsoft demo'd MTOM InterOp between their Web service toolkits at JavaOne recently. Regards, - Anil

RE: Calling Axis WebServices from C and .NET

2005-06-06 Thread John, Anil
Just to add to Anne's comment RE: .NET If you are going to be exposing your web service for consumption by varied clients, it may be worthwhile to consider the WSDL/Schema first approach to implementing your web service and client piece. In short: - Define the messages that are going to be exchan