I've been testing web services for 4 years now.
Sometimes it's good to be reminded of the basics when you're explaining JAX-RPC or JAX-WS web services.
Ultimately, when you specify RPC or documental literal wrapped you're stating how the message will be translated to the SOAP envelope that is transmitted over the wire (AKA internet).
In the WSDL you specify the binding or what kind of translation you want in the binding node of the WSDL.
Then that style is used when the message is sent inside the SOAP envelope; specifically the SOAP body.
This IBM article states it well in the first paragraph.
http://www.ibm.com/developerworks/webservices/library/ws-whichwsdl/
Subscribe to:
Post Comments (Atom)
Exploring ELK (Elastic) Stack for hack-a-thon
At my current gig, our group finally got to do hack-a-thon week and I joined a team project that tied together a few of the technologies I...
-
When I first started using WebEx 3 years ago for my current job I accidentally set the WebEx One-click meeting topic to my colleagues' n...
-
I was having the toughest time trying to sync a new folder tree in my depot. I was getting this error: //depot/Some-path/some-sub-path/....
-
If you're doing security/cryptographic testing with Java - especially with JMeter - you might encounter errors in your testing where you...
No comments:
Post a Comment