cancel
Showing results for 
Search instead for 
Did you mean: 

web service problem CX_SY_CONVERSION_NO_RAW

Former Member
0 Kudos

I work with the "CustomerCRMCreateRequestConfirmation_In" in the tool soapUI

I used this example to create an new Business Partner:

####################################################################################################

Example how to create a business partner (of type organization/ corporate account) with internal numbering,

one address, a contact-relationship and with automatic assignment of the address as the workaddress of

the contact-relationship.

Note, that the validity of the address only takes effect if time-dependency of addresses has been activated in the CRM backend-system.

<BusinessPartner>

<CategoryCode>2</CategoryCode>

<AddressInformation>

<ValidityPeriod>

<StartDate>2009-01-01</StartDate>

<EndDate>2010-03-30</EndDate>

</ValidityPeriod>

<AddressUsage>

<AddressUsageCode>XXDEFAULT</AddressUsageCode>

<ValidityPeriod>

<StartDate>2009-01-01</StartDate>

<EndDate>2010-03-30</EndDate>

</ValidityPeriod>

<DefaultIndicator>true</DefaultIndicator>

</AddressUsage>

<Address>

<PostalAddress>

<CountryCode>DE</CountryCode>

<RegionCode>09</RegionCode>

<CityName>Munich</CityName>

<StreetPostalCode>80331</StreetPostalCode>

<StreetName>Marktplatz</StreetName>

<HouseID>4</HouseID>

</PostalAddress>

</Address>

</AddressInformation>

<Relationship>

<RelationshipBusinessPartnerInternalID>CP00000001</RelationshipBusinessPartnerInternalID>

<RoleCode>BUR001-1</RoleCode>

<RelationshipWorkplaceAddressInformation>

<RelationshipWorkplaceAddress/>

</RelationshipWorkplaceAddressInformation>

</Relationship>

</BusinessPartner>

####################################################################################################

It wasn't successful and i got this response:

Edited by: svenmarc on Jul 20, 2011 4:51 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Trevor,

I already have on the Encoding property the value UTF-8

Former Member
0 Kudos

####################################################################################################

....................................

####################################################################################################

What is the reason for my problem? I also got this kind of problem with the CustomerCRMChangeRequestConfirmation_In webservice.

I work for Sybase an SAP Company and I need these webservices for an mobile app (SUP).

Kind regards

Sven Möller

Edited by: svenmarc on Jul 20, 2011 4:50 PM

Edited by: svenmarc on Jul 20, 2011 4:52 PM

Former Member
0 Kudos

Hi Sven,

The only thing I can possibly think of that may be causing this is the Encoding value that you have specified on SoapUI.

If it's set to iso-8859-1, change it to UTF-8 in SoapUI & see if that makes a difference.

Regards, Trevor