Discussion:
[jira] [Created] (AXIS2-5920) namespace mismatch - found none
Anoobkumar (JIRA)
2018-06-13 19:03:00 UTC
Permalink
Anoobkumar created AXIS2-5920:
---------------------------------

Summary: namespace mismatch - found none
Key: AXIS2-5920
URL: https://issues.apache.org/jira/browse/AXIS2-5920
Project: Axis2
Issue Type: Bug
Reporter: Anoobkumar
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: java-dev-***@axis.apache.org
For additional commands, e-mail: java-dev-***@axis.apache.org
Anoobkumar (JIRA)
2018-06-14 14:22:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/AXIS2-5920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16512532#comment-16512532 ]

Anoobkumar commented on AXIS2-5920:
-----------------------------------

Any suggestions on this?
Post by Anoobkumar (JIRA)
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.
<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>
 
<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: java-dev-***@axis.apache.org
For additional commands, e-mail: java-dev-***@axis.apache.org
robert lazarski (JIRA)
2018-06-14 14:44:00 UTC
Permalink
[ 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

 
Post by Anoobkumar (JIRA)
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.
<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>
 
<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: java-dev-***@axis.apache.org
For additional commands, e-mail: java-dev-***@axis.apache.org
robert lazarski (JIRA)
2018-09-11 14:41:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/AXIS2-5920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

robert lazarski closed AXIS2-5920.
----------------------------------
Resolution: Incomplete
Post by Anoobkumar (JIRA)
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.
<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>
 
<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: java-dev-***@axis.apache.org
For additional commands, e-mail: java-dev-***@axis.apache.org

Loading...