On Wed, Aug 26, 2009 at 11:48 AM, error3 <[email protected]> wrote: > Le mercredi 26 août 2009 à 10:08 +0530, Amila Suriarachchi a écrit : > > > > > > On Wed, Aug 26, 2009 at 12:48 AM, error3 <[email protected]> wrote: > > Le mardi 25 août 2009 à 07:23 +0200, error3 a écrit : > > > > > Le lundi 24 août 2009 à 19:52 -0400, Martin Gainty a écrit : > > > > if your could convince the service provider to provide the > > wsdl and > > > > xsd schema we could get a working example for you > > > > > > Well, I think the wsdl and the xsd are the ones than could > > be download > > > there : > > > http://www.epcglobalinc.org/standards/epcis > > > > > > > > Anyone for help ? > > > > > > > > it seems type for this element "value" has declared as xs:anyType in > > the xsd. So ADB set the correct type to interpret at the server. If > > you can change the wsdl so that its type to be xs:string I think it > > should work. > > Thank you Amila, but this document > (http://www.google.fr/url?sa=t&source=web&ct=res&cd=3&url=http%3A%2F% > 2Fwww.epcglobalinc.org%2Fstandards%2Fepcis% > 2Fepcis_1_0_1-standard-20070921.pdf&ei=0NCUSv6LLZPajQe4rZn0DQ&usg=AFQjCNF9XowoFXYlwQqS3NuqEulMhy4X3Q&sig2=8WdqQqK6wA-XTl1a5zs8Tw > page 113) tells me that > the type could be one of (xsd:string, xsd:integer, xsd:double, > xsd:dateTime, xsd:string, epcisq:ArrayOfString, epcisq:VoidHolder) > > Do you see any way of making the wsdl works with the server without > restraining the type only to string ?
This is why the client should send the type. Server has said it is anyType so client has to send the type as the xsi type. As you have told your server does not process the runtime type, then it may have assume it as string. thanks, Amila. > > > Cheers, > > -- > MBdC > > -- Amila Suriarachchi WSO2 Inc. blog: http://amilachinthaka.blogspot.com/
