[
https://issues.apache.org/jira/browse/AXIS2-5920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16512560#comment-16512560
]
robert lazarski commented on AXIS2-5920:
----------------------------------------
This is a common error, I suggest googling a bit. See if this helps you:
Add {{<schema elementFormDefaultQualified="false"/>}} in the root tag of
services.xml file located in the WEB-INF/Services/service-name/META-INF
> namespace mismatch - found none
> -------------------------------
>
> Key: AXIS2-5920
> URL: https://issues.apache.org/jira/browse/AXIS2-5920
> Project: Axis2
> Issue Type: Bug
> Reporter: Anoobkumar
> Priority: Major
> Attachments: service.wsdl
>
>
> I am migrating a Soap With Attachment service from Axis 1.4 to Axis2. When
> hitting the service end point from SOAP UI, i am getting the below error. Can
> anyone please help?
> Attached the WSDL file and request body.
> Request Body:
> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
> xmlns:soa="http://fs.thehartford.com/soa">
> <soapenv:Header/>
> <soapenv:Body xmlns:soa="http://fs.thehartford.com/soa">
> <orchestrateAcordRequest
> xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
> xmlns:xsd="http://www.w3.org/2001/XMLSchema">
> <bin href="b4f63251-c62e-405f-b2fa-939abd706f43"
> xmlns:types="http://fs.thehartford.com/soa/xsd"/>
> </orchestrateAcordRequest>
> </soapenv:Body>
> </soapenv:Envelope>
>
> Response(Error):
> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
> xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing">
> <soapenv:Body>
> <soapenv:Fault>
> <faultcode>soapenv:Server</faultcode>
> {color:#FF0000}<faultstring>namespace mismatch require
> http://fs.thehartford.com/soa found none</faultstring>{color}
> <detail/>
> </soapenv:Fault>
> </soapenv:Body>
> </soapenv:Envelope>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]