Question
I.T.Co.
RU
Last activity: 21 Oct 2016 5:18 EDT
Need a SOAP service, it's WSDL and a XSD example.
Hello everyone! Can anyone give me a good example of a SOAP service, it's WSDL and a XSD validation of a Parse XML rule?
Whatever I try in XSD validator file I always get "SOAP service failed:Inbound data mapping failed"
***Updated by Moderator: Marissa. Removed user added #helpme and FAQ group tags. Apologies for confusion, shouldn't have been an end-user option; updated categories***
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
US
I am not sure about any sample WSDL/XSD to use - but may be able to help you if you explain more about where you are seeing "SOAP service failed:Inbound data mapping failed"? Have you validated the XSD online?
I.T.Co.
RU
Sure, I think my XSD is totally valid, now actually I thinlk my WSDL is being generated incorrectly. I'm using SOAP UI and it won't create a project based on my WSDL.
Here is my case:
XSD in my
generated WSDL:
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="unqualified" targetNamespace="ReportFoundStuff">
<complexType name="ReportFoundStuffType">
<sequence>
<element maxOccurs="unbounded" name="Stuff" type="nslt1:StuffType"/>
</sequence>
</complexType>
<complexType name="StuffType">
<sequence>
<element name="FreeDescription" type="xsd:string"/>
<element maxOccurs="unbounded" name="Tag" type="nslt1:TagType"/>
</sequence>
</complexType>
<complexType name="TagType">
<sequence>
<element name="Description" type="xsd:string"/>
</sequence>
</complexType>
</schema>
And WSDL itself:
Sure, I think my XSD is totally valid, now actually I thinlk my WSDL is being generated incorrectly. I'm using SOAP UI and it won't create a project based on my WSDL.
Here is my case:
XSD in my
generated WSDL:
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="unqualified" targetNamespace="ReportFoundStuff">
<complexType name="ReportFoundStuffType">
<sequence>
<element maxOccurs="unbounded" name="Stuff" type="nslt1:StuffType"/>
</sequence>
</complexType>
<complexType name="StuffType">
<sequence>
<element name="FreeDescription" type="xsd:string"/>
<element maxOccurs="unbounded" name="Tag" type="nslt1:TagType"/>
</sequence>
</complexType>
<complexType name="TagType">
<sequence>
<element name="Description" type="xsd:string"/>
</sequence>
</complexType>
</schema>
And WSDL itself:
Pegasystems Inc.
US
Can you zip and attach these files instead of pasting them. I can not get SoapUI to recognize either.
Pegasystems Inc.
US
*gentle reminder*
Pegasystems Inc.
IN
Hi Paul,
Thank you for your replies. Aleksei responded to the moderators via a private message that he would return to this question at a later point in time. I will close this thread to future replies.
Aleksei, please let me know, via a pivate message, when you need this thread to be reopened for discussion.
Regards,
Lochan | Community Moderator | Pegasystems Inc.