I have a wsdl provided where the binding uses the style=document
I have worked with style=rpc and I know the strcuture of the object that I need to pass.
In the wsdl style=document the operation soap body is use=literal and the soap action has the URL.
So whats the significance of the soap action there and use=literal
I was going through some URL's for soap to understand the difference between style=document and style=rpc
I understood that there is no restriction over the message you are sending in soap:body in style=document. What do they mean by this.
So Is that I should be building an XML and then sending that xml file as argument in my soap call for the style=document.
Can anyone tell me what should I be sending as argument in my soap call.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.