Search the web
Sign In
New User? Sign Up
wsdl
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
What is wrong with this simple wsdl??   Message List  
Reply | Forward Message #2157 of 2160 |
Re: What is wrong with this simple wsdl??

Jason - Thank you so much!


--- In wsdl@yahoogroups.com, Jason Viers <lists@...> wrote:
>
> kellyclauson wrote:
>
> > > Notice it does not nest the <aValue> element inside the
operation.
> > > In fact there is no element corresponding to the operation.
Why?
> >
>
>
> The short answer is "because you told it not to." :)
>
> <soap:binding transport="http://schemas.xmlsoap.org/soap/http
> <http://schemas.xmlsoap.org/soap/http>" style="document" />
> The <soap:body use="literal" />
>
> The document/literal style means use the message exactly as you
define
> it. If you want it to be automatically wrapped in
> mymethod/mymethodResponse elements, you'll probably want
RPC/literal, or
> RPC/encoded. This page explains the differences in more detail:
>
> http://www.ibm.com/developerworks/webservices/library/ws-whichwsdl/
>
> Jason
>





Fri Sep 26, 2008 9:00 pm

kellyclauson
Online Now Online Now
Send Email Send Email

Forward
Message #2157 of 2160 |
Expand Messages Author Sort by Date

I have a very simple wsdl (below) that I expect to load using SoapUI and get a proper request. But the request generated by SoapUI does not contain an element...
kellyclauson
Online Now Send Email
Sep 26, 2008
8:15 pm

... The short answer is "because you told it not to." :) <soap:binding transport="http://schemas.xmlsoap.org/soap/http <http://schemas.xmlsoap.org/soap/http>"...
Jason Viers
bean8107
Offline Send Email
Sep 26, 2008
8:36 pm

Jason - Thank you so much! ... operation. ... Why? ... define ... RPC/literal, or...
kellyclauson
Online Now Send Email
Sep 26, 2008
9:00 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help