Hi Ashanka,

The files you attached work fine here too.
(btw I've esb v.1.7.1).

The problem occurs with slightly different input.

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xmlns:xsd="http://www.w3.org/2001/XMLSchema";
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";>
<SOAP-ENV:Body>
<ns6216:issue xmlns:ns6216="http://hostname/rfid_1_0/"; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"; >
<nu4900:token xmlns:nu4900="http://hostname/rfid_1_0/";
xsi:type="xsd:string">00000000-00</nu4900:token>
<nu4712:rfid xmlns:nu4712="http://hostname/rfid_1_0/";
xsi:type="xsd:string">4C46688D</nu4712:rfid>
<nu9698:eventId xmlns:nu9698="http://hostname/rfid_1_0/";
xsi:type="xsd:string">0</nu9698:eventId>
<nu5118:locationId xmlns:nu5118="http://hostname/rfid_1_0/";
xsi:type="xsd:long">534</nu5118:locationId>
<nu4242:accessStart xmlns:nu4242="http://hostname/rfid_1_0/";
xsi:type="xsd:string">test0.8</nu4242:accessStart>
</ns6216:issue>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

The difference is that in the <issue/> there is no xsd  namespace
definition.

I suspect this is still valid xml, and the validator _should_  accept this.
Right ?

The problem is not in finding a message that does pass. the problem is that
a php generated message (above) didn't pass.


Regards,
Harm

2009/1/21 Asankha C. Perera <[email protected]>

>  Hi Harm
>
> This is the xsd file
>
> ...
>
> This is the synapse.xml (snippets)
>
> ...
>
> This passes correctly for me without any errors. I've tried the attached
> synapse.xml (taken from the samples) with the message soap.xml posted to the
> main sequence.. Can you try this at your end? I also tried this on the trunk
> as well as Synapse 1.2 (which also went into WSO2 ESB 1.7.x)
>
> cheers
> asankha
>
> --
> Asankha C. Pererahttp://adroitlogic.org
> http://esbmagic.blogspot.com
>
>
> _______________________________________________
> Esb-java-user mailing list
> [email protected]
> https://wso2.org/cgi-bin/mailman/listinfo/esb-java-user
>
>
_______________________________________________
Esb-java-user mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/esb-java-user

Reply via email to