You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ji...@codehaus.org on 2003/06/24 21:26:59 UTC

[jira] Updated: (JELLY-60) [SOAP] InvokeRaw tag and Username/Password features for Invoke tag

The following issue has been updated:

    Updater: Dan Diephouse (mailto:dan@envoisolutions.com)
       Date: Tue, 24 Jun 2003 2:25 PM
    Comment:
InvokeRaw tag and Invoke tag patches
    Changes:
          Attachment changed from  to soappatch.diff
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-60&page=history

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-60


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JELLY-60
    Summary: [SOAP] InvokeRaw tag and Username/Password features for Invoke tag
       Type: New Feature

     Status: Unassigned
   Priority: Major

 Time Spent: Unknown
   Estimate: 0 minutes

    Project: jelly
 Components: 
             tags

   Assignee: 
   Reporter: Dan Diephouse

    Created: Tue, 24 Jun 2003 2:24 PM
    Updated: Tue, 24 Jun 2003 2:25 PM

Description:
I decided to go ahead and create a <soap:invoke> tag that takes a whole soap request.  I called it <soap:invokeraw/>.  If anyone has a better name, I'm up for it .  I found this is actually a great capability for testing since it allows me to completely simulate other toolkits - like MS.NET's Compact Framework.  I just capture the request with Axis's tcpmon and throw it into jelly.

So I use it like this:

      <soap:invokeraw endpoint="http://localhost/some/service"
              var="response">

        <soap:Envelope ....>
       <soap:Header>
          Your headers
       </soap:Header>
       <soap:Body>
          <ns:yourMethod />
       </soap:Body>
      </soap:Envelope>
    
      </soap:invokeraw>

Also in the patch is username/password support for the invoke tag.  That  one isn't well tested though.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org