function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
BasilBasil 

creating internql web service using sforce and axis technology

Hi guys,

I'm now working on a project create a web service using sforce and axis technology.

I would like for example to write a java code which this wsdl file after using WSDL2Java

(something like that - similar to contacts object)









and not:



I've searched in Appache site but couldn't find any example showing me how to write the code in java

thanks

I'm sure you'll be able to help and give some advice
DevAngelDevAngel

Hi basil,

Please repost.  You may need to attach any xml files as the message board system gets confused when pasting xml into the message window.

BasilBasil
< complexType name="employee" >
< element name="firstName" >
< element name="lastName" >
...
< /complexType >

and not

< operation name="getFirstName" >
< operation name="setFirstName" >
...
DevAngelDevAngel

Hi Basil,

It's not  clear what exactly you are asking.  Would you mind taking another stab at it from the beginning?

 

Thanks