cancel
Showing results for 
Search instead for 
Did you mean: 

Cleint Proxy error

Former Member
0 Kudos

After installing SP15 we are having problems with a Client Proxy.

Scenario.

request message

<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">

<soap-env:Header>

<n0:Trace xmlns:n0="http://www.sap.com/webas/630/soap/features/runtime/tracing/">

<n0:TraceLevel>Full</n0:TraceLevel>

<n0:TraceContext>

<TRC_PATTERN>WSTEST</TRC_PATTERN>

<TRC_KEY>7087C948F31B1C74E1000000C0A8E00C</TRC_KEY>

<TRC_SSID>DEV_10</TRC_SSID>

<TRC_USER>PSC</TRC_USER>

<TRC_TS>20080916081559</TRC_TS>

<TRC_COUNTER>98</TRC_COUNTER>

<TRC_EXTERN></TRC_EXTERN>

</n0:TraceContext>

</n0:Trace>

</soap-env:Header>

<soap-env:Body>

<n0:get-challenge xmlns:n0="http://xml.nccw.nl//xml/wms/" xmlns:prx="urn:sap.com:proxy:DEV:/1SAI/TAS662C7654907010C13388:700:2008/01/11">This is a string 3</n0:get-challenge>

</soap-env:Body>

</soap-env:Envelope>

Response message

<?xml version="1.0" encoding="utf-8"?>

<SOAP-ENV:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP-ENV:Body>

<nonce>5dee62bf0bf0c80011c6a3aeda95ad78</nonce>

</SOAP-ENV:Body>

</SOAP-ENV:Envelope>

using the TEST Service Consumer i am getting an error

Error durring Proxy processing (PART UNKNOWN (NULL))

I think it's caused by the response not containing a namespace, question is how to solve.

PS it worked prior to SP15 (ECC6.0)

WSDL

<?xml version="1.0" encoding="UTF-8"?>

<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://xml.nccw.nl//xml/wms/" xmlns:auth="http://xml.nccw.nl//xml/soap-auth/" targetNamespace="http://xml.nccw.nl//xml/wms/">

<types>

<xs:schema targetNamespace="http://xml.nccw.nl//xml/wms/">

<!-- <xs:import namespace="http://xml.nccw.nl//xml/soap-auth/" schemaLocation="authenticatie_hw.xsd"/> -->

<xs:element name="get-challenge" type="xs:string"/>

<xs:element name="nonce" type="xs:string"/>

<xs:element name="auth" type="xs:string"/>

<xs:element name="ident" type="xs:string"/>

<xs:element name="leegmelding">

<xs:complexType>

<xs:sequence>

<xs:element name="woning">

<xs:annotation>

<xs:documentation>Root van de woning</xs:documentation>

</xs:annotation>

<xs:complexType>

<xs:sequence>

<xs:element name="row">

<xs:complexType>

<xs:all>

<xs:element name="adres">

<xs:annotation>

<xs:documentation>Adresgegevens</xs:documentation>

</xs:annotation>

<xs:complexType>

<xs:all>

<xs:element name="straatnaam">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:length value="43"/>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="huisnummer">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:length value="12"/>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="toevoeging" minOccurs="0">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:length value="10"/>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="postcode">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:length value="6"/>

<xs:pattern value="[1-9][0-9][A-Z]"/>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="woonplaats">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:length value="43"/>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="land" minOccurs="0">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:length value="43"/>

</xs:restriction>

</xs:simpleType>

</xs:element>

</xs:all>

</xs:complexType>

</xs:element>

<xs:element name="admin_unit">

<xs:annotation>

<xs:documentation>Admin Units</xs:documentation>

</xs:annotation>

<xs:complexType>

<xs:sequence minOccurs="0" maxOccurs="unbounded">

<xs:annotation>

<xs:documentation>Indien Admin_unit_item met Type = 'VST' aanwezig, dan ook Admin_unit_item met type = 'CRP' verplicht</xs:documentation>

</xs:annotation>

<xs:element name="admin_unit_item">

<xs:annotation>

<xs:documentation>Admin Unit Item</xs:documentation>

</xs:annotation>

<xs:complexType>

<xs:all>

