The following issue has been updated:
Updater: Morgan Delagrange (mailto:[EMAIL PROTECTED])
Date: Thu, 4 Sep 2003 1:10 PM
Changes:
timeoriginalestimate changed from 0
timeestimate changed from 0 minutes
Component changed to taglib.soap
Component changed from tags
---------------------------------------------------------------------
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
Remaining: Unknown
Project: jelly
Components:
taglib.soap
Assignee:
Reporter: Dan Diephouse
Created: Tue, 24 Jun 2003 2:24 PM
Updated: Thu, 4 Sep 2003 1:10 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/secure/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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]