Jump to content
Xtreme .Net Talk

frameloose

Members
  • Posts

    3
  • Joined

  • Last visited

frameloose's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. So i have a webservice that i have done in C# .NET. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <GetCardTypesBySystemId xmlns="urn:OurService" xmlns:ns1="http://my.domain.com/webservice/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ns1:systemId>2</ns1:systemId> </GetCardTypesBySystemId> </soapenv:Body> </soapenv:Envelope> My webservice is expecting the variables just to be systemId and not ns1:systemId ... but the client can not change the way the envelope is sent, so i must in some way get my webservice to accept ns1:systemId, anyone know a solution to get it to work?
  2. So im doing a webservice and the system works great when im testing it through the webbrowser, but when the other software is going to communicate with the webservice it wont work. My plan is to set up the webservice in debug mode. But when i start the debugging in visual studio it tells me: "Running the project requires settig an initial Web page. To set this page, right-click the desired page in the Solution Explorer and select "Set as Start Page"." by my experience the .asmx file should be used as the Start Page, but when i right-click that file the option to select that file as start page is deactivated. The only files i can choose that option on i Web.config and Global.asax Any suggestion of a solution so that i can get the debuging running? maybe this is the wrong section of the forum to post it in. But its the closest i got. And sorry for bad english as usually.
×
×
  • Create New...