|
Hi Enrique,
It is little tricky to ensure that the intended web services are invoked when you use doc-lit type of services and your WSDL contains more than one web services operation. You will have to take care of following few things.
Hope this helps.
Regards, Shrikant Wagh QA Lead, HPP/Eprofile, HP
Note: I found that WebServiceTester from Optimyz software is a very good tool for testing any types of web services, and I’m great fan of this tool. It supports all types of web services, and all simple and complex types and it very usable than any other tool in the market I ever encountered/evaluated. It automatically generates the SOAP requests and invokes the intended web services. It can perform functional, regression and load testing of web services. Result analysis and status reporting is just wonderful. �I’ll highly recommend this tool for testing web services, saves lots of time and efforts in testing web services. For more information visit http://www.optimyz.com.
================================================================ THESE ARE MY PERSONAL VIEWS/OPINIONS AND DOES NOT REPRESENT HP, AND THE INFORMATION PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.� IN NO EVENT SHALL THE HP BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS INFORMATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-----Original Message-----
Hi all, when we use document style web services, the method name of the server don’t appear on the xml call.
How resolve the web service who is the method that execute the client call? Looking to the example, how the server now that the method the user is calling is “method” and not “method2”???
Pardon for my english, i hope it is clear enough.
Regards, Enrique
Example extrac form the user guide documentation
<soap:Envelope xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"> <soap:Body> <myNS:PurchaseOrder xmlns:myNS="http://commerce.com/PO"> <item>SK001</item> <quantity>1</quantity> <description>Sushi Knife</description> </myNS:PurchaseOrder> </soap:Body></soap:Envelope>
|
- how a web service resolve a document style invocation Enrique Rodr�guez
- Wagh, Shrikant
