Hi,
We're trying to call Campaign inbound offers from a Sitecore page. To do this, I need to generate a WSDL file. I'm following the process outlined in Web service calls , using the schemas identified in Integration via SOAP (server side) . I am getting an XML response, but it seems not to be a proper WSDL file to me.
http://XXXXXXXXXX/nl/jsp/schemawsdl.jsp?schema=nms:proposition
http://XXXXXXXXXX/nl/jsp/schemawsdl.jsp?schema=nms:interaction
If I try another schema, I get a "full" WSDL returned:
http://XXXXXXXXXX/nl/jsp/schemawsdl.jsp?schema=xtk:session
Could anyone please tell me what the "right" schemas are for inbound offers, or better still, where I could find a list of the available schemas ?
Thanks and regards,
Neil
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Neil,
Here's how to Capture Adobe Campaign SOAP traffic with Fiddler and then load it to WASL with an Action activity.
I hope this helps!
All the best,
Pablo
Views
Replies
Total Likes
Hi Neil,
Schema name's seems correct.
Views
Replies
Total Likes
Thanks @shrawanas31530030.
Here's what I get back for http://XXXXXXXXXX/nl/jsp/schemawsdl.jsp?schema=nms:interaction :
<?xml version="1.0" encoding="UTF-8" ?>
<definitions targetNamespace="urn:nms:interaction" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:nms:interaction" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
</s:sequence>
</s:complexType>
</s:schema>
</types>
</port>
</service>
</definitions>
This does not seem to be a complete & valid WSDL file to me, compared to what I get back if I pass xtk:session as the schema name.
I saw someone respond in another thread that no WSDL available to call the Interaction engine, but this to me suggests that either the documentation is wrong, or the Interaction service does not properly implement SOAP.
I know there are code workarounds for not having WSDL, but to me a lack of WSDL support is not acceptable for an enterprise platform.
Thanks for any advice.
Views
Replies
Total Likes
Hi Neil,
There is no official WSDL for it. I'll give you the basic SOAP call structure which you can make use of or enhance it as per requirement.
<
urn:Propose
>
<
urn:sessiontoken
></
urn:sessiontoken
>
<
urn:targetId
>1643624892</
urn:targetId
>
<
urn:maxCount
>20</
urn:maxCount
>
<
urn:uuid
></
urn:uuid
>
<
urn:nlid
></
urn:nlid
>
<
urn:noProp
></
urn:noProp
>
<
urn:categories
></
urn:categories
>
<
urn:themes
></
urn:themes
>
<
urn:context
>
<
context
><
interaction
ranking
=
'1'
/></
context
>
</
urn:context
>
</
urn:Propose
>
You can make use of it to generate a WSDL for your use case
Regards,
Vipul
Views
Replies
Total Likes
Thanks Vipul.
The WSDL is missing the complexType definition for the ProposeResponse.
Are you able to provide a sample please?
Thanks,
Neil
Views
Replies
Total Likes
Hi Neil,
Here's how to Capture Adobe Campaign SOAP traffic with Fiddler and then load it to WASL with an Action activity.
I hope this helps!
All the best,
Pablo
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies