Hi
when i try to access the web servies it gives the below error
Web service operation RetrieveDocument with parameters
{appUserID={_CISWS2},DocumentNumber={189425},ProfileForm={EKRIS_LAD_CPD_PF},DMlib={EKRIS},userID={_CISWS2}}
cannot be found.
Can someone help me how to acess the ws
Below is my WSDL
<?xml version="1.0" encoding="utf-8" ?>
- <!-- @editor-info:link autogen="false" source=""
-->
- <definitions xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:conv="http://www.openuri.org/2002/04/soap/conversation/"
xmlns:cw="http://www.openuri.org/2002/04/wsdl/conversation/"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:jms="http://www.openuri.org/2002/04/wsdl/jms/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://www.openuri.org/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
targetNamespace="http://www.openuri.org/">
- <types>
+ <s:schema xmlns:s="http://www.w3.org/2001/XMLSchema"
xmlns:ope="http://www.openuri.org/" elementFormDefault="qualified"
targetNamespace="http://www.openuri.org/">
- <s:element name="RetrieveDocument">
- <s:complexType>
- <s:sequence>
<s:element name="DMlib" type="s:string" minOccurs="0" />
<s:element name="DocumentNumber" type="s:string" minOccurs="0" />
<s:element name="VersionNo" type="s:string" minOccurs="0" />
<s:element name="ProfileForm" type="s:string" minOccurs="0" />
<s:element name="appUserID" type="s:string" minOccurs="0" />
<s:element name="userID" type="s:string" minOccurs="0" />
</s:sequence>
</s:complexType>
</s:element>
- <s:element name="RetrieveDocumentResponse">
- <s:complexType>
- <s:sequence>
<s:element name="RetrieveDocumentResult" type="ope:Profile" minOccurs="0" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="Profile" nillable="true" type="ope:Profile" />
- <s:complexType name="Profile">
- <s:sequence>
<s:element name="ContentMimeType" type="s:string" minOccurs="0" />
<s:element name="ProfileName" type="s:string" minOccurs="0" />
<s:element name="ProfileType" type="s:string" minOccurs="0" />
<s:element name="ProfileTitle" type="s:string" minOccurs="0" />
<s:element name="ProfileProperties" type="ope:ProfilePropertyList"
minOccurs="0" />
<s:element name="LocalFilePath" type="s:string" minOccurs="0" />
<s:element name="ErrorMsgs" type="ope:ArrayOfString" minOccurs="0" />
</s:sequence>
</s:complexType>
- <s:complexType name="ProfilePropertyList">
- <s:sequence>
<s:element name="ProfileProperties" type="ope:ArrayOfProfileProperty"
minOccurs="0" />
</s:sequence>
</s:complexType>
- <s:complexType name="ArrayOfProfileProperty">
- <s:sequence>
<s:element name="ProfileProperty" type="ope:ProfileProperty" nillable="true"
minOccurs="0" maxOccurs="unbounded" />
</s:sequence>
</s:complexType>
- <s:complexType name="ProfileProperty">
- <s:sequence>
<s:element name="PropertyName" type="s:string" minOccurs="0" />
<s:element name="PropertyValue" type="s:string" minOccurs="0" />
</s:sequence>
</s:complexType>
- <s:complexType name="ArrayOfString">
- <s:sequence>
<s:element name="String" type="s:string" nillable="true" minOccurs="0"
maxOccurs="unbounded" />
</s:sequence>
</s:complexType>
</s:schema>
</types>
- <message name="RetrieveDocumentSoapIn">
<part name="parameters" element="s0:RetrieveDocument" />
</message>
- <message name="RetrieveDocumentSoapOut">
<part name="parameters" element="s0:RetrieveDocumentResponse" />
</message>
- <message name="RetrieveDocumentHttpGetIn">
<part name="DMlib" type="s:string" />
<part name="DocumentNumber" type="s:string" />
<part name="VersionNo" type="s:string" />
<part name="ProfileForm" type="s:string" />
<part name="appUserID" type="s:string" />
<part name="userID" type="s:string" />
</message>
- <message name="RetrieveDocumentHttpGetOut">
<part name="Body" element="s0:Profile" />
</message>
- <message name="RetrieveDocumentHttpPostIn">
<part name="DMlib" type="s:string" />
<part name="DocumentNumber" type="s:string" />
<part name="VersionNo" type="s:string" />
<part name="ProfileForm" type="s:string" />
<part name="appUserID" type="s:string" />
<part name="userID" type="s:string" />
</message>
- <message name="RetrieveDocumentHttpPostOut">
<part name="Body" element="s0:Profile" />
</message>
- <portType name="retrieveDocumentAttachmentSoap">
- <operation name="RetrieveDocument">
<documentation>Retrieve Document Web Service Description: This web service
retrieves the required document profile and the document file for the user id
Parameters: DMLib - Name of the DM Repository/Library where the document to be
retrieved resides in DocumentNumber - The unique identifier of the document to
be retrieved VersionNo - Optional parameter. The version of thew document to
retrieve. If null, will retrieve latest version ProfileForm - The document
profile Form to use appUserID - The user ID of the application account calling
this webservice (DM account) userID - The user ID of the actual user using this
webservice (DM account) Returns: Document Profile of successfully retrieved
document Byte Stream of document Retrieved String Array of Error
Messages</documentation>
<input message="s0:RetrieveDocumentSoapIn" />
<output message="s0:RetrieveDocumentSoapOut" />
</operation>
</portType>
- <portType name="retrieveDocumentAttachmentHttpGet">
- <operation name="RetrieveDocument">
<documentation>Retrieve Document Web Service Description: This web service
retrieves the required document profile and the document file for the user id
Parameters: DMLib - Name of the DM Repository/Library where the document to be
retrieved resides in DocumentNumber - The unique identifier of the document to
be retrieved VersionNo - Optional parameter. The version of thew document to
retrieve. If null, will retrieve latest version ProfileForm - The document
profile Form to use appUserID - The user ID of the application account calling
this webservice (DM account) userID - The user ID of the actual user using this
webservice (DM account) Returns: Document Profile of successfully retrieved
document Byte Stream of document Retrieved String Array of Error
Messages</documentation>
<input message="s0:RetrieveDocumentHttpGetIn" />
<output message="s0:RetrieveDocumentHttpGetOut" />
</operation>
</portType>
- <portType name="retrieveDocumentAttachmentHttpPost">
- <operation name="RetrieveDocument">
<documentation>Retrieve Document Web Service Description: This web service
retrieves the required document profile and the document file for the user id
Parameters: DMLib - Name of the DM Repository/Library where the document to be
retrieved resides in DocumentNumber - The unique identifier of the document to
be retrieved VersionNo - Optional parameter. The version of thew document to
retrieve. If null, will retrieve latest version ProfileForm - The document
profile Form to use appUserID - The user ID of the application account calling
this webservice (DM account) userID - The user ID of the actual user using this
webservice (DM account) Returns: Document Profile of successfully retrieved
document Byte Stream of document Retrieved String Array of Error
Messages</documentation>
<input message="s0:RetrieveDocumentHttpPostIn" />
<output message="s0:RetrieveDocumentHttpPostOut" />
</operation>
</portType>
- <binding name="retrieveDocumentAttachmentSoap"
type="s0:retrieveDocumentAttachmentSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"
style="document" />
- <operation name="RetrieveDocument">
<soap:operation soapAction="http://www.openuri.org/RetrieveDocument"
style="document" />
- <input>
<soap:body use="literal" />
</input>
- <output>
<soap:body use="literal" />
</output>
</operation>
</binding>
- <binding name="retrieveDocumentAttachmentHttpGet"
type="s0:retrieveDocumentAttachmentHttpGet">
<http:binding verb="GET" />
- <operation name="RetrieveDocument">
<http:operation location="/RetrieveDocument" />
- <input>
<http:urlEncoded />
</input>
- <output>
<mime:mimeXml part="Body" />
</output>
</operation>
</binding>
- <binding name="retrieveDocumentAttachmentHttpPost"
type="s0:retrieveDocumentAttachmentHttpPost">
<http:binding verb="POST" />
- <operation name="RetrieveDocument">
<http:operation location="/RetrieveDocument" />
- <input>
<mime:content type="application/x-www-form-urlencoded" />
</input>
- <output>
<mime:mimeXml part="Body" />
</output>
</operation>
</binding>
- <service name="retrieveDocumentAttachment">
- <port name="retrieveDocumentAttachmentSoap"
binding="s0:retrieveDocumentAttachmentSoap">
<soap:address
location="http://urasvr46.ura.gov.sg:8011/webservices/jws/retrieveDocumentAttachment.jws"
/>
</port>
- <port name="retrieveDocumentAttachmentHttpGet"
binding="s0:retrieveDocumentAttachmentHttpGet">
<http:address
location="http://urasvr46.ura.gov.sg:8011/webservices/jws/retrieveDocumentAttachment.jws"
/>
</port>
- <port name="retrieveDocumentAttachmentHttpPost"
binding="s0:retrieveDocumentAttachmentHttpPost">
<http:address
location="http://urasvr46.ura.gov.sg:8011/webservices/jws/retrieveDocumentAttachment.jws"
/>
</port>
</service>
</definitions>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j
Archive:
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311360
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4