cancel
Showing results for 
Search instead for 
Did you mean: 

problem with dot notation in wsdl-file

former_member184588
Active Participant
0 Kudos

Hello,

I want to consume a soap web service that is created in the sap system within a ios app. I am generating the stub files with sudzc. Unfortunately sudzc is making classes with a dot in its name. This is caused by the wsdl-file:


<wsdl:types>
<xsd:schema attributeFormDefault="qualified" targetNamespace="urn:sap-com:document:sap:rfc:functions">
<xsd:simpleType name="RfcException.Message.Number">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="3"/>
<xsd:pattern value="\d*"/>
</xsd:restriction>
</xsd:simpleType>
...

Does someone know how to delete the dot in RfcException.Message?

Greetings, Vanessa

Accepted Solutions (0)

Answers (1)

Answers (1)

jitendra_it
Active Contributor
0 Kudos

Hi Vanessa,

In WSDL file , value of tag "<wsdl:service name" decides the Stub class name .

Remove dot from this tag.

Many Thanks,

Jitendra