Advertisement
Guest User

Untitled

a guest
Aug 29th, 2012
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. -<definitions xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" targetNamespace="urn:DSFwsdl" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:DSFwsdl"> -<types> -<xsd:schema targetNamespace="urn:DSFwsdl"> <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/"/> -<xsd:complexType name="MemberInfo"> -<xsd:all> <xsd:element type="xsd:string" name="no" no="no"/> <xsd:element type="xsd:string" name="name"/> <xsd:element type="xsd:string" name="name2" name2="name2"/> <xsd:element type="xsd:string" name="address" address="address"/> <xsd:element type="xsd:string" name="address2" address2="address2"/> <xsd:element type="xsd:string" name="city" city="city"/> <xsd:element type="xsd:string" name="postcode" postcode="postcode"/> <xsd:element type="xsd:string" name="telephone" telephone="telephone"/> <xsd:element type="xsd:string" name="email" email="email"/> <xsd:element type="xsd:string" name="mobilphone" mobilphone="mobilphone"/> <xsd:element type="xsd:string" name="socialsecurityno" socialsecurityno="socialsecurityno"/> <xsd:element type="xsd:string" name="bankreg" bankreg="bankreg"/> <xsd:element type="xsd:string" name="bankaccount" bankaccount="bankaccount"/> </xsd:all> </xsd:complexType> -<xsd:complexType name="MemberInfoArray"> -<xsd:complexContent> -<xsd:restriction base="SOAP-ENC:Array"> <xsd:attribute wsdl:arrayType="tns:MemberInfo[]" ref="SOAP-ENC:arrayType"/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> </xsd:schema> </types> -<message name="HentStamdataRequest"> <part type="xsd:string" name="medlemsnummer"/></message> -<message name="HentStamdataResponse"> <part type="tns:MemberInfoArray" name="return"/></message> -<portType name="DSFPortType"> -<operation name="HentStamdata"> <input message="tns:HentStamdataRequest"/> <output message="tns:HentStamdataResponse"/> </operation> </portType> -<binding type="tns:DSFPortType" name="DSFBinding"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/> -<operation name="HentStamdata"> <soap:operation style="rpc" soapAction="<slettet>server.php/HentStamdata"/> -<input><soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="DSF" use="encoded"/></input> -<output><soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="DSF" use="encoded"/></output> </operation> </binding> -<service name="DSF"> -<port name="DSFPort" binding="tns:DSFBinding"> <soap:address location="<slettet>/server.php"/> </port> </service> </definitions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement