Conclusion


Download CD Content

Communicating with Web Services in a Nonstandard Way

If you can’t find a Web Services implementation for the platform and/or language you wish to support, you may need to look at writing your own Web Services implementation. This is a large undertaking that involves considering the many standards that Web Services revolve around including HTTP, XML, WSDL, UDDI, and SOAP.

Beyond the standards, you need to consider whether your Web Services will be server-side based or client-side based only. Many implementations of Web Services are simply client-side so that the application can communicate with the outside world. This, however, doesn’t work well when the outside world needs to call your legacy system. This leads to creating something that serves Web Services, but then you also need to consider with what systems your implementation will be compatible.

Another alternative is to communicate with Web Services in a nonstandard way. This means that you use a Get or Post method to the Web Service and capture the results. Then utilize whatever string or XML parsing method you have available to you.




Cross-Platform Web Services Using C# and Java
Cross-Platform Web Services Using C# & JAVA (Charles River Media Internet & Web Design)
ISBN: 1584502622
EAN: 2147483647
Year: 2005
Pages: 128

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net