reboltutorial
16 years agoNew Contributor
Why does SOAPUI generate a different namespace in request ?
Hello I have a WSDL file here (generated with Visual Studio):
http://reboltutorial.com/webservices/discordian.wsdl
I have tested it with SoapSonar it did work

Under SOAPUI for request it generates a reb namespace from my domain so that my webservice can only fail:
http://reboltutorial.com/webservices/discordian.wsdl
I have tested it with SoapSonar it did work

Under SOAPUI for request it generates a reb namespace from my domain so that my webservice can only fail:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:reb="http://reboltutorial.com/">
<soapenv:Header/>
<soapenv:Body>
<reb:Discordian>
<reb:year>?</reb:year>
<reb:month>?</reb:month>
<reb:day>?</reb:day>
</reb:Discordian>
</soapenv:Body>
</soapenv:Envelope>