<xs:element name="alt_ref" type="xs:string">

<xs:annotation>

<xs:documentation>Enumeratie nog niet bekend</xs:documentation>

</xs:annotation>

</xs:element>

<xs:element name="type">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:enumeration value="CRP">

<xs:annotation>

<xs:documentation>corporatie</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="VST">

<xs:annotation>

<xs:documentation>vestiging</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="SWV">

<xs:annotation>

<xs:documentation>samenwerkingsverband</xs:documentation>

</xs:annotation>

</xs:enumeration>

</xs:restriction>

</xs:simpleType>

</xs:element>

</xs:all>

</xs:complexType>

</xs:element>

</xs:sequence>

</xs:complexType>

</xs:element>

<xs:element name="status">

<xs:annotation>

<xs:documentation>Statusinformatie</xs:documentation>

</xs:annotation>

<xs:complexType>

<xs:sequence>

<xs:element name="ingangsdatum">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:length value="8"/>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="reden_niet_bschikbr">

<xs:annotation>

<xs:documentation>Niet beschikbaar</xs:documentation>

</xs:annotation>

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:enumeration value="REN">

<xs:annotation>

<xs:documentation>Renovatie</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="SLP">

<xs:annotation>

<xs:documentation>Sloop</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="VERH">

<xs:annotation>

<xs:documentation>Verhuurd</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="VERK">

<xs:annotation>

<xs:documentation>Verkocht</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="WONR">

<xs:annotation>

<xs:documentation>Woningruil</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="SAMV">

<xs:annotation>

<xs:documentation>Samenvoeging</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="PROF">

<xs:annotation>

<xs:documentation>Pro forma</xs:documentation>

</xs:annotation>

</xs:enumeration>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:sequence>

<xs:annotation>

<xs:documentation>Wel beschikbaar</xs:documentation>

</xs:annotation>

<xs:element name="reden_bschikbr">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:enumeration value="MUT">

<xs:annotation>

<xs:documentation>Mutatie</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="NWB">

<xs:annotation>

<xs:documentation>Nieuwbouw</xs:documentation>

</xs:annotation>

</xs:enumeration>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="soort_bschikbrheid">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:enumeration value="HUUR">

<xs:annotation>

<xs:documentation>Te huur (regulier)</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="HRTY">

<xs:annotation>

<xs:documentation>Te huur (tijdelijk)</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="KOOP">

<xs:annotation>

<xs:documentation>Te koop</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="WOON">

<xs:annotation>

<xs:documentation>Te woon</xs:documentation>

</xs:annotation>

</xs:enumeration>

</xs:restriction>

</xs:simpleType>

</xs:element>

</xs:sequence>

<xs:element name="einddatum">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:length value="8"/>

</xs:restriction>

</xs:simpleType>

</xs:element>

</xs:sequence>

</xs:complexType>

</xs:element>

<xs:element name="prijs">

<xs:annotation>

<xs:documentation>Prijzen</xs:documentation>

</xs:annotation>

<xs:complexType>

<xs:sequence minOccurs="0" maxOccurs="unbounded">

<xs:element name="prijs_item">

<xs:annotation>

<xs:documentation>Prijsinformatie</xs:documentation>

</xs:annotation>

<xs:complexType>

<xs:all>

<xs:element name="type_vgeprijs">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:length value="10"/>

<xs:enumeration value="STKK">

<xs:annotation>

<xs:documentation>Stookkosten</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="BRUT">

<xs:annotation>

<xs:documentation>Bruto maandhuur</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="KOOP">

<xs:annotation>

<xs:documentation>Koopprijs</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="NETT">

<xs:annotation>

<xs:documentation>Netto maandhuur</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="SERV">

<xs:annotation>

<xs:documentation>Servicekosten</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="SUBS">

<xs:annotation>

<xs:documentation>Subsidiabele maandhuur</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="HNET">

<xs:annotation>

<xs:documentation>Netto maandhuur hoog</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="HSU">

<xs:annotation>

<xs:documentation>Subsidiabele maandhuur hoog</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="HBR">

<xs:annotation>

<xs:documentation>Bruto maandhuur hoog</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="KGR">

<xs:annotation>

