[rt-devel] rt SOAP server

Jesse Vincent jesse at bestpractical.com
Sat Jun 28 11:52:07 EDT 2003



On Sat, Jun 28, 2003 at 05:24:19PM +0200, Michael Lausch wrote:
> I have one question though:
> i started to make WSDL files, so that a test client in C# (well M$ .NET
> architecture *is* the ultimate test client) can be written easily. But
> in this step i discovered that the server is designed to get all ticket
> creation parameters as one hash array, but i'd like to define some XML
> schemas (e.g. Ticket) so that i can pass a structure on the client side.
> so the 'createTicket' function now gets something like this as an input
> parameter
> @_[0]:
>     Ticket:
>          Queue => 'general'
>          Requestor => 'mla at lausch.at'
> and @_[1] could be any other parameter.
> are  there any objections to define Schemas in the WSDL file which
> describe entitys such like 'Ticket', 'CustomField' and  to rewrite the
> server functions to accept structs instead of one big array?
> 
I'm somewhat of a SOAP newbie, so I apologize if I've gotten it wrong.
Would it be possible to see a chunk of a WSDL file for what we're doing
now and what we "should" be doing?
      
      Thanks,
      Jesse

-- 
http://www.bestpractical.com/rt  -- Trouble Ticketing. Free.



More information about the Rt-devel mailing list