[
https://jira.jboss.org/browse/GTNWSRP-56?page=com.atlassian.jira.plugin.s...
]
Michal Vanco updated GTNWSRP-56:
--------------------------------
Description:
We have installed MS Sharepoint 2007 with WSRPToolkit in our environment to verify WSRP
(V1) compatibility with EPP5/GateIn.
When I'm trying to add new consumer in EPP5 using MS Sharepoint wsdl, I get an error
(log is attached).
Problem is that MS didn't follow the spec properly, wsdl contains:
<wsdl:service name="SharePointProducer">
but there should be:
<wsdl:service name="WSRPService">
Then it is used at:
service = Service.create(wsdlURL.toURL(), V1_SERVICE);
where V1_SERVICE is the qname associated with the name value above
private final static QName V1_SERVICE = new QName(WSRP_V1_URN, "WSRPService");
private static final String WSRP_V1_URN = "urn:oasis:names:tc:wsrp:v1:wsdl";
was:
We have installed MS Sharepoint 2007 with WSRPToolkit in our environment to verify WSRP
(V1) compatibility with EPP5/GateIn.
When I'm trying to add new consumer in EPP5 using MS Sharepoint wsdl, I get an error
(log is attached).
Problem is that MS didn't follow the spec properly, wsdl contains:
<wsdl:service name="SharePointProducer">
but there should be:
<wsdl:service name="WSRPProducer">
Then it is used at:
service = Service.create(wsdlURL.toURL(), V1_SERVICE);
where V1_SERVICE is the qname associated with the name value above
private final static QName V1_SERVICE = new QName(WSRP_V1_URN, "WSRPService");
private static final String WSRP_V1_URN = "urn:oasis:names:tc:wsrp:v1:wsdl";
WSRP compatibility with MS Sharepoint 2007
------------------------------------------
Key: GTNWSRP-56
URL:
https://jira.jboss.org/browse/GTNWSRP-56
Project: GateIn WSRP
Issue Type: Task
Components: Consumer
Environment: EPP5 GA, MS Sharepoint Server 2007 with WSRPToolkit
Reporter: Michal Vanco
Assignee: Chris Laprun
Attachments: wsrp_sharepoint.txt
We have installed MS Sharepoint 2007 with WSRPToolkit in our environment to verify WSRP
(V1) compatibility with EPP5/GateIn.
When I'm trying to add new consumer in EPP5 using MS Sharepoint wsdl, I get an error
(log is attached).
Problem is that MS didn't follow the spec properly, wsdl contains:
<wsdl:service name="SharePointProducer">
but there should be:
<wsdl:service name="WSRPService">
Then it is used at:
service = Service.create(wsdlURL.toURL(), V1_SERVICE);
where V1_SERVICE is the qname associated with the name value above
private final static QName V1_SERVICE = new QName(WSRP_V1_URN, "WSRPService");
private static final String WSRP_V1_URN = "urn:oasis:names:tc:wsrp:v1:wsdl";
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira