Name space problem in a WSDL

hello
I have an RFC 2 WS sync message. in the reply, I seem to have a problem with my name space in the WSDL that I recieve. (I see 2 arrays with the same name in the response). I tryed to change the WSDL so it will be with one name space only but with out success. when I try to test the xml in the MM I I see it red in the tree.
I attached the wsdl and the xml response that I recieve. (there are 2 processBPRArr array in the reponse with the same name space even though it seems that I have in the WSDL different name spaces).
help will be appreciated.
my WSDL:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://CRMWorkQueue.ws.migdal.co.il" xmlns:intf="http://CRMWorkQueue.ws.migdal.co.il" xmlns:tns1="http://CRMWorkQueue.ws.migdal.co.il" xmlns:tns2="http://CRMWorkQueue.ws.migdal.co.il" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://CRMWorkQueue.ws.migdal.co.il">
     <wsdl:types>
          <schema elementFormDefault="qualified" targetNamespace="http://CRMWorkQueue.ws.migdal.co.il" xmlns="http://www.w3.org/2001/XMLSchema">
               <import namespace="http://beans.hafaka.scheme.migdal"/>
               <import namespace="http://out.beans.hafaka.scheme.migdal"/>
               <element name="getWorkQueue">
                    <complexType>
                         <sequence>
                              <element name="in0" type="tns1:CRMWorkQueue"/>
                         </sequence>
                    </complexType>
               </element>
               <complexType name="ArrayOf_tns1_PaymentDetails">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns1:PaymentDetails"/>
                    </sequence>
               </complexType>
               <complexType name="ArrayOf_tns1_DOColl">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns1:DOColl"/>
                    </sequence>
               </complexType>
               <complexType name="ArrayOf_tns1_PSColl">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns1:PSColl"/>
                    </sequence>
               </complexType>
               <complexType name="ArrayOf_tns1_DGColl">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns1:DGColl"/>
                    </sequence>
               </complexType>
               <complexType name="ArrayOf_tns1_AttachedFile">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns1:AttachedFile"/>
                    </sequence>
               </complexType>
               <complexType name="ArrayOf_tns1_Party">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns1:Party"/>
                    </sequence>
               </complexType>
               <complexType name="ArrayOf_tns1_FundRequest">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns1:FundRequest"/>
                    </sequence>
               </complexType>
               <complexType name="ArrayOf_tns1_Relation">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns1:Relation"/>
                    </sequence>
               </complexType>
               <complexType name="ArrayOf_tns1_OptionalBenefit">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns1:OptionalBenefit"/>
                    </sequence>
               </complexType>
               <complexType name="ArrayOf_tns1_LifeParticipant">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns1:LifeParticipant"/>
                    </sequence>
               </complexType>
               <complexType name="ArrayOf_tns1_Coverage">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns1:Coverage"/>
                    </sequence>
               </complexType>
               <complexType name="ArrayOf_tns1_Policy">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns1:Policy"/>
                    </sequence>
               </complexType>
               <element name="getWorkQueueResponse">
                    <complexType>
                         <sequence>
                              <element name="getWorkQueueReturn" type="tns2:CRMWorkQueueNotify"/>
                         </sequence>
                    </complexType>
               </element>
               <complexType name="ArrayOf_tns2_PathNoteInfo">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:PathNoteInfo"/>
                    </sequence>
               </complexType>
               <complexType name="ArrayOf_tns2_ChangeEssence">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:ChangeEssence"/>
                    </sequence>
               </complexType>
               <complexType name="ArrayOf_xsd_string">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="xsd:string"/>
                    </sequence>
               </complexType>
               <complexType name="ArrayOf_tns2_HistoryState">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:HistoryState"/>
                    </sequence>
               </complexType>
               <complexType name="ArrayOf_tns2_WorkQueue2000">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:WorkQueue2000"/>
                    </sequence>
               </complexType>
               <complexType name="ArrayOf_tns2_ReceivedDocument">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:ReceivedDocument"/>
                    </sequence>
               </complexType>
               <complexType name="ArrayOf_tns2_ExpectedDocument">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:ExpectedDocument"/>
                    </sequence>
               </complexType>
               <complexType name="ArrayOf_tns2_NoteInfo">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:NoteInfo"/>
                    </sequence>
               </complexType>
               <complexType name="ArrayOf_tns2_ProcessBPR">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:ProcessBPR"/>
                    </sequence>
               </complexType>
               <complexType name="ArrayOf_tns2_Restriction">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:Restriction"/>
                    </sequence>
               </complexType>
               <complexType name="ArrayOf_tns2_Addition">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:Addition"/>
                    </sequence>
               </complexType>
               <complexType name="ArrayOf_tns2_Taarif">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:Taarif"/>
                    </sequence>
               </complexType>
               <complexType name="ArrayOf_tns2_ProductOffer">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:ProductOffer"/>
                    </sequence>
               </complexType>
               <complexType name="ArrayOf_tns2_Agreement">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:Agreement"/>
                    </sequence>
               </complexType>
               <complexType name="ArrayOf_tns2_FundDetails">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:FundDetails"/>
                    </sequence>
               </complexType>
               <complexType name="ArrayOf_tns2_Funds">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="tns2:Funds"/>
                    </sequence>
               </complexType>
               <complexType name="UserPswd">
                    <sequence>
                         <element name="pswd" minOccurs="0" nillable="true" type="xsd:string"/>
                         <element name="cryptPswd" minOccurs="0" nillable="true" type="xsd:string"/>
                         <element name="cryptType" minOccurs="0" nillable="true" type="xsd:string"/>
                    </sequence>
               </complexType>
               <complexType name="UserAuthRequest">
                    <sequence>
                         <element name="userLoginName" minOccurs="0" nillable="true" type="xsd:string"/>
                         <element name="userPswd" nillable="true" minOccurs="0" type="tns1:UserPswd"/>
                    </sequence>
               </complexType>
               <complexType name="AgreementRequest">
                    <sequence>
                         <element name="organizationKey" minOccurs="0" nillable="true" type="xsd:string"/>
                         <element name="all" minOccurs="0" type="xsd:int"/>
                         <element name="carrierPartyId" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="agreementID" minOccurs="0" type="xsd:int"/>
                    </sequence>
               </complexType>
               <complexType name="Organization">
                    <sequence>
                         <element name="directDeliveryByPost" minOccurs="0" type="xsd:int"/>
                         <element name="natureCategory" minOccurs="0" type="xsd:int"/>
                         <element name="policyHolderNumber" minOccurs="0" type="xsd:int"/>
                         <element name="govtID" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="commissionPayeeType" minOccurs="0" type="xsd:int"/>
                         <element name="salesManagerNum" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="organizationKey" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="residenceCounty" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="allowAppPaymentDetermining" minOccurs="0" type="xsd:int"/>
                         <element name="contactPersonName" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="orgCode" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="abbrName" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="carrierPartyId" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="orgForm" minOccurs="0" type="xsd:int"/>
                         <element name="publicCompanyIndicator" minOccurs="0" type="xsd:int"/>
                         <element name="addressCountry" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="commissionPayeeID" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="estabDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                         <element name="signedAgreementInd" minOccurs="0" type="xsd:int"/>
                         <element name="percentForSalesManager" minOccurs="0" type="xsd:double"/>
                         <element name="fullName" nillable="true" minOccurs="0" type="xsd:string"/>
                    </sequence>
               </complexType>
               <complexType name="Fax">
                    <sequence>
                         <element name="areaCode" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="dialNumber" nillable="true" minOccurs="0" type="xsd:string"/>
                    </sequence>
               </complexType>
               <complexType name="PaymentDetails">
                    <sequence>
                         <element name="creditConfirmationID" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="cardOwnerID" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="creditCardType" minOccurs="0" type="xsd:int"/>
                         <element name="bankBranchName" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="accountNumber" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="paymentMethod" minOccurs="0" type="xsd:int"/>
                         <element name="creditCardExpDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                         <element name="acctHolderName" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="bankName" nillable="true" minOccurs="0" type="xsd:string"/>
                    </sequence>
               </complexType>
               <complexType name="Person">
                    <sequence>
                         <element name="fatherName" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="firstName" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="primaryProfession" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="secondaryEmailAddress" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="primaryEmailAddress" minOccurs="0" nillable="true" type="xsd:string"/>
                         <element name="personKey" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="passportCountry" minOccurs="0" type="xsd:int"/>
                         <element name="birthDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                         <element name="secondaryProfessionCode" minOccurs="0" type="xsd:int"/>
                         <element name="cellularNumber" minOccurs="0" type="xsd:int"/>
                         <element name="confirmationDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                         <element name="englishFirstName" minOccurs="0" nillable="true" type="xsd:string"/>
                         <element name="gender" minOccurs="0" type="xsd:int"/>
                         <element name="occupationCode" minOccurs="0" type="xsd:int"/>
                         <element name="lastName" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="sendMailInd" minOccurs="0" type="xsd:int"/>
                         <element name="proofOfAgeInd" minOccurs="0" type="xsd:int"/>
                         <element name="carrierPartyId" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="selfEmployedDeclaration" minOccurs="0" type="xsd:int"/>
                         <element name="marStat" minOccurs="0" type="xsd:int"/>
                         <element name="smokerStat" minOccurs="0" type="xsd:int"/>
                         <element name="primaryProfessionCode" minOccurs="0" type="xsd:int"/>
                         <element name="issueDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                         <element name="secondaryProfession" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="englishLastName" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="occupation" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="cellularAreaCode" minOccurs="0" type="xsd:int"/>
                         <element name="declarationDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                    </sequence>
               </complexType>
               <complexType name="LS">
                    <sequence>
                         <element name="drugs_ls" minOccurs="0" type="xsd:int"/>
                    </sequence>
               </complexType>
               <complexType name="DC">
                    <sequence>
                         <element name="name_dc" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="street_dc" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="first_name_dc" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="town_dc" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="id_no_dc" nillable="true" minOccurs="0" type="xsd:string"/>
                    </sequence>
               </complexType>
               <complexType name="GH">
                    <sequence>
                         <element name="drinking_x_gh" minOccurs="0" type="xsd:int"/>
                         <element name="drinking_from_year_gh" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="gen_questions19_gh" minOccurs="0" type="xsd:int"/>
                         <element name="ever_smoked_gh" minOccurs="0" type="xsd:int"/>
                         <element name="gen_questions20_gh" minOccurs="0" type="xsd:int"/>
                         <element name="number_cigarettes_then_gh" minOccurs="0" type="xsd:int"/>
                         <element name="height_gh" minOccurs="0" type="xsd:int"/>
                         <element name="gen_questions2_gh" minOccurs="0" type="xsd:int"/>
                         <element name="family_disorders_x_gh" minOccurs="0" type="xsd:int"/>
                         <element name="gen_questions12_gh" minOccurs="0" type="xsd:int"/>
                         <element name="gen_questions7_gh" minOccurs="0" type="xsd:int"/>
                         <element name="number_cigarettes_now_gh" minOccurs="0" type="xsd:int"/>
                         <element name="gen_questions17_gh" minOccurs="0" type="xsd:int"/>
                         <element name="ever_drunk_gh" minOccurs="0" type="xsd:int"/>
                         <element name="gen_questions23_gh" minOccurs="0" type="xsd:int"/>
                         <element name="gen_questions5_gh" minOccurs="0" type="xsd:int"/>
                         <element name="gen_questions10_gh" minOccurs="0" type="xsd:int"/>
                         <element name="gen_questions15_gh" minOccurs="0" type="xsd:int"/>
                         <element name="smoking_started_year_gh" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="smoking_x_gh" minOccurs="0" type="xsd:int"/>
                         <element name="smoking_stopped_year_gh" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="gen_questions21_gh" minOccurs="0" type="xsd:int"/>
                         <element name="weight_gh" minOccurs="0" type="xsd:int"/>
                         <element name="gen_questions3_gh" minOccurs="0" type="xsd:int"/>
                         <element name="heathy_able_to_work_gh" minOccurs="0" type="xsd:int"/>
                         <element name="gen_questions13_gh" minOccurs="0" type="xsd:int"/>
                         <element name="gen_questions8_gh" minOccurs="0" type="xsd:int"/>
                         <element name="gen_questions18_gh" minOccurs="0" type="xsd:int"/>
                         <element name="gen_questions1_gh" minOccurs="0" type="xsd:int"/>
                         <element name="gen_questions24_gh" minOccurs="0" type="xsd:int"/>
                         <element name="gen_questions6_gh" minOccurs="0" type="xsd:int"/>
                         <element name="gen_questions11_gh" minOccurs="0" type="xsd:int"/>
                         <element name="gen_questions16_gh" minOccurs="0" type="xsd:int"/>
                         <element name="drinking_until_year_gh" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="gen_questions22_gh" minOccurs="0" type="xsd:int"/>
                         <element name="gen_questions4_gh" minOccurs="0" type="xsd:int"/>
                         <element name="hiv_infection_gh" minOccurs="0" type="xsd:int"/>
                         <element name="gen_questions9_gh" minOccurs="0" type="xsd:int"/>
                         <element name="gen_questions14_gh" minOccurs="0" type="xsd:int"/>
                    </sequence>
               </complexType>
               <complexType name="PM">
                    <sequence>
                         <element name="pursuit_x_pm" minOccurs="0" type="xsd:int"/>
                         <element name="occupation_hazards_x_pm" minOccurs="0" type="xsd:int"/>
                         <element name="substandard_pm" minOccurs="0" type="xsd:int"/>
                    </sequence>
               </complexType>
               <complexType name="DOColl">
                    <sequence>
                         <element name="treatment_year_do" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="start_month_do" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="has_fully_recovered_do" minOccurs="0" type="xsd:int"/>
                         <element name="hospital_admission_do" minOccurs="0" type="xsd:int"/>
                         <element name="end_year_do" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="several_times_do" minOccurs="0" type="xsd:int"/>
                         <element name="type_of_treatment_do" minOccurs="0" type="xsd:int"/>
                         <element name="disorder_name_do" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="consequences_do" minOccurs="0" type="xsd:int"/>
                         <element name="start_year_do" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="treatment_month_do" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="right_left_do" minOccurs="0" type="xsd:int"/>
                         <element name="code_do" minOccurs="0" type="xsd:int"/>
                         <element name="end_month_do" nillable="true" minOccurs="0" type="xsd:string"/>
                    </sequence>
               </complexType>
               <complexType name="PSColl">
                    <sequence>
                         <element name="pursuit_name_ps" minOccurs="0" nillable="true" type="xsd:string"/>
                         <element name="code_ps" minOccurs="0" type="xsd:int"/>
                    </sequence>
               </complexType>
               <complexType name="DGColl">
                    <sequence>
                         <element name="drug_name_dg" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="code_dg" minOccurs="0" type="xsd:int"/>
                         <element name="quantity_dg" minOccurs="0" type="xsd:int"/>
                    </sequence>
               </complexType>
               <complexType name="Questionnaire">
                    <sequence>
                         <element name="LS" nillable="true" minOccurs="0" type="tns1:LS"/>
                         <element name="DC" nillable="true" minOccurs="0" type="tns1:DC"/>
                         <element name="GH" nillable="true" minOccurs="0" type="tns1:GH"/>
                         <element name="PM" nillable="true" minOccurs="0" type="tns1:PM"/>
                         <element name="DOCollArr" nillable="true" minOccurs="0" type="impl:ArrayOf_tns1_DOColl"/>
                         <element name="PSCollArr" minOccurs="0" nillable="true" type="impl:ArrayOf_tns1_PSColl"/>
                         <element name="DGCollArr" minOccurs="0" nillable="true" type="impl:ArrayOf_tns1_DGColl"/>
                    </sequence>
               </complexType>
               <complexType name="HealthStatement">
                    <sequence>
                         <element name="questionnaireStr" minOccurs="0" nillable="true" type="xsd:string"/>
                         <element name="tkufatBituach" minOccurs="0" type="xsd:int"/>
                         <element name="trdMiluiMevutach" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                         <element name="medicalPcntAddition" minOccurs="0" type="xsd:double"/>
                         <element name="professionalPcntAddition" minOccurs="0" type="xsd:double"/>
                         <element name="questionnaire" nillable="true" minOccurs="0" type="tns1:Questionnaire"/>
                         <element name="maslulChitum" minOccurs="0" type="xsd:int"/>
                    </sequence>
               </complexType>
               <complexType name="Phone">
                    <sequence>
                         <element name="areaCode" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="dialNumber" nillable="true" minOccurs="0" type="xsd:string"/>
                    </sequence>
               </complexType>
               <complexType name="Address">
                    <sequence>
                         <element name="zip" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="buildNum" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="street" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="buildEnt" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="cityName" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="cityCode" minOccurs="0" type="xsd:int"/>
                         <element name="addressValidInd" minOccurs="0" type="xsd:int"/>
                         <element name="POBox" minOccurs="0" type="xsd:int"/>
                         <element name="buildLet" nillable="true" minOccurs="0" type="xsd:string"/>
                    </sequence>
               </complexType>
               <complexType name="AttachedFile">
                    <sequence>
                         <element name="fileType" minOccurs="0" type="xsd:int"/>
                         <element name="originalFileName" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="fileContent" nillable="true" minOccurs="0" type="xsd:base64Binary"/>
                         <element name="fileName" nillable="true" minOccurs="0" type="xsd:string"/>
                    </sequence>
               </complexType>
               <complexType name="Party">
                    <sequence>
                         <element name="organization" nillable="true" minOccurs="0" type="tns1:Organization"/>
                         <element name="partyResultCode" minOccurs="0" type="xsd:int"/>
                         <element name="fax" nillable="true" minOccurs="0" type="tns1:Fax"/>
                         <element name="paymentDetailsArr" nillable="true" minOccurs="0" type="impl:ArrayOf_tns1_PaymentDetails"/>
                         <element name="person" nillable="true" minOccurs="0" type="tns1:Person"/>
                         <element name="healthStatement" nillable="true" minOccurs="0" type="tns1:HealthStatement"/>
                         <element name="phone" nillable="true" minOccurs="0" type="tns1:Phone"/>
                         <element name="address" nillable="true" minOccurs="0" type="tns1:Address"/>
                         <element name="attachedFileArr" nillable="true" minOccurs="0" type="impl:ArrayOf_tns1_AttachedFile"/>
                    </sequence>
               </complexType>
               <complexType name="Parties">
                    <sequence>
                         <element name="partyArr" nillable="true" minOccurs="0" type="impl:ArrayOf_tns1_Party"/>
                    </sequence>
               </complexType>
               <complexType name="FundRequest">
                    <sequence>
                         <element name="indexEndDate" minOccurs="0" nillable="true" type="xsd:dateTime"/>
                         <element name="carrierPartyId" minOccurs="0" nillable="true" type="xsd:string"/>
                         <element name="indexStartDate" minOccurs="0" nillable="true" type="xsd:dateTime"/>
                         <element name="linkingType" type="xsd:int"/>
                    </sequence>
               </complexType>
               <complexType name="Relation">
                    <sequence>
                         <element name="relationRoleCode" type="xsd:int"/>
                         <element name="relationOriginatingObjectID" nillable="true" type="xsd:string"/>
                         <element name="relationRelatedObjectID" nillable="true" type="xsd:string"/>
                    </sequence>
               </complexType>
               <complexType name="KolRega">
                    <sequence>
                         <element name="providentFundType" type="xsd:int"/>
                         <element name="providentFundNumber" type="xsd:double"/>
                    </sequence>
               </complexType>
               <complexType name="BudgetSplit">
                    <sequence>
                         <element name="rule45" type="xsd:double"/>
                         <element name="amount" type="xsd:double"/>
                         <element name="pcntCompensation" type="xsd:double"/>
                         <element name="pensionEmployer" type="xsd:double"/>
                         <element name="rule47" type="xsd:double"/>
                         <element name="pensionEmployee" type="xsd:double"/>
                    </sequence>
               </complexType>
               <complexType name="Migdalor">
                    <sequence>
                         <element name="equityCourse" type="xsd:int"/>
                         <element name="lifeEquity" type="xsd:double"/>
                         <element name="compensationInvestmentCourse" type="xsd:int"/>
                         <element name="constStipend" type="xsd:double"/>
                         <element name="reduction" type="xsd:int"/>
                         <element name="manLifeStipend" nillable="true" type="tns1:BudgetSplit"/>
                         <element name="manEquity" nillable="true" type="tns1:BudgetSplit"/>
                         <element name="manConstEquity" nillable="true" type="tns1:BudgetSplit"/>
                         <element name="manStipend" nillable="true" type="tns1:BudgetSplit"/>
                         <element name="lopping" type="xsd:int"/>
                         <element name="constEquity" type="xsd:double"/>
                         <element name="pcntEquity" type="xsd:double"/>
                         <element name="salaryEquity" type="xsd:double"/>
                         <element name="pensionLifeInvestmentCourse" type="xsd:int"/>
                         <element name="lifeInvestmentCourse" type="xsd:int"/>
                         <element name="stipend" type="xsd:double"/>
                         <element name="equity" type="xsd:double"/>
                         <element name="lifeCycleCompensationMigdalorForLife" type="xsd:int"/>
                         <element name="lifeCyclePensionMigdalorForLife" type="xsd:int"/>
                         <element name="lifeCycleCompensationMigdalor" type="xsd:int"/>
                         <element name="pcntExpenseToSaving" type="xsd:double"/>
                         <element name="manLifeEquity" nillable="true" type="tns1:BudgetSplit"/>
                         <element name="paramInsuranceCourse" type="xsd:double"/>
                         <element name="insuranceCourse" type="xsd:int"/>
                         <element name="lifeStipend" type="xsd:double"/>
                         <element name="pensionInvestmentCourse" type="xsd:int"/>
                         <element name="investmentCourse" type="xsd:int"/>
                         <element name="compensationLifeInvestmentCourse" type="xsd:int"/>
                         <element name="manConstStipend" nillable="true" type="tns1:BudgetSplit"/>
                         <element name="lifeCyclePensionMigdalor" type="xsd:int"/>
                    </sequence>
               </complexType>
               <complexType name="OptionalBenefit">
                    <sequence>
                         <element name="optionalBenefitID" type="xsd:int"/>
                    </sequence>
               </complexType>
               <complexType name="OptionalBenefits">
                    <sequence>
                         <element name="optionalBenefitArr" nillable="true" type="impl:ArrayOf_tns1_OptionalBenefit"/>
                    </sequence>
               </complexType>
               <complexType name="Mitria">
                    <sequence>
                         <element name="additionalShalvaAmount" minOccurs="0" type="xsd:double"/>
                         <element name="shalvaAmount" minOccurs="0" type="xsd:double"/>
                         <element name="fundStartDate" minOccurs="0" nillable="true" type="xsd:dateTime"/>
                         <element name="fund" minOccurs="0" type="xsd:int"/>
                         <element name="restPensionAmount" minOccurs="0" type="xsd:double"/>
                         <element name="disabilityPensionAmount" minOccurs="0" type="xsd:double"/>
                         <element name="fundPremium" minOccurs="0" type="xsd:double"/>
                         <element name="salaryEquity" minOccurs="0" type="xsd:double"/>
                         <element name="equityCourse" minOccurs="0" type="xsd:int"/>
                         <element name="pcntEquity" minOccurs="0" type="xsd:double"/>
                    </sequence>
               </complexType>
               <complexType name="Product">
                    <sequence>
                         <element name="productCode" minOccurs="0" nillable="true" type="xsd:string"/>
                    </sequence>
               </complexType>
               <complexType name="LifeParticipant">
                    <sequence>
                         <element name="commissionPayeeType" minOccurs="0" type="xsd:int"/>
                         <element name="beneficiaryType" minOccurs="0" type="xsd:int"/>
                         <element name="lifeParticipantRoleCode" minOccurs="0" type="xsd:int"/>
                         <element name="lifeParticipantKey" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="lastUpdateDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                         <element name="beneficiaryRoleCode" minOccurs="0" type="xsd:int"/>
                         <element name="participationPct" minOccurs="0" type="xsd:double"/>
                         <element name="collectionPct" minOccurs="0" type="xsd:double"/>
                         <element name="deathBenefitAmt" minOccurs="0" type="xsd:double"/>
                         <element name="participantType" minOccurs="0" type="xsd:int"/>
                         <element name="productionPct" minOccurs="0" type="xsd:double"/>
                    </sequence>
               </complexType>
               <complexType name="LifeParticipants">
                    <sequence>
                         <element name="lifeParticipantArr" minOccurs="0" nillable="true" type="impl:ArrayOf_tns1_LifeParticipant"/>
                    </sequence>
               </complexType>
               <complexType name="Coverage">
                    <sequence>
                         <element name="lifeParticipant" minOccurs="0" nillable="true" type="tns1:LifeParticipant"/>
                         <element name="coverageAction" minOccurs="0" type="xsd:int"/>
                         <element name="riskGroupName" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="coverageName" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="paymentPeriod" minOccurs="0" type="xsd:int"/>
                         <element name="paymentCode" minOccurs="0" type="xsd:double"/>
                         <element name="duration" minOccurs="0" type="xsd:int"/>
                         <element name="msManotCollective" minOccurs="0" type="xsd:double"/>
                         <element name="coverageSignDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                         <element name="pcntValue" minOccurs="0" type="xsd:double"/>
                         <element name="policyValue" minOccurs="0" type="xsd:double"/>
                         <element name="release" minOccurs="0" type="xsd:int"/>
                         <element name="numSalaries" minOccurs="0" type="xsd:double"/>
                         <element name="coverageKey" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="mandatoryIndicator" minOccurs="0" type="xsd:int"/>
                         <element name="mix" minOccurs="0" type="xsd:double"/>
                    </sequence>
               </complexType>
               <complexType name="Life">
                    <sequence>
                         <element name="coverageArr" minOccurs="0" nillable="true" type="impl:ArrayOf_tns1_Coverage"/>
                    </sequence>
               </complexType>
               <complexType name="Pension">
                    <sequence>
                         <element name="transferFromAnotherFund" minOccurs="0" nillable="true" type="xsd:string"/>
                         <element name="mainCover" minOccurs="0" type="xsd:int"/>
                         <element name="riskDeduce" minOccurs="0" type="xsd:int"/>
                         <element name="pcntPension" minOccurs="0" type="xsd:double"/>
                         <element name="finalPaymentAge" minOccurs="0" type="xsd:double"/>
                         <element name="solitudeDeclarDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                         <element name="insuranceCourse" minOccurs="0" type="xsd:int"/>
                         <element name="retAge" minOccurs="0" type="xsd:int"/>
                         <element name="orgFund" minOccurs="0" type="xsd:int"/>
                         <element name="pcntDisability" minOccurs="0" type="xsd:double"/>
                         <element name="pcntRest" minOccurs="0" type="xsd:double"/>
                         <element name="solitudeStatus" minOccurs="0" type="xsd:int"/>
                         <element name="qualificationPeriod" minOccurs="0" type="xsd:int"/>
                         <element name="pensionAge" minOccurs="0" type="xsd:int"/>
                    </sequence>
               </complexType>
               <complexType name="Risk">
                    <sequence>
                         <element name="loanType" minOccurs="0" type="xsd:int"/>
                         <element name="interestCode" minOccurs="0" type="xsd:int"/>
                         <element name="loanNumber" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="premiumCode" minOccurs="0" type="xsd:int"/>
                         <element name="pcntInterest" minOccurs="0" type="xsd:double"/>
                    </sequence>
               </complexType>
               <complexType name="Policy">
                    <sequence>
                         <element name="carrierCode" minOccurs="0" nillable="true" type="xsd:string"/>
                         <element name="pcntPensionEmployee" minOccurs="0" type="xsd:double"/>
                         <element name="printPolicyIndicator" minOccurs="0" type="xsd:int"/>
                         <element name="policycarrierPartyID" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="replacingForm" minOccurs="0" type="xsd:int"/>
                         <element name="proposalDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                         <element name="linkingMode" minOccurs="0" type="xsd:int"/>
                         <element name="polNumber" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="acctHolderName" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="compensationAgreement" minOccurs="0" type="xsd:int"/>
                         <element name="numSalaries" minOccurs="0" type="xsd:double"/>
                         <element name="riskDeduce" minOccurs="0" type="xsd:int"/>
                         <element name="organizationKey" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="creditCardType" minOccurs="0" type="xsd:int"/>
                         <element name="externalPolNumerator" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="agreementID" minOccurs="0" type="xsd:int"/>
                         <element name="compensationInvestmentAuthority" minOccurs="0" type="xsd:int"/>
                         <element name="kolRega" nillable="true" minOccurs="0" type="tns1:KolRega"/>
                         <element name="contIndicator" minOccurs="0" type="xsd:int"/>
                         <element name="bankBranchName" nillable="true" minOccurs="0" type="xsd:string"/>
                         <element name="creditCardExpDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
                         <element name="salary" minOccurs="0" type="xsd:double"/>
                         <element name="policyValue" minOccurs="0" type="xsd:double"/>

