I know VERY little about the PHP soap client stuff. I think there is a way to get it to use the WSDL. If you can, I would definitely do that.
Looking at: http://us2.php.net/manual/en/function.soap-soapclient-construct.php Looks like: $client = new SoapClient("some.wsdl"); would work. Point that at the endpoint with the ?wsdl flag and let php get the information it needs from there. Dan On Thursday 09 October 2008 2:06:00 pm mateamargo wrote: > dkulp wrote: > > If using a <jaxws:endpoint> thing, just add: > > <jaxws:properties> > > <entry key="schema-validation-enabled" value="true" /> > > </jaxws:properties> > > as a child element. > > I did it and everything exploded :). (in development, which previously > worked). > I got this error > > > Unmarshalling Error: cvc-elt.1: Cannot find the declaration of element > > 'arg0'. > > Is there anything that supports the soap encoding? -- Daniel Kulp [EMAIL PROTECTED] http://dankulp.com/blog
