Quantcast
Channel: Adobe Community : Popular Discussions - LiveCycle Designer
Viewing all articles
Browse latest Browse all 16286

NuSoap server + wsdl + pdf form

$
0
0

Hi,

 

I've got a problem. I make a NuSoap server in PHP and it generates wsdl nad with SoapUI works fine. But when I want to connect this web service to pdf form in livecycle designer, it shows me only the subform Seznam and nothing to bind (text field etc.). If anybody can help me, I would be pleased. Thanks, Here is my wsdl.

 

<types>
<xsd:schemaelementFormDefault="qualified"targetNamespace="urn:http://localhost/dovolenka/dovolenka_ws.php">
<xsd:importnamespace="http://schemas.xmlsoap.org/wsdl/"/>
<xsd:complexTypename="zaznam">
<xsd:sequence>
<xsd:elementname="jmeno"type="xsd:string"/>
<xsd:elementname="mail"type="xsd:string"/>
<xsd:elementname="datumOd"type="xsd:date"/>
<xsd:elementname="datumDo"type="xsd:date"/>
<xsd:elementname="pracovniDny"type="xsd:int"/>
<xsd:elementname="misto"type="xsd:string"/>
<xsd:elementname="schvaleno"type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexTypename="Seznam">
<xsd:complexContent>
<xsd:restrictionbase="SOAP-ENC:Array">
<xsd:attributeref="SOAP-ENC:arrayType"wsdl:arrayType="tns:zaznam[]"/>
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexTypename="zalozZaznamRequestType">
<xsd:all>
<xsd:elementname="jmeno"type="xsd:string"form="unqualified"/>
<xsd:elementname="mail"type="xsd:string"form="unqualified"/>
<xsd:elementname="datumOd"type="xsd:date"form="unqualified"/>
<xsd:elementname="datumDo"type="xsd:date"form="unqualified"/>
<xsd:elementname="pracovniDny"type="xsd:int"form="unqualified"/>
<xsd:elementname="misto"type="xsd:string"form="unqualified"/>
</xsd:all>
</xsd:complexType>
<xsd:complexTypename="zalozZaznamResponseType">
<xsd:all>
<xsd:elementname="response"type="xsd:string"form="unqualified"/>
</xsd:all>
</xsd:complexType>
<xsd:complexTypename="vratZaznamyRequestType">
<xsd:all>
<xsd:elementname="jmeno"type="xsd:string"form="unqualified"/>
</xsd:all>
</xsd:complexType>
<xsd:complexTypename="vratZaznamyResponseType">
<xsd:all>
<xsd:elementname="Seznam"type="tns:Seznam"form="unqualified"/>
</xsd:all>
</xsd:complexType>
<xsd:elementname="zalozZaznam"type="tns:zalozZaznamRequestType"/>
<xsd:elementname="zalozZaznamResponse"type="tns:zalozZaznamResponseType"/>
<xsd:elementname="vratZaznamy"type="tns:vratZaznamyRequestType"/>
<xsd:elementname="vratZaznamyResponse"type="tns:vratZaznamyResponseType"/>
</xsd:schema>
</types>
<messagename="zalozZaznamRequest">
<partname="parameters"element="tns:zalozZaznam"/>
</message>
<messagename="zalozZaznamResponse">
<partname="parameters"element="tns:zalozZaznamResponse"/>
</message>
<messagename="vratZaznamyRequest">
<partname="parameters"element="tns:vratZaznamy"/>
</message>
<messagename="vratZaznamyResponse">
<partname="parameters"element="tns:vratZaznamyResponse"/>
</message>
<operationname="zalozZaznam">
<documentation>
webova sluzba pro zalozeni nove zadosti o dovolenou
</documentation>
<inputmessage="tns:zalozZaznamRequest"/>
<outputmessage="tns:zalozZaznamResponse"/>
</operation>
<operationname="vratZaznamy">
<documentation>
webova sluzba zobrazujici ulozene zaznamy v databazi
</documentation>
<inputmessage="tns:vratZaznamyRequest"/>
<outputmessage="tns:vratZaznamyResponse"/>
</operation>
</portType>
<soap:bindingstyle="document"transport="http://schemas.xmlsoap.org/soap/http"/>
<operationname="zalozZaznam">
<soap:operationsoapAction="http://localhost/dovolenka/dovolenka_ws.php#zalozZaznam"style="document"/>
<input>
<soap:bodyuse="literal"namespace="http://localhost/dovolenka/dovolenka_ws.php"/>
</input>
<output>
<soap:bodyuse="literal"namespace="http://localhost/dovolenka/dovolenka_ws.php"/>
</output>
</operation>
<operationname="vratZaznamy">
<soap:operationsoapAction="http://localhost/dovolenka/dovolenka_ws.php#vratZaznamy"style="document"/>
<input>
<soap:bodyuse="literal"namespace="http://localhost/dovolenka/dovolenka_ws.php"/>
</input>
<output>
<soap:bodyuse="literal"namespace="http://localhost/dovolenka/dovolenka_ws.php"/>
</output>
</operation>
</binding>
</definitions>
thanks:-)


Viewing all articles
Browse latest Browse all 16286

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>