SOAP

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ]

Articles
Tips
  

Articles:
  • Use SOAP to Access EJB Components with PHP by Olexiy Prokhorenko   - [Clicks: 30]
    PHP code on the front end and EJBs on the back end—how do you make them talk to each other? Apply a little SOAP. Exposing the EJBs as Web services enables PHP to work with them, and SOAP is the key.
    http://www.devx.com/Java/Article/21707 - Aug, 2004
  • Combining SOAP and JavaMail by Sameer Tyagi   - [Clicks: 36]
    Think of JavaMail as an object-oriented wrapper around standard messaging protocols. See how to use it with SOAP and other transport protocols for asynchronous messaging among apps.
    http://www.ftponline.com/javapro/2004_05/magazine/features/styagi/ - Apr, 2004
  • The hidden impact of WS-Addressing on SOAP by Doug Davis   - [Clicks: 10]
    The WS-Addressing protocol might not seem like much at first glance. But it establishes message information headers that will make new Web services message flow patterns possible -- and that's something that will have a profound impact on SOAP engines and the future of the SOAP protocol itself.
    http://www-106.ibm.com/developerworks/library/ws-address.html - Apr, 2004
  • Build a SOAP-based Chat Application with Java Web Services Part 2 by Petr Dvorak   - [Clicks: 26]
    In Part 1, you built a fully-functional chat application using the Eclipse IDE and free Web services software from Systinet. In Part 2, use WASP Developer for Eclipse 4.6 to extend your original application with asynchronous messaging.
    http://www.devx.com/webdev/Article/18203 - Jan, 2004

[Top]

Tips:
  • Tip: Use a proxy network library for SOAP behind a firewall by Uche Ogbuji   - [Clicks: 12]
    If you are trying to access a SOAP service from behind a firewall and your SOAP library does not have support for proxying network connections, you may not be able to get through by direct request. In such cases, you can use socket redirection programs to make the connection through a proxy server. Uche Ogbuji shows how to do so in this tip.
    http://www-106.ibm.com/developerworks/xml/library/x-tipfire.html - Mar, 2004
  • Tip: SOAP 1.2 and the GET request by Benoit Marchal   - [Clicks: 10]
    SOAP 1.2 brings changes that help to weave Web services more into the fabric of the Internet. One of these changes is the introduction of the GET method. GET is important because it enables various optimizations. This has been demonstrated by the Web itself, which uses GET extensively. Find out more in this tip.
    http://www-106.ibm.com/developerworks/xml/library/x-tipgetr.html - Mar, 2004
  • Tip: Make SOAP and Web servers cohabit peacefully by Benoit Marchal   - [Clicks: 5]
    SOAP's strength is that it builds on the familiar and widely deployed Web infrastructure. That can also be a weakness because Web servers can make assumptions about Web services that are simply not true. In this installment, Benoit discusses some issues with error handling in Web services.
    http://www-106.ibm.com/developerworks/webservices/library/x-tipherr.html - Feb, 2004
  • Tip: Passing files to a Web service by Benoit Marchal   - [Clicks: 10]
    In this tip, Benoit discusses the different solutions available for passing binary data (typically files) to a Web service.
    http://www-106.ibm.com/developerworks/webservices/library/x-tippass.html - Feb, 2004

[Top]