WSDL Help --> Restrictions, pattern, minOccurs and maxOccurs
0 views
Skip to first unread message
James
unread,
Jun 27, 2008, 1:59:57 AM6/27/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to soap4r
Thanks for the great gem that you guys made. You guys rock!!!
One of our client had created a WSDL in ASP and sent it over asking us
to implement the same structure
in ruby. We managed to work out a simple WSDL with the SOAP4r gem.
But we are stuck with this kind of xml structure that we see in the
WSDL created through ASP.
Is it possible to do the same in ruby, i.e; can we give restrictions,
pattern, minOccurs and maxOccurs variables via the SOAP4r ?
Also can we define additional Request And Response Structures in the
WSDLs?