The problem occurs when woden resolver try to identify the wsdl version. it checks the wsdl element qname with
"http://schemas.xmlsoap.org/wsdl" in woden/src/wsdl10/woden_wsdl10_constants.h
#define WODEN_WSDL10_Q_ELEM_DEFINITIONS "definitions|http://schemas.xmlsoap.org/wsdl"
I m sorry for mentioning the woden make seg fault. actually it returns NULL which I have to handle. Anyway woden wsdl1 sample also dont handle it.
regards
Dimuthu.
On 8/12/06, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote:
Dimuthu Chathuranga wrote:
> Hi,
>
> the woden occur sengmentation faults when I tried to parse some
> *doc-literal* type wsdls. after i replacing all the uris
> http://schemas.xmlsoap.org/wsdl/ to http://schemas.xmlsoap.org/wsdl (
> deleting the last / ), it parses correctly without seg faults. I liked
> to know whether this is a problem of woden or wsdl writers or my
> mistake. ( please check this with CalculatorDoc.wsdl and
> InteropTestRound1Doc.wsdl in axis2/c test/resources).
As far as I understand this is a Woden problem. I remember some time
back, there was some problem in the assumption that URIs with and
without were identical, I also recall, that it was concluded that they
are not. I think this problem is something to do with that initial
assumption.
BTW, did you try debugging the segfault? Would it be possible to send
the gdb back trace? That would help solve problem.
Thanks,
Samisa...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
