Starting my new job soon

Deeko

Lifer
Jun 16, 2000
30,213
12
81
Starting my new job next Monday, I'll be using .NET and some API called soap....I've used .NET a decent amount before, but never soap, they are going to be training me, but does anyone have any experiences with it?
 

ajpa123

Platinum Member
Apr 19, 2003
2,401
1
0
Congrat's
I'm sure you'll pick up the soap fast :shocked: Just bend at the knees.
 

Dowfen

Senior member
Jul 16, 2002
284
0
0
I made some PHP app that searched Google using their API and SOAP awhile back. It was easy.
 

fs5

Lifer
Jun 10, 2000
11,774
1
0
SOAP is merely a way to call a web service. It's a standard for making requests/calls via XML.
Do you know XML? Do you know what Web Services are?