Hi,
I have configured the SOAP receiver with the target URL as the soap address location from the wsdl. And it looks like below:
when i test from soap ui, I get the response and also stops at the break-point on the service side.
But, while testing it from the rwb, it doesn't stop at the break-point and gives the below error:
And, this is how my test message from the rwb looks like:
Can you please let me know, what am I missing here.
Thanks,
Sai
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Raghuraman,
yes, it's single operation. Please check below:
<operation name="createIndividual">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
<fault name="Exception">
<soap:fault name="Exception" use="literal"/>
</fault>
</operation>
Same error even after adding the soap action as createIndividual:
SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Endpoint {http://WS.intergration.xxxx.xx.xx/}xxxxxxxxxxPort does not contain operation meta data for: {http://xxx.xxxxx.xxxxxxxx}xxxxxx
please find them:
PI message:
<?xml version="1.0" encoding="UTF-8"?>
<ns0:eServBackOffice xmlns:ns0="http:/xxxx.xxx.backOffice">
<eServBackOfficeHeader>
<Name/>
<Version/>
<Date/>
<Time/>
<TargetSystem/>
<TargetApplication/>
<TargetVersion/>
<TargetDate/>
<TargetTime/>
<SourceSystem/>
<SourceApplication/>
<SourceVersion/>
<SourceDate/>
<SourceTime/>
<SourceDepartment/>
<TargetDepartment/>
<UniqueID/>
</eServBackOfficeHeader>
<eServBackOfficeMsg>
<UserID>1234</UserID>
<ProcessID/>
<AttachmentData>
<fileName/>
<fileData/>
<attachmentName/>
</AttachmentData>
<ns1:WorkSeekerBO xmlns:ns1="http://xxxx.xxxWorkSeeker">
<UserInfo/>
<PersonalDetails>
<Title/>
<Initials/>
<FullName1/>
<FullName2/>
<FullName3/>
<Surname/>
<Mobile/>
<TelNumber/>
<IdentityNo/>
<Disability>No</Disability>
<EquityGroup>Indian</EquityGroup>
<Gender/>
<Marital>Single</Marital>
<CriminalStatus>No</CriminalStatus>
<ParoleDate/>
<YrParole/>
<MonthParole/>
<DayParole/>
<MakeCV/>
<Transport/>
<Individual/>
<Salary/>
<Relocate/>
<reloProvince/>
<ReloTown1/>
<ReloTown2/>
<Interest/>
<License/>
<LicenseCode/>
<LicExpDate/>
<LicYrDate/>
<LicMonthDate/>
<LicDayDate/>
<LicPermit/>
<LicExpYr/>
<LicExpMonth/>
<LicExpDay/>
<PubPermit/>
<PubPermDate/>
<Hazardous/>
<YrHazardous/>
<MonthHazardous/>
<DayHazardous/>
<CommenceDateday/>
</PersonalDetails>
<LanguageProficiency>
<LangType/>
<Read/>
<Write/>
<Speak/>
</LanguageProficiency>
<ContactDetail>
<Method>Email</Method>
<Cellphone/>
<Telephone/>
<EmailAddress/>
<Altname/>
<Alttelephone/>
<Altemail/>
<AddressLn1>Add1</AddressLn1>
<AddressLn2>Add2</AddressLn2>
<AddressLn3/>
<Province>Test</Province>
<Town>test</Town>
<Suburb>test</Suburb>
<PostalCode>1234</PostalCode>
<SameAsPhysical/>
<PostalLn1>PAdd1</PostalLn1>
<PostalLn2>PAdd2</PostalLn2>
<PostalProvince>2134</PostalProvince>
<PostalTown>123</PostalTown>
<PostalSuburb>244</PostalSuburb>
<PosPostalCode>53w5</PosPostalCode>
<LabourCentre>53at</LabourCentre>
</ContactDetail>
<Education>
<SchoolLevel/>
<Schoolname/>
<YrObtained/>
<MonthObtained/>
<DayObtained/>
<AbetLevel/>
<School>
<Subject/>
<Symbol/>
<Grade/>
</School>
<HigherEducation>
<QualificationName/>
<Institution/>
<NQFlevel/>
<Status/>
<Year/>
<LearningField/>
<SubLearningField/>
</HigherEducation>
<ShortCourses>
<CourseName/>
<CourseInstitution/>
<CourseYear/>
</ShortCourses>
<OtherSkills>
<SkillName/>
<CourseIns/>
</OtherSkills>
</Education>
<EmploymentHistory>
<EmploymentRecords>
<EmpFrom/>
<Empto/>
<Jobtitle/>
<Leaving/>
<Company/>
</EmploymentRecords>
<ProfAffinity>
<ProfBody/>
<Rank/>
<DateFrom/>
<MembershipReg/>
<DateTo/>
</ProfAffinity>
<References>
<RefName/>
<RefCompany/>
<RefContact/>
<RefPosition/>
</References>
</EmploymentHistory>
<AchievementsObjectives>
<Accolades>
<Accolade/>
<AwardDescription/>
</Accolades>
<Career/>
<Milestones/>
</AchievementsObjectives>
</ns1:WorkSeekerBO>
</eServBackOfficeMsg>
</ns0:eServBackOffice>
Hi Sai,
Regards,
Praveen.
Thanks a lot Praveen.
Now, I'm using the createIndividual as the request message to the IB service interface.
Can you please let me know, how could I pass the entire xml as input to the userData wrapped in CDATA? The xml structures of the sender and receiver are different. How could I send the way that the receiver is expecting?
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.