Showing posts with label soap headers. Show all posts
Showing posts with label soap headers. Show all posts
Sending Custom SOAP Headers in PHP Web Services
Monday, November 3, 2008
There are 2 basic ways of building custom soap headers in your PHP Web Service Client, I.e. With and without WSDL. Check this blog post for more details on how to do follow each of these approach..
Labels:
custom headers,
soap headers,
WSHeader,
WSMessasge
Howto Build Custom SOAP Headers in WSDL Using Axis2/C and WSF/PHP
Thursday, August 21, 2008
WSF/PHP latest trunk has the support for sending and serving custom headers in the WSDL Mode. Read this blog about Howto Build Custom SOAP Headers in WSDL Using Axis2/C and WSF/PHP for more details about the API and how you would declare custom headers in a WSDL.
Labels:
API,
Axis2/C,
custom headers,
SOAP,
soap headers,
WSDL
WSDL Mode Improvement for the next release
Thursday, July 31, 2008
Nandika has recently blog about the latest major features in the next WSF/PHP release. In addition to that it has some minor features as well. One of that big minor feature is it is bundled with the complete support for the WSDL mode.
In the last release we have done lot of improvements to the wsdl mode so it was able to handle most of the common wsdls you can find in public and enterprise. And from this release,
In the last release we have done lot of improvements to the wsdl mode so it was able to handle most of the common wsdls you can find in public and enterprise. And from this release,
- You can send and recieve MTOM, SWA attachements in WSDL mode, Whenever you found base64Binary in wsdl you can specify send this type as MTOM or SWA attachment using the useMTOM option.
- You can send and recieve SOAP headers using WSDL mode.
- The xsi:type based serialization and deserialization. This allows you to send and recieve Child type in place of parent schema types. In other terms you can work with the true polymorphism in your xml messages.
Labels:
Features,
MTOM,
polymorphism,
soap headers,
SWA,
WSDL mode,
wsf/php 2.0.0,
xsi:type
Subscribe to:
Posts (Atom)