Click here to Skip to main content
15,887,214 members
Articles / Web Development / Apache

SOAP Messages Exchange Between .NET Clients and Axis Apache Web Services

Rate me:
Please Sign up or sign in to vote.
3.86/5 (4 votes)
2 Aug 2007CPOL6 min read 89.6K   994   34  
.NET Client sending and receiving complex SOAP messages from Java Axis web service
public class ClassOrderSummary {
    public int OrderID;
    public float OrderTotal;
    
    public ClassOrderSummary() 
    {
    }
        
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Peru Peru
Software Engineer from Peru, actually working in Software Consulting for Andean Community and European Union on Machu Picchu getting positive ions from Inca's sacred mountains.

Comments and Discussions