posts - 4237, comments - 3946, trackbacks - 370

Disclaimer

This was my personal weblog originally hosted by UgiDotNet, written mostly in Italian.

This blog is now part of my new site:
These postings are provided 'AS IS' with no warranties, and confer no rights. The views expressed on this weblog are mine alone and do not necessarily reflect the views of my employers.

Licenza Creative Commons

Tag Cloud

Archives

Post Categories

AXIS 1.2RC3 migliora l'interoperabilità con .NET...

Meglio, l'ultima volta avevo avuto qualche "problemino"...

AXIS 1.2RC3 was released last week, although the AXIS releases page isn't yet updated.  If you are using AXIS 1.1, and want interop with .NET, you really should check out AXIS 1.2.  One thing that changed:  It does arrays of primitives nicely.  Another item: it no longer forces the 1st character in all webservice method names to be lower case (a la the  Java coding standard).  If the WSDL is uppercase, then it remains uppercase.  Some other nice cleanup, too. 

Here's a working example of an AXIS webservice that exposes methods that send String[] and float[] to clients.  The example also includes a working ASP.NET client that communicates to the service.   http://dinoch.dyndns.org:7070/axis1.2/AboutArrays.jsp 

All the source is included, too. Enjoy.

Fonte: http://weblogs.asp.net/DotNetInterop/archive/2005/03/03/384666.aspx

Print | posted on venerdì 4 marzo 2005 12:42 |

Feedback

Gravatar

# re: AXIS 1.2RC3 migliora l'interoperabilità con .NET...

Deo gratias!!! :D
04/03/2005 13:55 | lm
Comments have been closed on this topic.