Hello!

I want to create a ConfigurationContext programatically (without using any file). Couldn't find information about that in the Axis wiki (using "ConfigurationContext" for searching), probably somebody could add it?

What I want is to write a plugin for some special case, in which most parameters are fixed.

Especially, I need to contact to an Axis1 service using Axis2. Currently, I cannot even ask for the wsdl (using sth. like https://the.axis1.example//Export?wsdl;some;params), while access is possible using a browser. Getting a HTTP 400 at
  ServiceClient client = new ServiceClient(null, wsdlUrl, ..., ...);
(Think this worked at some time, but not used about one year.)


Kind regards

Peter


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to