<xs:documentation>Prijs koopgarant</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="KCF">

<xs:annotation>

<xs:documentation>Prijs koopcomfort</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="VVE">

<xs:annotation>

<xs:documentation>VVE bijdrage</xs:documentation>

</xs:annotation>

</xs:enumeration>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="bedrag">

<xs:simpleType>

<xs:restriction base="xs:decimal">

<xs:totalDigits value="10"/>

<xs:fractionDigits value="2"/>

</xs:restriction>

</xs:simpleType>

</xs:element>

</xs:all>

</xs:complexType>

</xs:element>

</xs:sequence>

</xs:complexType>

</xs:element>

<xs:element name="vertrek">

<xs:annotation>

<xs:documentation>Vertrekken van VGE</xs:documentation>

</xs:annotation>

<xs:complexType>

<xs:sequence minOccurs="0" maxOccurs="unbounded">

<xs:element name="vertrek_item">

<xs:complexType>

<xs:all>

<xs:element name="type_vertrek">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:length value="10"/>

<xs:enumeration value="KEU">

<xs:annotation>

<xs:documentation>Keuken</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="OV">

<xs:annotation>

<xs:documentation>Overig</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="SLP">

<xs:annotation>

<xs:documentation>Slaapkamer</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="WOON">

<xs:annotation>

<xs:documentation>Woonkamer</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="ZOL">

<xs:annotation>

<xs:documentation>Zolder</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="ZSLP">

<xs:annotation>

<xs:documentation>Zolder slaapkamer</xs:documentation>

</xs:annotation>

</xs:enumeration>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="oppervlakte">

<xs:simpleType>

<xs:restriction base="xs:decimal">

<xs:totalDigits value="6"/>

<xs:fractionDigits value="2"/>

</xs:restriction>

</xs:simpleType>

</xs:element>

</xs:all>

</xs:complexType>

</xs:element>

</xs:sequence>

</xs:complexType>

</xs:element>

<xs:element name="voorziening">

<xs:annotation>

<xs:documentation>Voorzineingen van VGE</xs:documentation>

</xs:annotation>

<xs:complexType>

<xs:sequence minOccurs="0" maxOccurs="unbounded">

<xs:element name="voorziening_item">

<xs:complexType>

<xs:all>

<xs:element name="type_voorziening">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:length value="10"/>

<xs:enumeration value="TUINEIS">

<xs:annotation>

<xs:documentation>Tuin vereist (urg)</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="CVEIS">

<xs:annotation>

<xs:documentation>CV vereist (urg)</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="STOFARM">

<xs:annotation>

<xs:documentation>Stofarm is vereiste (urg)</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="VOCHTVRY">

<xs:annotation>

<xs:documentation>Vochtvrij is vereiste (urg)</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="ZELFSLP">

<xs:annotation>

<xs:documentation>Zelfstandige slaapkamer vereist (urg)</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="GEENTREDEN">

<xs:annotation>

<xs:documentation>Geen treden (urg)</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="INPAANP">

<xs:annotation>

<xs:documentation>Inpandige aanpassingen vereist (urg)</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="INPTRAP">

<xs:annotation>

<xs:documentation>Inpandige trap geen bezwaar (urg)</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="ROLST">

<xs:annotation>

<xs:documentation>Rolstoelgeschikt/MIVA (urg)</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="GELIJKLIFT">

<xs:annotation>

<xs:documentation>Gelijkvloers/lift vereist (urg)</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="GELIJKBEN">

<xs:annotation>

<xs:documentation>Gelijkvloers/beneden vereist (urg)</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="SCOOT">

<xs:annotation>

<xs:documentation>Berging scootmobiel vereist (urg)</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="STRETCH">

<xs:annotation>

<xs:documentation>Natte cel douchestretcher (urg)</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="ELEKKOKEN">

<xs:annotation>

<xs:documentation>Elektrisch koken</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="BAD">

<xs:annotation>

<xs:documentation>Bad</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="DOUCHE">

<xs:annotation>

<xs:documentation>Douche</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="TOILET2">

<xs:annotation>

<xs:documentation>Tweede toilet</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="BERGING">

<xs:annotation>

