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...
Stallfeed asked 16/5, 2012 at 15:22

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

GroovyWS is a framework which is internally using CXF. I want to make a request as follows: <param2 xsi:type="ns2:Map"> <item xsi:type="ns2:Map"> <key xsi:type="xsd:string">par...
Powerboat asked 7/8, 2012 at 20:18

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.