why http://127.0.0.1/services/MyService is a valid endpoint when I try with
a client stub , if that isn't defined in wsdl (only
http://127.0.0.1:8080.http and soaphttp..)
Other question: at first, I get an error trying retrieve
http://127.0.0.1:8080/SNMP/services/MyService.ServiceHttpSoap11
Hi ,
In fact Rampart is the answer for your question. Rampart support for
basic security requirements that you don't need to worry about
certificates and complex configurations. Take a look [1]
[1] - http://wso2.org/library/240
Thanks !
On Tue, May 31, 2011 at 8:20 PM, Meeusen, Christopher W.
Hello,
I just want to add some basic authentication logic into our Axis2
deployment. I don't need to implement rampart and assign certs and all,
just want something basic that says this user is authorized to call this
subset of services/methods, but not these. I was going to implement a
custo
Hi all,
I've tried to generate stubs using *xmlbeans *data binding. I've got
the following error.
Caused by: org.apache.xmlbeans.XmlException:
http://schemas.xmlsoap.org/soap/encoding/:48:1: error: sch-props-correct.2:
Duplicate global type:
Array@http://schemas.xmlsoap.org/soap/encoding/(
Is it possible to generate code from an wsdl file without an service element?
If yes, how to do that?