<xs:documentation>Berging</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="KEULUX">

<xs:annotation>

<xs:documentation>Keuze luxe keuken</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="BADLUX">

<xs:annotation>

<xs:documentation>Keuze luxe badkamer</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="WOONLEEF">

<xs:annotation>

<xs:documentation>Woon/leefregels</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="WOONGROEP">

<xs:annotation>

<xs:documentation>Woongroep</xs:documentation>

</xs:annotation>

</xs:enumeration>

</xs:restriction>

</xs:simpleType>

</xs:element>

</xs:all>

</xs:complexType>

</xs:element>

</xs:sequence>

</xs:complexType>

</xs:element>

<xs:element name="woonruimte">

<xs:annotation>

<xs:documentation>Informatie over VGE van type Woonriumte</xs:documentation>

</xs:annotation>

<xs:complexType>

<xs:all>

<xs:element name="woningtype">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:enumeration value="EGW">

<xs:annotation>

<xs:documentation>Eengezinswoning</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="BENW">

<xs:annotation>

<xs:documentation>Benedenwoning</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="BOVW">

<xs:annotation>

<xs:documentation>Bovenwoning</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="FLAT">

<xs:annotation>

<xs:documentation>Flatwoning</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="MAIS">

<xs:annotation>

<xs:documentation>Maisonnette</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="55+">

<xs:annotation>

<xs:documentation>55+ woning</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="MIVA">

<xs:annotation>

<xs:documentation>Miva woning</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="SERV">

<xs:annotation>

<xs:documentation>Servicewoning</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="ONB">

<xs:annotation>

<xs:documentation>Onbekend</xs:documentation>

</xs:annotation>

</xs:enumeration>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="aantal_kamers" minOccurs="0">

<xs:simpleType>

<xs:restriction base="xs:integer">

<xs:totalDigits value="3"/>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="aantal_slaapkamers" minOccurs="0">

<xs:simpleType>

<xs:restriction base="xs:integer">

<xs:totalDigits value="3"/>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="woonoppervlakte" type="xs:decimal" minOccurs="0"/>

<xs:element name="woonlaag" minOccurs="0">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:maxLength value="10"/>

<xs:pattern value="[0-4][0-9]"/>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="bouwjaar" minOccurs="0">

<xs:simpleType>

<xs:restriction base="xs:integer">

<xs:totalDigits value="4"/>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="soort_keuken" minOccurs="0">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:maxLength value="10"/>

<xs:enumeration value="D"/>

<xs:enumeration value="O"/>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="soort_verwarming" minOccurs="0">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:maxLength value="10"/>

<xs:enumeration value="SV"/>

<xs:enumeration value="IV"/>

<xs:enumeration value="BV"/>

<xs:enumeration value="GV"/>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="lift_aanwezig" minOccurs="0">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:maxLength value="1"/>

<xs:enumeration value="J">

<xs:annotation>

<xs:documentation>Ja</xs:documentation>

</xs:annotation>

</xs:enumeration>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="soort_buitenruimte" minOccurs="0">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:maxLength value="10"/>

<xs:enumeration value="BLKN"/>

<xs:enumeration value="DAKT"/>

<xs:enumeration value="TUIN"/>

<xs:enumeration value="LOGG"/>

<xs:enumeration value="PAT"/>

<xs:enumeration value="GEEN"/>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="ligg_buitenruimte" minOccurs="0">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:maxLength value="10"/>

<xs:enumeration value="N"/>

<xs:enumeration value="O"/>

<xs:enumeration value="Z"/>

<xs:enumeration value="W"/>

<xs:enumeration value="NO"/>

<xs:enumeration value="NW"/>

<xs:enumeration value="ZO"/>

<xs:enumeration value="ZW"/>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="oppervl_buitenruimte" minOccurs="0">

<xs:simpleType>

<xs:restriction base="xs:decimal">

<xs:totalDigits value="6"/>

<xs:fractionDigits value="2"/>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="toegang_tot_complex" minOccurs="0">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:maxLength value="10"/>

<xs:enumeration value="AFG">

<xs:annotation>

<xs:documentation>Afgesloten</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="OPEN">

<xs:annotation>

