| Author |
WSDL Doubts
|
Amit G Piplani
Ranch Hand
Joined: Jul 21, 2004
Posts: 82
|
|
Hi, What is the difference between <soap peration style="document"/> and <soap peration soapAction=""/> entires in WSDL? Regards, Amit
|
SCJP,SCWCD,SCBCD,SCDJWS1.4, SCDJWS1.5
|
 |
William Barnes
Ranch Hand
Joined: Mar 16, 2001
Posts: 965
|
|
The first one is refering to the WSDL binding sytle. Your example means you want to use "document/literal". Soap Action is something you use to set your headers. Not sure what setting it to nothing does.
|
Please ignore post, I have no idea what I am talking about.
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
A blank SOAPAction attribute means that the intent of the message must be infered from the URL.
|
Groovy
|
 |
 |
|
|
subject: WSDL Doubts
|
|
|