groovyws Questions
4
Solved
I just need a SOAP client to make remote calls, but I'm a bit of a Groovy noob. According to the Groovy documentation, the standard Groovy SOAP library is deprecated. Instead, the docs point you to...
2
Solved
So I'm having a couple of ANT scripts using Groovy to process complex calculations normal ANT can't do (at least afaik). I'm trying to access an Axis2 web service using a SOAP-envelope via Groovy. ...
Grijalva asked 9/10, 2012 at 8:27
2
Solved
1
Solved
I'm creating a Groovy client for a .net SOAP service that requires a soap header that looks like this:
<soap:Header>
<HeaderInfo xmlns="http://foo.bar.com/ns">
<token>abc-uniqu...
Barm asked 27/9, 2010 at 21:12
3
Solved
I've faced with a problem of sending complex requests with GroovyWS.
This is sample request generated by soapUI:
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
...
Patricapatrice asked 23/7, 2010 at 10:51
1
© 2022 - 2024 — McMap. All rights reserved.