<xs:documentation>Open (niet afsluitbaar)</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="STRA">

<xs:annotation>

<xs:documentation>Eigen voordeur aan straat</xs:documentation>

</xs:annotation>

</xs:enumeration>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="bereikbaarheid" minOccurs="0">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:maxLength value="10"/>

<xs:enumeration value="TRAP">

<xs:annotation>

<xs:documentation>Trap</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="TR6">

<xs:annotation>

<xs:documentation>Trap 6-8 treden</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="LIFT">

<xs:annotation>

<xs:documentation>Lift</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="TRLI">

<xs:annotation>

<xs:documentation>Trap en lift beide nodig</xs:documentation>

</xs:annotation>

</xs:enumeration>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="toegankelijkheid_woning" minOccurs="0">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:maxLength value="10"/>

<xs:enumeration value="NUL">

<xs:annotation>

<xs:documentation>Geen speciale toegankelijkeid</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="1-STER">

<xs:annotation>

<xs:documentation>Nultraps</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="2-STERS">

<xs:annotation>

<xs:documentation>Rollator toe- en doorgankelijk</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="3-STERS">

<xs:annotation>

<xs:documentation>Rolstoel toegankelijk Roll doorgankelijk</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="4-STERS">

<xs:annotation>

<xs:documentation>Rolstoel toegankelijk Roll doorgankelijk</xs:documentation>

</xs:annotation>

</xs:enumeration>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="voorzieningen_in_buurt" minOccurs="0">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:maxLength value="10"/>

<xs:enumeration value="GEEN"/>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="overgangsreg_westland" minOccurs="0">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:maxLength value="1"/>

<xs:enumeration value="J"/>

<xs:enumeration value="N"/>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="soort_niet_woning" minOccurs="0">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:maxLength value="10"/>

<xs:enumeration value="BDR">

<xs:annotation>

<xs:documentation>Bedrijfsruimte</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="GAR">

<xs:annotation>

<xs:documentation>Garage</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="KAV">

<xs:annotation>

<xs:documentation>Kavel</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="PRK">

<xs:annotation>

<xs:documentation>Parkeervoorziening</xs:documentation>

</xs:annotation>

</xs:enumeration>

</xs:restriction>

</xs:simpleType>

</xs:element>

</xs:all>

</xs:complexType>

</xs:element>

<xs:element name="externe_id" type="xs:string"/>

<xs:element name="ind_volledig" minOccurs="0">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:maxLength value="1"/>

<xs:enumeration value="J"/>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="perceeloppervlakte" minOccurs="0">

<xs:simpleType>

<xs:restriction base="xs:decimal">

<xs:totalDigits value="6"/>

<xs:fractionDigits value="2"/>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="code_koopkosten" minOccurs="0">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:maxLength value="10"/>

<xs:enumeration value="KK">

<xs:annotation>

<xs:documentation>Kosten koper</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="VON">

<xs:annotation>

<xs:documentation>Vrij op naam</xs:documentation>

</xs:annotation>

</xs:enumeration>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="grond_in_eigendom" minOccurs="0">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:maxLength value="1"/>

<xs:enumeration value="J">

<xs:annotation>

<xs:documentation>Ja</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="N">

<xs:annotation>

<xs:documentation>Nee</xs:documentation>

</xs:annotation>

</xs:enumeration>

</xs:restriction>

</xs:simpleType>

</xs:element>

</xs:all>

<xs:attribute name="num" type="xs:integer"/>

</xs:complexType>

</xs:element>

</xs:sequence>

</xs:complexType>

</xs:element>

</xs:sequence>

</xs:complexType>

</xs:element>

<xs:element name="LEEGMELDING_OUTPUT">

<xs:annotation>

<xs:documentation>Resultaatbericht voor de leegmelding</xs:documentation>

</xs:annotation>

<xs:complexType>

<xs:all>

<xs:element name="RESULTAAT">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:length value="4"/>

<xs:enumeration value="GOED"/>

<xs:enumeration value="FOUT"/>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="FOUTCODE" minOccurs="0">

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:length value="10"/>

</xs:restriction>

</xs:simpleType>

</xs:element>

<xs:element name="MELDING" minOccurs="0">

