Forum Discussion

SusanaSantos's avatar
SusanaSantos
New Contributor
12 years ago

SOAP PHP fails schema imports if types/particles are redefin

I'm trying to connect on a external web service. But I'm getting the error

SOAP-ERROR: Parsing Schema: group 'http://xmlns.myWs.com/foo:MyGroup' already defined


I've contact the webservice so they can fix the redefine error but I got the following answear

"We were able to reproduce your error using SOAP UI but we fixed when we disabled the option 'preferences>WSDL settings>fails schema imports if types/particles are redefined'. Please, disable this option on your programing language."

I really don't know how to disable this option in PHP. Anyone can help me? What should I do?

Note: I tryed to use wsdl2php but I got the same error

3 Replies

  • nmrao's avatar
    nmrao
    Icon for Champion Level 1 rankChampion Level 1
    May be you should post on relevant forum. This is forum is for soapui specific.
  • Thanks nmrao, but I already posted this question in too many places and you guys are my last hope. I though that maybe who knows Soap UI could help me set "preferences>WSDL settings>fails schema imports if types/particles are redefined'" in PHP or at least tell me wich search I could do on google since "PHP disable redefined error" is not returning anything.