any suggestions?
Thanks
Kfir

Similar Messages

  • Name space problem ?

    Hi Guys,
    I have defined a message interface as outbound and synchronus and for the output and input message, i have taken the data types from the external definition.
    when i activate the message interface it says the name space http://Shell.com which i have defiend, is not defined under the software component version
    any help would be appreciated
    Thanks,
    srini

    Hi Guys,
    I did not activate the software component version and i did that which activated the namespace also and it solved the problem.
    Thanks guys
    Thanks,
    srini

  • OBS WSDL Import - Name space is changing

    Hi,
    I am running with a strange issue while importing WSDL from the OSB console.
    During the configuration, I did import WSDl which has name space like
    <code before -->
    xmlns:*soap*="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:*soap1*2="http://schemas.xmlsoap.org/wsdl/soap12/"
    xmlns:*wsdl*="http://schemas.xmlsoap.org/wsdl/"
    <code after >
    but when I export WSDL from proxy service, I see all the namespace are changing something like
    xmlns:*WL5G3N5*="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:*WL5G3N6*="http://schemas.xmlsoap.org/wsdl/soap12/"
    xmlns:*WL5G3N0*="http://schemas.xmlsoap.org/wsdl/"
    Service is working as expected but its always good to have code in standard format.
    Can someone please advice me whats causing this issue ..?

    Hi,
    That's OSB normal behaviour, notice that the namespaces aren't changing, just the aliases... This shouldn't cause any problems and there's no option to change that behaviour as far as I know...
    Cheers,
    Vlad

  • Consume WSDL in ABAP proxy : Issue with name space

    Hi,
    I was trying to consume a WSDL in ABAP and I have created ABAP proxy using wizard in SE80 and also did the LPCONFIG.
    While calling the proxy methods it is throughing the "authrization failed" error because of the following issue.I have successfully executed same WSDL from some third party tools with out error.only difference I have observed in SOAP request is, Third party tools passing all name spaces at envelope level but in ABAP proxy it is not passing all name spaces at envelope level.
    1. SOAP genarated from WSDL in  third party tool.
    <<b>soap:Envelope</b> xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="<b>http://schemas.xxxxx.com</b> ">
      <soap:Body>
        <tns:<b>GetKMContent</b>>
          <tns:request>
            <tns:clientID>1</tns:clientID>
            <tns:employeeID>307478</tns:employeeID>   
            <tns:languageCountryCode>en-US</tns:languageCountryCode>
            <tns:wscVariables>
              <tns:empcountry>US</tns:empcountry>         
            </tns:wscVariables>
          </tns:request>
        </tns:GetKMContent>
      </soap:Body>
    </soap:Envelope>
    SOAP genarated from WSDL in  ABAP proxy.
    <<b>soap-env:Envelope</b> 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/">
    <TraceLevel xmlns="http://www.sap.com/webas/630/soap/features/runtime/tracing/">Full</TraceLevel>
    </n0:Trace></soap-env:Header>
    <soap-env:Body>
        <nr1:<b>GetKMContent</b> xmlns:nr1="<b>http://schemas.xxxxx.com</b> ">
             <nr1:request>
               <nr1:clientID>1</nr1:clientID>
               <nr1:employeeID>307478</nr1:employeeID>
               <nr1:languageCountryCode>en-US</nr1:languageCountryCode>
               <nr1:wscVariables>
               <nr1:empcountry>US</nr1:empcountry>
               </nr1:wscVariables>
            </nr1:request>
         </nr1:GetKMContent>
      </soap-env:Body>
    </soap-env:Envelope>
    I was trying to use the SOAP genarated in ABAP proxy in thrid party tool and end up with same "authrization failed " error. If I move the name space  <b>nr1</b> from <<u>nr1:GetKMContent xmlns:nr1="http://schemas.xxxxx.com "></u>  <b>GetKMContent</b> node to <b>soap-env:Envelope</b> <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nr1="http://schemas.xxxxx.com "> then it is working fine.
    Question :Is there any way in ABAP proxy to pass name space at soap-env:Envelope level or is there any way to change the SOAP request once it is genarated from ABAP Proxy?. Is there any API to change SOAP information?
    Thanks,

    Hi Kavitha,
    I am also facing the same issue.
    Could you please share the solution if you have solved this.
    Thanks,
    Arun

  • Problem while deleting a name space

    Hi All,
    When i delete a name space, its says it cannot delete as the objects (ExchangeLogData,ExchangeFaultData) are referring some xyz interface which doesn't even exist under the SCW.
    Please help me out to solve the error.
    regards,
    younus

    Hi,
    The error is
    "Error while parsing or executing XML-SQL document: Error processing request in sax parser: No 'action' attribute found in XML document (attribute "action" missing or wrong XML structure)"
    My target structure has action attribute in it, and the message mapping is working fine.
    What could be the error,  Please help me.
    regards

  • Space Problem in G: - after NW2004s SR1 installation on Windows 2003 server

    HI Friends,
    I have installed NW2004s SR1 on Windows 2003 server with Oracle 10g database successfully. My server has sufficient harddisk space as follows.
    C: 9.6GB
    G: 24GB
    H:64GB & I: 73GB.
    RAM is 6GB
    While installing NW2004s i have defined a paging size on C: 400MB-1600MB and
    i have set the option as System Manageble on other drives G, H& I drives. I did not get any Swap space problem while installing.
    During installation I have chosen G: drive to store MirrorlogA, MirrorlogB, Oraarch, OriglogA, OriglogB folders of Oracle for redolog archives,.Total size of all these folders is 17.4 GB
    G: drive has one more folder Program files which is of 155KB  and no other files exist in it.
    But My system says that I am running out of Space on G: drive and free space available now is only 44MB.
    My question is where has the rest 5GB of space gone? Is it consumed as a part of Paging file which i have set on this drive as System manageble??
    I have set the same option on other drives too i..e H & I. But i am not facing any space issues for these drives.
    What could be going wrong?? Please suggest me how to correct this
    Thanks
    mv_d

    898118 wrote:
    Hi All,
    I am trying to face some problem to install oracle 10g database on windows 2003 server with service pack 2. Once I start to installation it give me an error "Error in writing to directory 'c:\documents and settings\administrator\local settings\temp\orainstall2004xxx'. Please ensure that this directory is writable and has at least 45MB of disk space. Installation cannot continue"
    I double-insured that there is enough disk-space and I am also in the Administrators-Group.
    Please guide me for the above problem although I have done oracle 9i database installation with the same configuration.
    Regards
    Muhammad ShoaibOracle really doesn't like to be installed into directories with spaces in their names.

  • Name Space in Webservice Response is not parsed in BI Publisher

    Hi,
    I have built the report in BI Publisher with Data Source as Web Service by giving WSDL URL and method Name. I have got the response for the method call, but it has name space for all tag elements. Like
    <ns:FirstName>Daniel</ns:FirstName>
    <ns:LastName>Victor</ns:LastName>
    My report template unable to pick the value from tags as it is taking Name Space also as tag name. It is not parsing name spaces. I tried another report by keeping file as my report source, just by removing the name spaces from the WSDL response message, it worked.
    How do I make BI Publisher to parse the name space, such that WSDL response can be utilized as such?
    Edited by: [email protected] on Mar 4, 2009 2:58 PM

    Hi,
    Did you follow all the steps in the Install guide:
    http://download.oracle.com/docs/cd/E12844_01/doc/bip.1013/e12690/T434820T487784.htm
    Regards,

  • I have a question about extracting pages.  When I do the function, adobe saves the individual files as " file name space page number ", so the files look like this "filename 1.pdf", "filename 2.pdf", "filename 3.pdf".  Without too many gory details, I a

    I have a question about extracting pages.  When I do the function, adobe saves the individual files as "<file name><space><page number>", so the files look like this "filename 1.pdf", "filename 2.pdf", "filename 3.pdf".  Without too many gory details, I am using excel to concatenate some data to dynamically build a hyperlink to these extraced files.  It casues me problems, however, for the space to be the the file name.  Is there any way to change the default behavoir of this function to perhaps use a dash or underscore instead of a space?

    No, you can't change the default naming scheme. You can do it yourself if you extract the pages using a script instead of using the built-in command.

  • Problem with generating WSDL from ABAP

    Hi all
    I have encountered a problem.I created a WSDL from a ABAP program,but in the ABAP function module what it does is it inserts value onto a transparent table from a table which let me specify as a virtual table.So after generating the wsdl i am surprised to see the virtual table has come in the output part .I am unable to make out why this happened.
    i am mentioning below the ABAP code which inserts value on to a transparent table from a virtual table
    Code-Function module-smlg_modify
    <u>virtual table Definition</u>
    "table with items for insertion
      DATA INS_TAB LIKE RZLLITAB OCCURS 0 WITH HEADER LINE.
    DESCRIBE TABLE MODIFICATIONS LINES ITEMS.
    LOOP AT MODIFICATIONS.
        MODIFICATIONS-GROUPTYPE = GROUPTYPE.
        CASE MODIFICATIONS-MODIFICATN.
          WHEN 'I'. "insertion of an item
            INS_TAB = MODIFICATIONS.
            APPEND INS_TAB.
    END LOOP
    DESCRIBE TABLE INS_TAB LINES ITEMS.
      IF ITEMS > 0.
        INSERT RZLLITAB FROM TABLE INS_TAB-->(one i mentioned as virtual.)
      ENDIF.
    In such a case how comes the virtual comes as the output in wsdl
    I am mentioning below the the wsdl
    <----
    >
    <?xml version="1.0" encoding="ASCII"?>
    <wsdl:definitions xmlns:ctc="http://sap.com/ctc" xmlns:ctc-bapi="http://www.sap.com/ctc/abapprovider" xmlns:ctc_ref="urn:example/encoded" xmlns:ctclib="http://sap.com/ctc/schema/lib" xmlns:plnk="http://schema.xmlsoap.org/ws/2003/05/partner-link" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://sap.com/ctc/services" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SMLG_MODIFYServiceDefinition" targetNamespace="http://sap.com/ctc/services">
      <wsdl:types>
    <xsd:schema xmlns:tns="http://sap.com/ctc/services" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://sap.com/ctc/services">
    <xsd:element name="GROUPTYPE" type="xsd:string"/>
    <xsd:element name="SET_LOCK" type="xsd:string"/>
    <xsd:complexType name="ERFC_MODIFICATIONS">
    <xsd:sequence>
    <xsd:element name="CLASSNUM" type="xsd:int"/>
    <xsd:element name="CLASSNAME" type="xsd:string"/>
    <xsd:element name="GROUPTYPE" type="xsd:string"/>
    <xsd:element name="TIMERERD" type="xsd:int"/>
    <xsd:element name="LOGRERD" type="xsd:int"/>
    <xsd:element name="FAVTYPE" type="xsd:string"/>
    <xsd:element name="MODIFICATN" type="xsd:string"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:element name="ERFC_MODIFICATIONS" type="tns:ERFC_MODIFICATIONS"/>
    <xsd:element name="CLASSNUM" type="xsd:int"/>
    <xsd:element name="CLASSNAME" type="xsd:string"/>
    <xsd:element name="GROUPTYPE" type="xsd:string"/>
    <xsd:element name="TIMERERD" type="xsd:int"/>
    <xsd:element name="LOGRERD" type="xsd:int"/>
    <xsd:element name="FAVTYPE" type="xsd:string"/>
    <xsd:element name="MODIFICATN" type="xsd:string"/>
    </xsd:schema>
    </wsdl:types>
      <wsdl:message name="SMLG_MODIFYInput">
        <wsdl:part name="GROUPTYPE" type="xsd:string"/>
        <wsdl:part name="SET_LOCK" type="xsd:string"/>
      </wsdl:message>
      <wsdl:message name="SMLG_MODIFYOutput">
        <wsdl:part name="ERFC_MODIFICATIONS" type="tns:ERFC_MODIFICATIONS"/>
        <wsdl:part name="CLASSNUM" type="xsd:int"/>
        <wsdl:part name="CLASSNAME" type="xsd:string"/>
        <wsdl:part name="GROUPTYPE" type="xsd:string"/>
        <wsdl:part name="TIMERERD" type="xsd:int"/>
        <wsdl:part name="LOGRERD" type="xsd:int"/>
        <wsdl:part name="FAVTYPE" type="xsd:string"/>
        <wsdl:part name="MODIFICATN" type="xsd:string"/>
      </wsdl:message>
      <wsdl:portType name="SMLG_MODIFYPT">
        <wsdl:operation name="SMLG_MODIFYOperation">
          <wsdl:input message="SMLG_MODIFYInput"/>
          <wsdl:output message="SMLG_MODIFYOutput"/>
          <wsdl:fault message="ctclib:BAPIException" name="BAPIException"/>
        </wsdl:operation>
      </wsdl:portType>
      <wsdl:binding name="SMLG_MODIFYBinding" type="SMLG_MODIFYPT">
        <ctc:binding transport="com.sap.mw.jco"/>
        <wsdl:operation name="SMLG_MODIFYOperation">
          <ctc-bapi:function name="SMLG_MODIFY"/>
          <wsdl:input>
            <ctc:body encodingStyle="ctc:SCHEMA2ABAP">
              <ctc-bapi:partbinding name="GROUPTYPE">
                <field elementname="GROUPTYPE">
                  <name>GROUPTYPE</name>
                  <type>CHAR</type>
                </field>
              </ctc-bapi:partbinding>
              <ctc-bapi:partbinding name="SET_LOCK">
                <field elementname="SET_LOCK">
                  <name>SET_LOCK</name>
                  <type>CHAR</type>
                </field>
              </ctc-bapi:partbinding>
            </ctc:body>
          </wsdl:input>
          <wsdl:output>
            <ctc:body encodingStyle="ctc:SCHEMA2ABAP">
              <ctc-bapi:partbinding name="ERFC_MODIFICATIONS">
                <table elementname="ERFC_MODIFICATIONS" jcoName="ERFC_MODIFICATIONS">
                  <structure elementname="RZLLIMODGP" jcotype="RZLLIMODGP">
                    <field elementname="CLASSNUM">
                      <name>CLASSNUM</name>
                      <type>NUMC</type>
                    </field>
                    <field elementname="CLASSNAME">
                      <name>CLASSNAME</name>
                      <type>CHAR</type>
                    </field>
                    <field elementname="GROUPTYPE">
                      <name>GROUPTYPE</name>
                      <type>CHAR</type>
                    </field>
                    <field elementname="TIMERERD">
                      <name>TIMERERD</name>
                      <type>NUMC</type>
                    </field>
                    <field elementname="LOGRERD">
                      <name>LOGRERD</name>
                      <type>NUMC</type>
                    </field>
                    <field elementname="FAVTYPE">
                      <name>FAVTYPE</name>
                      <type>CHAR</type>
                    </field>
                    <field elementname="MODIFICATN">
                      <name>MODIFICATN</name>
                      <type>CHAR</type>
                    </field>
                  </structure>
                </table>
              </ctc-bapi:partbinding>
              <ctc-bapi:partbinding name="CLASSNUM">
                <field elementname="CLASSNUM">
                  <name>CLASSNUM</name>
                  <type>NUMC</type>
                </field>
              </ctc-bapi:partbinding>
              <ctc-bapi:partbinding name="CLASSNAME">
                <field elementname="CLASSNAME">
                  <name>CLASSNAME</name>
                  <type>CHAR</type>
                </field>
              </ctc-bapi:partbinding>
              <ctc-bapi:partbinding name="GROUPTYPE">
                <field elementname="GROUPTYPE">
                  <name>GROUPTYPE</name>
                  <type>CHAR</type>
                </field>
              </ctc-bapi:partbinding>
              <ctc-bapi:partbinding name="TIMERERD">
                <field elementname="TIMERERD">
                  <name>TIMERERD</name>
                  <type>NUMC</type>
                </field>
              </ctc-bapi:partbinding>
              <ctc-bapi:partbinding name="LOGRERD">
                <field elementname="LOGRERD">
                  <name>LOGRERD</name>
                  <type>NUMC</type>
                </field>
              </ctc-bapi:partbinding>
              <ctc-bapi:partbinding name="FAVTYPE">
                <field elementname="FAVTYPE">
                  <name>FAVTYPE</name>
                  <type>CHAR</type>
                </field>
              </ctc-bapi:partbinding>
              <ctc-bapi:partbinding name="MODIFICATN">
                <field elementname="MODIFICATN">
                  <name>MODIFICATN</name>
                  <type>CHAR</type>
                </field>
              </ctc-bapi:partbinding>
            </ctc:body>
          </wsdl:output>
        </wsdl:operation>
      </wsdl:binding>
      <wsdl:service name="SMLG_MODIFYService">
        <wsdl:port binding="SMLG_MODIFYBinding" name="SMLG_MODIFYServicePort"/>
      </wsdl:service>
    </wsdl:definitions>
    >
    My purpose is to create a .cproc file which will pass values to this wsdl file.I dont know how to pass as the table which the function module accepts as input is output in wsdl.so i am not aware how to pass value.Kindly help me out how to create a .cproc file for it
    Thanks
    Neeta

    Hello Anton,
    where on the abap-server I can find the generated wsdl?
    I have downloaded the wsdl to eclipse 3.3 and can call the webserrvice successfull.
    But when I try o call the webservice with <netweaver-server>/wsnavigator, I can input the data-fields, but the request answer is that the web-service is not found on the given domain.
    So I want manipulate the domain in the wsdl.
    Best regards
    Oliver Prodinger

  • Problem while Importing wsdl( Generated in XI) in Visual Studio

    Hello XPert's,
    I am working on a scenario where I have to call SAP XI web service in client .Net application using Visual Studio5.
    I have already generated my wsdl using SAP XI Web Service wizard.  Here is the part of my wsdl...
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:p1="http://ccsd.net/sapr3/wm/manifest" name="MI_MULT_IMAGES" targetNamespace="http://ccsd.net/sapr3/wm/manifest">
         <wsdl:documentation>
         Message interface for outbound
         </wsdl:documentation>
         <wsdl:types>
              <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://ccsd.net/sapr3/wm/manifest" targetNamespace="http://ccsd.net/sapr3/wm/manifest">
                   <xsd:element name="MT_RECORD_MULTIPLE" type="SAVEIMAGE_MULTIPLE" />
                   <xsd:complexType name="SAVEIMAGE_MULTIPLE">
                        <xsd:annotation>
                             <xsd:appinfo source="http://sap.com/xi/TextID">
                             f3999640f96e11dcae470003bab2aa70
                             </xsd:appinfo>
                        </xsd:annotation>
                        <xsd:sequence>
                             <xsd:element name="DT_IMAGES" maxOccurs="unbounded">
                                  <xsd:annotation>
                                       <xsd:appinfo source="http://sap.com/xi/TextID">
                                       7b023f10f91011dca4280011439c56bd
                                       </xsd:appinfo>
                                  </xsd:annotation>
                                  <xsd:complexType>
                                       <xsd:sequence>
                                            <xsd:element name="ImageName" type="xsd:string">
                                                 <xsd:annotation>
                                                      <xsd:appinfo source="http://sap.com/xi/TextID">
                                                      7b023f11f91011dcb4b70011439c56bd
                                                      </xsd:appinfo>
                                                 </xsd:annotation>
                                            </xsd:element>
                                            <xsd:element name="ImageData" type="xsd:base64Binary">
                                                 <xsd:annotation>
                                                      <xsd:appinfo source="http://sap.com/xi/TextID">
                                                      7b023f12f91011dc9ded0011439c56bd
                                                      </xsd:appinfo>
                                                 </xsd:annotation>
                                            </xsd:element>
                                       </xsd:sequence>
                                  </xsd:complexType>
                             </xsd:element>
                        </xsd:sequence>
                   </xsd:complexType>
              </xsd:schema>
         </wsdl:types>
         <wsdl:message name="MT_RECORD_MULTIPLE">
              <wsdl:documentation>
              Message type
              </wsdl:documentation>
              <wsdl:part name="MT_RECORD_MULTIPLE" element="p1:MT_RECORD_MULTIPLE" />
         </wsdl:message>
         <wsdl:portType name="MI_MULT_IMAGES">
              <wsdl:operation name="MI_MULT_IMAGES">
                   <wsdl:output message="p1:MT_RECORD_MULTIPLE" />
              </wsdl:operation>
         </wsdl:portType>
         <ifr:properties xmlns:ifr="urn:com-sap:ifr:v2:wsdl">
              <ifr:category>
              ifmmessif
              </ifr:category>
              <ifr:methods>
                   <ifr:method name="MI_MULT_IMAGES">
                        <ifr:isSynchron>
                        false
                        </ifr:isSynchron>
                        <ifr:isInbound>
                        false
                        </ifr:isInbound>
                        <ifr:interfaceCategory>
                        outbound
                        </ifr:interfaceCategory>
                   </ifr:method>
              </ifr:methods>
              <ifr:messages>
                   <ifr:message name="MT_RECORD_MULTIPLE">
                        <ifr:messType>
                        ifmmessage
                        </ifr:messType>
                        <ifr:technicalNamespace>
                        http://ccsd.net/sapr3/wm/manifest
                        </ifr:technicalNamespace>
                   </ifr:message>
              </ifr:messages>
         </ifr:properties>
    </wsdl:definitions>
    However,
    Whenever I tried to import the wsdl in visual studio, it do not create / generate the classes for the element with maxoccurs="unbounded" ( here DT_IMAGES)...its just disappear...and makes diifficult for calling webservice-method in client application.
    Anybody has faced this problem before? there is any workaround for this?
    All help/suggestion would be highly appreciated.
    Thanks & Rgds,
    Nilesh

    Hi Nilesh,
    Can you try modifying your WSDL a bit by defining DT_IMAGES as  complex type directly in definition because your previous WSDL is causing ambiguity. It will not affect your message structure.Please see the BOLD Lines.
    <xsd:element name="MT_RECORD_MULTIPLE" type="SAVEIMAGE_MULTIPLE" />
    <xsd:complexType name="SAVEIMAGE_MULTIPLE">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    f3999640f96e11dcae470003bab2aa70
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
    <xsd:complexType name="DT_IMAGES" maxOccurs="unbounded">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    7b023f10f91011dca4280011439c56bd
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
    <xsd:element name="ImageName" type="xsd:string">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    7b023f11f91011dcb4b70011439c56bd
    </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
    <xsd:element name="ImageData" type="xsd:base64Binary">
    <xsd:annotation>
    <xsd:appinfo source="http://sap.com/xi/TextID">
    7b023f12f91011dc9ded0011439c56bd
    </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>
    </wsdl:types>
    Regards,
    Piyush

  • Problem while genearting WSDL from ABAP

    Hi all
    I have encountered a problem.I created a WSDL from a ABAP program,but in the ABAP function module what it does is it inserts value onto a transparent table from a table which let me specify as a virtual table.So after generating the wsdl i am surprised to see the virtual table has come in the output part .I am unable to make out why this happened.
    i am mentioning below the ABAP code which inserts value on to a transparent table from a virtual table
    Code-Function module-smlg_modify
    <u>virtual table Definition</u>
    "table with items for insertion
      DATA INS_TAB LIKE RZLLITAB OCCURS 0 WITH HEADER LINE.
    DESCRIBE TABLE MODIFICATIONS LINES ITEMS.
    LOOP AT MODIFICATIONS.
        MODIFICATIONS-GROUPTYPE = GROUPTYPE.
        CASE MODIFICATIONS-MODIFICATN.
          WHEN 'I'. "insertion of an item
            INS_TAB = MODIFICATIONS.
            APPEND INS_TAB.
    END LOOP
    DESCRIBE TABLE INS_TAB LINES ITEMS.
      IF ITEMS > 0.
        INSERT RZLLITAB FROM TABLE INS_TAB-->(one i mentioned as virtual.)
      ENDIF.
    In such a case how comes the virtual comes as the output in wsdl
    I am mentioning below the the wsdl
    <----
    >
    <?xml version="1.0" encoding="ASCII"?>
    <wsdl:definitions xmlns:ctc="http://sap.com/ctc" xmlns:ctc-bapi="http://www.sap.com/ctc/abapprovider" xmlns:ctc_ref="urn:example/encoded" xmlns:ctclib="http://sap.com/ctc/schema/lib" xmlns:plnk="http://schema.xmlsoap.org/ws/2003/05/partner-link" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://sap.com/ctc/services" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SMLG_MODIFYServiceDefinition" targetNamespace="http://sap.com/ctc/services">
      <wsdl:types>
    <xsd:schema xmlns:tns="http://sap.com/ctc/services" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://sap.com/ctc/services">
    <xsd:element name="GROUPTYPE" type="xsd:string"/>
    <xsd:element name="SET_LOCK" type="xsd:string"/>
    <xsd:complexType name="ERFC_MODIFICATIONS">
    <xsd:sequence>
    <xsd:element name="CLASSNUM" type="xsd:int"/>
    <xsd:element name="CLASSNAME" type="xsd:string"/>
    <xsd:element name="GROUPTYPE" type="xsd:string"/>
    <xsd:element name="TIMERERD" type="xsd:int"/>
    <xsd:element name="LOGRERD" type="xsd:int"/>
    <xsd:element name="FAVTYPE" type="xsd:string"/>
    <xsd:element name="MODIFICATN" type="xsd:string"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:element name="ERFC_MODIFICATIONS" type="tns:ERFC_MODIFICATIONS"/>
    <xsd:element name="CLASSNUM" type="xsd:int"/>
    <xsd:element name="CLASSNAME" type="xsd:string"/>
    <xsd:element name="GROUPTYPE" type="xsd:string"/>
    <xsd:element name="TIMERERD" type="xsd:int"/>
    <xsd:element name="LOGRERD" type="xsd:int"/>
    <xsd:element name="FAVTYPE" type="xsd:string"/>
    <xsd:element name="MODIFICATN" type="xsd:string"/>
    </xsd:schema>
    </wsdl:types>
      <wsdl:message name="SMLG_MODIFYInput">
        <wsdl:part name="GROUPTYPE" type="xsd:string"/>
        <wsdl:part name="SET_LOCK" type="xsd:string"/>
      </wsdl:message>
      <wsdl:message name="SMLG_MODIFYOutput">
        <wsdl:part name="ERFC_MODIFICATIONS" type="tns:ERFC_MODIFICATIONS"/>
        <wsdl:part name="CLASSNUM" type="xsd:int"/>
        <wsdl:part name="CLASSNAME" type="xsd:string"/>
        <wsdl:part name="GROUPTYPE" type="xsd:string"/>
        <wsdl:part name="TIMERERD" type="xsd:int"/>
        <wsdl:part name="LOGRERD" type="xsd:int"/>
        <wsdl:part name="FAVTYPE" type="xsd:string"/>
        <wsdl:part name="MODIFICATN" type="xsd:string"/>
      </wsdl:message>
      <wsdl:portType name="SMLG_MODIFYPT">
        <wsdl:operation name="SMLG_MODIFYOperation">
          <wsdl:input message="SMLG_MODIFYInput"/>
          <wsdl:output message="SMLG_MODIFYOutput"/>
          <wsdl:fault message="ctclib:BAPIException" name="BAPIException"/>
        </wsdl:operation>
      </wsdl:portType>
      <wsdl:binding name="SMLG_MODIFYBinding" type="SMLG_MODIFYPT">
        <ctc:binding transport="com.sap.mw.jco"/>
        <wsdl:operation name="SMLG_MODIFYOperation">
          <ctc-bapi:function name="SMLG_MODIFY"/>
          <wsdl:input>
            <ctc:body encodingStyle="ctc:SCHEMA2ABAP">
              <ctc-bapi:partbinding name="GROUPTYPE">
                <field elementname="GROUPTYPE">
                  <name>GROUPTYPE</name>
                  <type>CHAR</type>
                </field>
              </ctc-bapi:partbinding>
              <ctc-bapi:partbinding name="SET_LOCK">
                <field elementname="SET_LOCK">
                  <name>SET_LOCK</name>
                  <type>CHAR</type>
                </field>
              </ctc-bapi:partbinding>
            </ctc:body>
          </wsdl:input>
          <wsdl:output>
            <ctc:body encodingStyle="ctc:SCHEMA2ABAP">
              <ctc-bapi:partbinding name="ERFC_MODIFICATIONS">
                <table elementname="ERFC_MODIFICATIONS" jcoName="ERFC_MODIFICATIONS">
                  <structure elementname="RZLLIMODGP" jcotype="RZLLIMODGP">
                    <field elementname="CLASSNUM">
                      <name>CLASSNUM</name>
                      <type>NUMC</type>
                    </field>
                    <field elementname="CLASSNAME">
                      <name>CLASSNAME</name>
                      <type>CHAR</type>
                    </field>
                    <field elementname="GROUPTYPE">
                      <name>GROUPTYPE</name>
                      <type>CHAR</type>
                    </field>
                    <field elementname="TIMERERD">
                      <name>TIMERERD</name>
                      <type>NUMC</type>
                    </field>
                    <field elementname="LOGRERD">
                      <name>LOGRERD</name>
                      <type>NUMC</type>
                    </field>
                    <field elementname="FAVTYPE">
                      <name>FAVTYPE</name>
                      <type>CHAR</type>
                    </field>
                    <field elementname="MODIFICATN">
                      <name>MODIFICATN</name>
                      <type>CHAR</type>
                    </field>
                  </structure>
                </table>
              </ctc-bapi:partbinding>
              <ctc-bapi:partbinding name="CLASSNUM">
                <field elementname="CLASSNUM">
                  <name>CLASSNUM</name>
                  <type>NUMC</type>
                </field>
              </ctc-bapi:partbinding>
              <ctc-bapi:partbinding name="CLASSNAME">
                <field elementname="CLASSNAME">
                  <name>CLASSNAME</name>
                  <type>CHAR</type>
                </field>
              </ctc-bapi:partbinding>
              <ctc-bapi:partbinding name="GROUPTYPE">
                <field elementname="GROUPTYPE">
                  <name>GROUPTYPE</name>
                  <type>CHAR</type>
                </field>
              </ctc-bapi:partbinding>
              <ctc-bapi:partbinding name="TIMERERD">
                <field elementname="TIMERERD">
                  <name>TIMERERD</name>
                  <type>NUMC</type>
                </field>
              </ctc-bapi:partbinding>
              <ctc-bapi:partbinding name="LOGRERD">
                <field elementname="LOGRERD">
                  <name>LOGRERD</name>
                  <type>NUMC</type>
                </field>
              </ctc-bapi:partbinding>
              <ctc-bapi:partbinding name="FAVTYPE">
                <field elementname="FAVTYPE">
                  <name>FAVTYPE</name>
                  <type>CHAR</type>
                </field>
              </ctc-bapi:partbinding>
              <ctc-bapi:partbinding name="MODIFICATN">
                <field elementname="MODIFICATN">
                  <name>MODIFICATN</name>
                  <type>CHAR</type>
                </field>
              </ctc-bapi:partbinding>
            </ctc:body>
          </wsdl:output>
        </wsdl:operation>
      </wsdl:binding>
      <wsdl:service name="SMLG_MODIFYService">
        <wsdl:port binding="SMLG_MODIFYBinding" name="SMLG_MODIFYServicePort"/>
      </wsdl:service>
    </wsdl:definitions>
    >
    My purpose is to create a .cproc file which will pass values to this wsdl file.I dont know how to pass as the table which the function module accepts as input is output in wsdl.so i am not aware how to pass value.Kindly help me out how to create a .cproc file for it
    Thanks
    Neeta

    It is not finding the correct URL - hence the 404 - page not found error.
    Correct the URL and try again.

  • Problem while craeting WSDL from ABAP

    Hi all
    I have encountered a problem.I created a WSDL from a ABAP program,but in the ABAP function module what it does is it inserts value onto a transparent table from a table which let me specify as a virtual table.So after generating the wsdl i am surprised to see the virtual table has come in the output part .I am unable to make out why this happened.
    i am mentioning below the ABAP code which inserts value on to a transparent table from a virtual table
    Code-Function module-smlg_modify
    <u>virtual table Definition</u>
    "table with items for insertion
      DATA INS_TAB LIKE RZLLITAB OCCURS 0 WITH HEADER LINE.
    DESCRIBE TABLE MODIFICATIONS LINES ITEMS.
    LOOP AT MODIFICATIONS.
        MODIFICATIONS-GROUPTYPE = GROUPTYPE.
        CASE MODIFICATIONS-MODIFICATN.
          WHEN 'I'. "insertion of an item
            INS_TAB = MODIFICATIONS.
            APPEND INS_TAB.
    END LOOP
    DESCRIBE TABLE INS_TAB LINES ITEMS.
      IF ITEMS > 0.
        INSERT RZLLITAB FROM TABLE INS_TAB-->(one i mentioned as virtual.)
      ENDIF.
    In such a case how comes the virtual comes as the output in wsdl
    I am mentioning below the the wsdl
    <----
    >
    <?xml version="1.0" encoding="ASCII"?>
    <wsdl:definitions xmlns:ctc="http://sap.com/ctc" xmlns:ctc-bapi="http://www.sap.com/ctc/abapprovider" xmlns:ctc_ref="urn:example/encoded" xmlns:ctclib="http://sap.com/ctc/schema/lib" xmlns:plnk="http://schema.xmlsoap.org/ws/2003/05/partner-link" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://sap.com/ctc/services" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SMLG_MODIFYServiceDefinition" targetNamespace="http://sap.com/ctc/services">
      <wsdl:types>
    <xsd:schema xmlns:tns="http://sap.com/ctc/services" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://sap.com/ctc/services">
    <xsd:element name="GROUPTYPE" type="xsd:string"/>
    <xsd:element name="SET_LOCK" type="xsd:string"/>
    <xsd:complexType name="ERFC_MODIFICATIONS">
    <xsd:sequence>
    <xsd:element name="CLASSNUM" type="xsd:int"/>
    <xsd:element name="CLASSNAME" type="xsd:string"/>
    <xsd:element name="GROUPTYPE" type="xsd:string"/>
    <xsd:element name="TIMERERD" type="xsd:int"/>
    <xsd:element name="LOGRERD" type="xsd:int"/>
    <xsd:element name="FAVTYPE" type="xsd:string"/>
    <xsd:element name="MODIFICATN" type="xsd:string"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:element name="ERFC_MODIFICATIONS" type="tns:ERFC_MODIFICATIONS"/>
    <xsd:element name="CLASSNUM" type="xsd:int"/>
    <xsd:element name="CLASSNAME" type="xsd:string"/>
    <xsd:element name="GROUPTYPE" type="xsd:string"/>
    <xsd:element name="TIMERERD" type="xsd:int"/>
    <xsd:element name="LOGRERD" type="xsd:int"/>
    <xsd:element name="FAVTYPE" type="xsd:string"/>
    <xsd:element name="MODIFICATN" type="xsd:string"/>
    </xsd:schema>
    </wsdl:types>
      <wsdl:message name="SMLG_MODIFYInput">
        <wsdl:part name="GROUPTYPE" type="xsd:string"/>
        <wsdl:part name="SET_LOCK" type="xsd:string"/>
      </wsdl:message>
      <wsdl:message name="SMLG_MODIFYOutput">
        <wsdl:part name="ERFC_MODIFICATIONS" type="tns:ERFC_MODIFICATIONS"/>
        <wsdl:part name="CLASSNUM" type="xsd:int"/>
        <wsdl:part name="CLASSNAME" type="xsd:string"/>
        <wsdl:part name="GROUPTYPE" type="xsd:string"/>
        <wsdl:part name="TIMERERD" type="xsd:int"/>
        <wsdl:part name="LOGRERD" type="xsd:int"/>
        <wsdl:part name="FAVTYPE" type="xsd:string"/>
        <wsdl:part name="MODIFICATN" type="xsd:string"/>
      </wsdl:message>
      <wsdl:portType name="SMLG_MODIFYPT">
        <wsdl:operation name="SMLG_MODIFYOperation">
          <wsdl:input message="SMLG_MODIFYInput"/>
          <wsdl:output message="SMLG_MODIFYOutput"/>
          <wsdl:fault message="ctclib:BAPIException" name="BAPIException"/>
        </wsdl:operation>
      </wsdl:portType>
      <wsdl:binding name="SMLG_MODIFYBinding" type="SMLG_MODIFYPT">
        <ctc:binding transport="com.sap.mw.jco"/>
        <wsdl:operation name="SMLG_MODIFYOperation">
          <ctc-bapi:function name="SMLG_MODIFY"/>
          <wsdl:input>
            <ctc:body encodingStyle="ctc:SCHEMA2ABAP">
              <ctc-bapi:partbinding name="GROUPTYPE">
                <field elementname="GROUPTYPE">
                  <name>GROUPTYPE</name>
                  <type>CHAR</type>
                </field>
              </ctc-bapi:partbinding>
              <ctc-bapi:partbinding name="SET_LOCK">
                <field elementname="SET_LOCK">
                  <name>SET_LOCK</name>
                  <type>CHAR</type>
                </field>
              </ctc-bapi:partbinding>
            </ctc:body>
          </wsdl:input>
          <wsdl:output>
            <ctc:body encodingStyle="ctc:SCHEMA2ABAP">
              <ctc-bapi:partbinding name="ERFC_MODIFICATIONS">
                <table elementname="ERFC_MODIFICATIONS" jcoName="ERFC_MODIFICATIONS">
                  <structure elementname="RZLLIMODGP" jcotype="RZLLIMODGP">
                    <field elementname="CLASSNUM">
                      <name>CLASSNUM</name>
                      <type>NUMC</type>
                    </field>
                    <field elementname="CLASSNAME">
                      <name>CLASSNAME</name>
                      <type>CHAR</type>
                    </field>
                    <field elementname="GROUPTYPE">
                      <name>GROUPTYPE</name>
                      <type>CHAR</type>
                    </field>
                    <field elementname="TIMERERD">
                      <name>TIMERERD</name>
                      <type>NUMC</type>
                    </field>
                    <field elementname="LOGRERD">
                      <name>LOGRERD</name>
                      <type>NUMC</type>
                    </field>
                    <field elementname="FAVTYPE">
                      <name>FAVTYPE</name>
                      <type>CHAR</type>
                    </field>
                    <field elementname="MODIFICATN">
                      <name>MODIFICATN</name>
                      <type>CHAR</type>
                    </field>
                  </structure>
                </table>
              </ctc-bapi:partbinding>
              <ctc-bapi:partbinding name="CLASSNUM">
                <field elementname="CLASSNUM">
                  <name>CLASSNUM</name>
                  <type>NUMC</type>
                </field>
              </ctc-bapi:partbinding>
              <ctc-bapi:partbinding name="CLASSNAME">
                <field elementname="CLASSNAME">
                  <name>CLASSNAME</name>
                  <type>CHAR</type>
                </field>
              </ctc-bapi:partbinding>
              <ctc-bapi:partbinding name="GROUPTYPE">
                <field elementname="GROUPTYPE">
                  <name>GROUPTYPE</name>
                  <type>CHAR</type>
                </field>
              </ctc-bapi:partbinding>
              <ctc-bapi:partbinding name="TIMERERD">
                <field elementname="TIMERERD">
                  <name>TIMERERD</name>
                  <type>NUMC</type>
                </field>
              </ctc-bapi:partbinding>
              <ctc-bapi:partbinding name="LOGRERD">
                <field elementname="LOGRERD">
                  <name>LOGRERD</name>
                  <type>NUMC</type>
                </field>
              </ctc-bapi:partbinding>
              <ctc-bapi:partbinding name="FAVTYPE">
                <field elementname="FAVTYPE">
                  <name>FAVTYPE</name>
                  <type>CHAR</type>
                </field>
              </ctc-bapi:partbinding>
              <ctc-bapi:partbinding name="MODIFICATN">
                <field elementname="MODIFICATN">
                  <name>MODIFICATN</name>
                  <type>CHAR</type>
                </field>
              </ctc-bapi:partbinding>
            </ctc:body>
          </wsdl:output>
        </wsdl:operation>
      </wsdl:binding>
      <wsdl:service name="SMLG_MODIFYService">
        <wsdl:port binding="SMLG_MODIFYBinding" name="SMLG_MODIFYServicePort"/>
      </wsdl:service>
    </wsdl:definitions>
    >
    My purpose is to create a .cproc file which will pass values to this wsdl file.I dont know how to pass as the table which the function module accepts as input is output in wsdl.so i am not aware how to pass value.Kindly help me out how to create a .cproc file for it
    Thanks
    Neeta

    It is not finding the correct URL - hence the 404 - page not found error.
    Correct the URL and try again.

  • Qosmio F10: ERROR: "Unable to ACPI Name Space!"

    The original motherboard with 855PM chipset was exchanged at Toshiba German service during the warranty period for the new one with another chipset (915 or 910).
    The Toshiba "Common modules" were successfully running with the new motherboard until there was some trouble with Windows XP and I had to reinstall it. After that I try to install "Common Modules" Toshiba V.6.02.00" on my Qosmio F10 with XP Proffesional and SP2.
    I have got a message "Unable to ACPI Name Space! GNS.exe terminated." The error appears 5 times, before laptop show me Next button and when i push "This is not and ACPI System" It's not possible to install ACPI device of toshiba" error appears and close the "Common Modules Toshiba V.6.02.00" application.
    In addition when trying to shutdown Windows XP, the "Standby" button is deactivated and computer is not able to shut down automatically but requires to press "Power" button at the end.
    Any ideas if it might be some kind of software or BIOS problem? Motherboard failure?
    Please, help.

    Hi
    Thanks for the hint. Actually, I have got the driver CD from the service and used it.
    Now I found the solution. The reason for the ACPI failure was that I integrated the new XP updates and the drivers from the CD into my installation package.
    This installation did not work. However, after I reinstalled XP from the older installation package from summer 2006, the ACPI is running again. Thus, the correct procedure is, at first, to install the XP, then to install the drivers, and then, to install the XP updates.
    Best regards,
    Filipp

  • MaxDB UpdAllStats - missing optimizer statistics for one name space

    Hi experts,
    every weekend the job UpdAllStats runs in the SAP systems hosted by us (weekdays just PrepUpdStats+UpdStats). Now we're facing the issue that in one system there are no optimizier statistics for all tables in one special name space - let's call it /XYZ/TABLE1 etc.
    We randomly checked tables in that name space via DB20/DB50 and no optimizer statistics could be found. So we randomly checked other tables like MARA, VBAK etc. - all optimizer statistics up to date for those tables.
    We even started the statistics refresh via DB20 manually for one of the tables - still no optimizer statistics appearing for this table.
    I mean it's an update over all optimizer statistics - I rechecked note 927882 - FAQ: SAP MaxDB UPDATE STATISTICS and some others but couldn't find any reason for these tables being exluded. Especially I don't understand why the manual statistics refresh wouldn't work...
    Does anybody have an idea why this could happen?
    Thanks for your ideas in advance!
    Regards
    Marie

    Hi again,
    well it seems to be more of a visualisation problem I guess.
    We figured out that in MaxDB Database Studio you can see the optimizier statistics but not in the SAP system itself.
    We'll keep you up to date.
    Best
    Marie
    Edit: it was really just a visualisation problem... DB Studio rhows the right values

  • NAME SPACE CHANGING

    Hi ,
      i want to change the existed namespace .. is it possible to change the  existed name space..because after created all the scenarios we got a new requirement to change the  new name space for all the scenarios..
    can any body tell the steps for changing the namespaces..
    thanks
    babu

    Babu,
    In my project also we have faced same problem.after developing almost objects of a interface..clients asked 4 the namespace change. thats the problem...with XI and PI...i dont know wheather PI 7.1 will having the option to copy whole namespace.....We have found the only possibility is to create a new namespace .And manually copy all the objects...into the new namespace...
    u can copy directly Message interfaces...(u need not copy data type and Message type) <b>and remember to check the option "With all dependency"</b>..
    then automatically data type and Message type will be copied...
    u can't copy Interface mapping and Message mapping :(..
    u have to do it agian.......
    Regards
    Biplab

Maybe you are looking for