<xs:annotation>

<xs:documentation>Omschrijving van het resultaat van de SOAP call en eventueel opgetreden fouten</xs:documentation>

</xs:annotation>

<xs:simpleType>

<xs:restriction base="xs:string">

<xs:length value="255"/>

</xs:restriction>

</xs:simpleType>

</xs:element>

</xs:all>

</xs:complexType>

</xs:element>

</xs:schema>

</types>

<message name="LeegmeldingResponse">

<part name="parameter" element="tns:LEEGMELDING_OUTPUT"/>

</message>

<message name="LeegmeldingRequest">

<part name="parameter" element="tns:leegmelding"/>

</message>

<message name="getchallengeRequest">

<part name="parameter" element="tns:get-challenge"/>

</message>

<message name="getchallengeResponse">

<part name="parameter" element="tns:nonce"/>

</message>

<portType name="SoapPort1">

<operation name="getchallenge">

<input message="tns:getchallengeRequest"/>

<output message="tns:getchallengeResponse"/>

</operation>

<operation name="leegmelding">

<output message="tns:LeegmeldingResponse"/>

<input message="tns:LeegmeldingRequest"/>

</operation>

</portType>

<binding name="bindingName" type="tns:SoapPort1">

<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>

<operation name="getchallenge">

<soap:operation soapAction="urn:#get-challenge"/>

<input>

<soap:body use="literal"/>

</input>

<output>

<soap:body use="literal"/>

</output>

</operation>

<operation name="leegmelding">

<soap:operation soapAction="urn:#leegmelding"/>

<input>

<soap:body parts="parameter" use="literal"/>

</input>

<output>

<soap:body use="literal"/>

</output>

</operation>

</binding>

<service name="WMSService">

<port name="WmsServiceSoap" binding="tns:bindingName">

<soap:address location="http://wwwp"/>

</port>

</service>

</definitions>

Accepted Solutions (0)

Answers (5)

Answers (5)

0 Kudos

This message was moderated.

sjuengling
Member
0 Kudos

Still seems to be unsolved?!?

I have the same problem. I dont receive the client service response. From the service provider

I got notification that the data are valide / not valide (Connection is working).

Any things to do in SOA-Manager?? (i.E. inbound message action?)

Thanks in Advance

S.J.

Former Member
0 Kudos

Problom as not sloved, had to agree with external partner to send a correct response including a valid response with a namespace.

uppu_narayan
Active Participant
0 Kudos

I am also facing the same problem . Did anyone got the solution for the above problem? Please Reply..

Thanks in Advance

Former Member
0 Kudos

Did you guys get any progress on this issue? I too am experiencing this issue when trying to test from SE80 test service consumer;

Generated a proxy from a local WSDL file generated out of XI. Then created a logical port. When trying to test, I am getting the same error: GENERAL_ERROR Error duing proxy processing (PART UNKNOWN (NULL) )

I am able to successfully test this service when I consume and test in soapUI 2.0.2

0 Kudos

Hello Matthew,

Is it a Document/Literal style WSDL?

Regards,

Bhushan

Former Member
0 Kudos

This is Document-Style Literal WSDL.

Edited by: Matthew Menzies on Jan 2, 2009 11:32 PM

0 Kudos

In my case I had RPC/Encoded style WSDL.

I modified WSDL locally and probably this was the reason - I was getting GENERAL_ERROR and was not getting response back.

But later I managed to get the Document/Literal style WSDL from the service provider and it solved the problem.

Regards,

Bhushan

Former Member
0 Kudos

Hi schults,

what u want exactly,pls mention.

thanks

nagendra.

Former Member
0 Kudos

the abap program calling the proxy is not receiving the response message content.

but gives an error message

GENERAL_ERROR Error duing proxy processing (PART

UNKNOWN (NULL) )

0 Kudos

Hello Schults,

I am facing same problem.

I created a ABAP proxy from a WSDL.

When a method is called for this proxy response is blank.

response message contents are null.

I am also getting the error message

GENERAL_ERROR Error duing proxy processing (PART

UNKNOWN (NULL) )

Any thoughts how I can resolve this?

Thanks Schults.

Bhushan