|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
WSDL Fault Issue |
« View previous topic :: View next topic » |
Author |
Message
|
agrawalamit166 |
Posted: Mon Dec 21, 2015 7:03 am Post subject: WSDL Fault Issue |
|
|
 Voyager
Joined: 17 Aug 2009 Posts: 78 Location: NY, US
|
Hi,
I have WSDL, contains soapenv11.xsd for Fault.
Code: |
<xsd:schema xmlns:soapenv11="http://schemas.xmlsoap.org/soap/envelope/">
<xsd:import namespace="http://schemas.xmlsoap.org/soap/envelope/" schemaLocation="IBMdefined/org/xmlsoap/schemas/soap/envelope/soapenv11.xsd"/>
</xsd:schema>
|
When I generate the message set, it shows below path for soapenv11.mxsd
Code: |
<xsd:schema xmlns:soapenv11="http://schemas.xmlsoap.org/soap/envelope/">
<xsd:import namespace="http://schemas.xmlsoap.org/soap/envelope/" schemaLocation="../../../../../org/xmlsoap/schemas/soap/envelope/soapenv11.mxsd"/>
</xsd:schema>
|
technically soapenv11.mxsd relative path is correct. But when I try to click on schema location link, it shows "Unknown Hyperlink"
Please  |
|
Back to top |
|
 |
Vitor |
Posted: Mon Dec 21, 2015 7:41 am Post subject: Re: WSDL Fault Issue |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
agrawalamit166 wrote: |
When I generate the message set |
Why are you generating a message set for a WSDL? What version are you using? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
agrawalamit166 |
Posted: Mon Dec 21, 2015 7:55 am Post subject: Re: WSDL Fault Issue |
|
|
 Voyager
Joined: 17 Aug 2009 Posts: 78 Location: NY, US
|
Vitor wrote: |
Why are you generating a message set for a WSDL? What version are you using? |
I am using WMB 7.0.0.7. I was creating message set just for validation. (I actually do not need message set in project)
One more thing, I noticed, is: if I create user define Error xsd and connect it with WSDL, it works well. Also at the same time, below schema location link works as well ( even though it shows "never used" in wsdl)
Code: |
<xsd:import namespace="http://schemas.xmlsoap.org/soap/envelope/" schemaLocation="../../../../../org/xmlsoap/schemas/soap/envelope/soapenv11.mxsd"/>
|
but if I revert back the changes. it again does not work. |
|
Back to top |
|
 |
Vitor |
Posted: Mon Dec 21, 2015 8:02 am Post subject: Re: WSDL Fault Issue |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
agrawalamit166 wrote: |
I am using WMB 7.0.0.7. |
You do know that's not the latest maintenance of that out of support version you shouldn't be using, don't you?
agrawalamit166 wrote: |
I was creating message set just for validation. (I actually do not need message set in project) |
Validating what? Why?
agrawalamit166 wrote: |
One more thing, I noticed, is: if I create user define Error xsd and connect it with WSDL, it works well. Also at the same time, below schema location link works as well ( even though it shows "never used" in wsdl)
Code: |
<xsd:import namespace="http://schemas.xmlsoap.org/soap/envelope/" schemaLocation="../../../../../org/xmlsoap/schemas/soap/envelope/soapenv11.mxsd"/>
|
but if I revert back the changes. it again does not work. |
And?  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|