Hi,

1.
We generate services and types out of a wsdl+xsd definition with the
cxf maven plugin. Next, we expose the services in a osgi runtime using
the dosgi implementation. Now, when looking up the service definition
with http://foo:8080/service/MyService?wsdl we get a "generated"
version of the wsdl out of the java types.
Is there a chance to get the originally defined wsdl ? They are
contained inside the bundle of cause.
This might be a cosmetic thing but is important for people following a
contract (wsdl) first approach - and do not like different wsdls of
the same contract.

2.
Also, we have strange problems with some generated services that are
processed nicely on the server side, (seeing the payload log on
server), but get back nulls for all values.
Though this field is undiscovered yet, but maybe someone had this
problem before and can point us to something.

Thanks in advance,
Toni

Reply via email to