Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- 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:24 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
